The Easiest Way to Save and Share Code Snippets on the web

TomTom Route Planner , WAZE Cartouche link

javascript

last edit: Jan, 31st 2011 | jump to bottom

javascript:(function(){var center_lonlat=new OpenLayers.LonLat(g_cartouche.map.center.lon,g_cartouche.map.center.lat);center_lonlat.transform(new OpenLayers.Projection("EPSG:900913"),new OpenLayers.Projection("EPSG:4326"));window.open('http://routes.tomtom.cz/#/map/?center='+center_lonlat.lat+'%2C'+center_lonlat.lon+'&zoom='+(13.7+g_cartouche.map.zoom*0.23)+'&map=basic');})();
17 views