|
|
2010-07-28
, 06:41
|
|
Posts: 320 |
Thanked: 137 times |
Joined on Apr 2010
|
#12
|
|
|
2010-07-28
, 06:47
|
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#13
|
| The Following User Says Thank You to kureyon For This Useful Post: | ||
|
|
2010-10-23
, 13:02
|
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#14
|
|
|
2010-10-23
, 16:51
|
|
Posts: 23 |
Thanked: 6 times |
Joined on Jan 2010
|
#15
|
i'm on google maps, looking at a top down of a london street. i cannot drag/drop the little orange man onto the map in either microb mouse pointer mode. how else can streetview be activated?
ta
|
|
2010-10-23
, 18:09
|
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#16
|
How to activate streetview? Get an Android phone.
Street View is Google service. It's not Nokia service.
|
|
2010-10-23
, 18:42
|
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#17
|
Although google maps works well in every desktop browser, provided Flash 10.something is available, or javascript. And it *was* working on microb until something changed in javascript. In fact, both in Opera and Firefox for the N900 it is possible to have streetview images... the point is that these browser lack hover mode (which is present in microb) and panning the streetview image becomes a nuisance.
|
|
2010-10-24
, 05:20
|
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#18
|
How is is possible to have streetview in Opera and Firefox? I tried maemaps and with Opera I'm not even able to enter a location, while in Firefox I get an error message about flashplayer although I'm using tweakflashversion.
|
|
2010-10-24
, 08:58
|
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#19
|
Rebhana, try the html I attached in post #10 (get it more easily in http://www.debernardis.it/strade3-3.html )- it uses the javascript apis of streetview (I did some cut and paste using google's code examples).
It used to work with microb and now doesn't. Works instead with firefox and opera on the n900, but there's no hover mode to pan the streetview image. Works also with firefox browser in easy debian, and with desktop firefox.
EDIT: now I'm thinking it's a problem in my N900, maybe. Can you tell me if opening the link above, you get the image in the streetview panel on the left? At present I get only the controls, while the image is white.
| The Following User Says Thank You to rebhana For This Useful Post: | ||
|
|
2010-10-24
, 09:10
|
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#20
|
Yes the find button does work. I had changed the dimensions like so:
<div id="pano" style="width: 800px; height: 430px;"></div> <div id="map_canvas" style="position:absolute; left:800px; top: 8px; width: 400px; height: 430px"></div><p> <div> <input id="address" type="textbox" value="Acireale, Italy"> <input type="button" value="Find" onclick="codeAddress()"> </div>Last edited by kureyon; 2010-07-28 at 06:43.