Archive

Posts Tagged ‘Little India’

Clearly You’ve Never Been to Singapore…

November 30th, 2009 Aerogers

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 (5 == 0) fit_route();else {map.setCenter(new GLatLng(6.4319, 104.386), 5);}}function map_from_saved() {var mapType = ‘p’;map_type_set(map,mapType);var raw_points = “(11.574216080310618,104.9139404296875),(1.2895830304297036,103.85856628417969)”;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 »