... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Zoom Level nach html Export
#2
(09.09.2012, 11:53)Mikkele0815 Wrote: Wo kann ich den Zoomlevel einstellen, daß automatisch um die gpx gezoomt wird?

Eigentlich soll das automatisch passieren. Das könnte ein Bug sein. Da hilft Dir ein Blick in die Google Maps API in Version 2 sowie in die von RouteConverter geschriebene Webseite:

Code:
// zoom                        
var zoomLevel = map.getBoundsZoomLevel(new GLatLngBounds(INSERT_BOUNDS));
map.setCenter(INSERT_CENTER, zoomLevel);

Voraussetzung sind dafür Kenntnisse in JavaScript.
--
Christian
Reply


Messages In This Thread
Zoom Level nach html Export - by Mikkele0815 - 09.09.2012, 11:53
RE: Zoom Level nach html Export - by routeconverter - 09.09.2012, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)