Fashion capital of the world…Montenegro
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(41.9911, 19.3552), 10);}}function map_from_saved() {var mapType = ‘p’;map_type_set(map,mapType);var raw_points = “(42.454874423427874,18.5614013671875),(42.418387638568504,18.763275146484375),(42.43663368650024,18.753662109375),(42.13795007405907,19.0338134765625),(42.05948945192712,19.373016357421875)”;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 »


