Quick tour of the southern tip of Croatia
var show_line = true;var show_points = true;var editable = true;// Functionsfunction initialiseMap() {// Called on load!initialise_map();show_line = true;show_points = true;map_from_saved();if (10 == 0) fit_route();else {map.setCenter(new GLatLng(42.5035, 18.376), 10);}}function map_from_saved() {var mapType = ‘p’;map_type_set(map,mapType);var raw_points = “(42.65416193033991,18.0780029296875),(42.65491942299642,18.11147689819336),(42.63964153796271,18.109760284423828),(42.65416193033991,18.07748794555664),(42.45284793716157,18.53290557861328)”;decodeRawPoints(raw_points);new_draw_edit_points(points);draw();show_line_info(points);}function old_map_from_saved() {var mapType = ‘p’;if (mapType==’s’) {map.setMapType(G_SATELLITE_MAP);}else if (mapType==’p’) {map.setMapType(G_PHYSICAL_MAP);}else if (mapType==’h’) {map.setMapType(G_HYBRID_MAP);}else {map.setMapType(G_NORMAL_MAP);}var encoded_line = “”;var tmp_points = Read More »


