Archive

Posts Tagged ‘Lima’

Coming to an End

December 1st, 2009 saleensteve

Well, that sure was a wirlwind trip. I can’t believe it;s pretty much over, one more day to play around in Lima before a midnight trip to the airport. I spent the past few days in Puerto Maldonado, a little ramshackle and hectic jungle town in the south east of peru. It was sure nice  Read More »

Pictures from November 23: Part 1

December 1st, 2009 RokiaontheRun

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 (9 == 0) fit_route();else {map.setCenter(new GLatLng(-11.8674, -77.6514), 9);}}function map_from_saved() {var mapType = ‘p’;map_type_set(map,mapType);var raw_points = “(-12.087667262738698,-77.07733154296875)”;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 »