View Issue Details

IDProjectCategoryView StatusLast Update
0000408GeoSetterUser Interfacepublic2010-01-30 12:11
Reporterbabar Assigned ToFriedemann  
PrioritynormalSeverityfeatureReproducibilityalways
Status assignedResolutionopen 
Product Version3.2.20 beta 
Target VersionFixed in Version 
Summary0000408: add G_AERIAL_MAP and G_AERIAL_HYBRID_MAP map type
DescriptionThis maps gives a side view of the cities. Moreover It allows to rotate the view. Very good for marker positioning. It does not exist every where but where it exists it is great.

You have a geosetter map example at http://s213709201.onlinehome.fr/map.html

for this to work you need to replace

 var extLargeMapControl = new ExtLargeMapControl();
 map.addControl(extLargeMapControl);

with

 map.addControl(new GLargeMapControl3D ());

controls look the same, but the one provided by google allow to rotate the view.

in my example just for testing purpose I added

map.enableRotation(); which basically transforms all sattelite views in aerial view at a certain zoom level .
however this is not the best approchas we loose the vertical view.

you may see an example of such a view with this map at the following coordinates:
37,339085; -121,891481
zoom on the city at a sufficent level to see the effect. you can target the airport if you wish.
regards
Eric
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2010-01-30 00:00 babar New Issue
2010-01-30 12:11 Friedemann Status new => assigned
2010-01-30 12:11 Friedemann Assigned To => Friedemann