summaryrefslogtreecommitdiff
path: root/templates/includes/map_entry_list.html
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-03-12 03:42:13 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-03-12 03:42:13 +0000
commitef35853e54e1572dc1de4fd2311d00dfd16e4f75 (patch)
treefe712fa6a1a2c38761e0458bf1684274a510df32 /templates/includes/map_entry_list.html
parent0882d73ca1ba4c84ce24c946548c80d9e4d1c04e (diff)
added projects
Diffstat (limited to 'templates/includes/map_entry_list.html')
-rw-r--r--templates/includes/map_entry_list.html55
1 files changed, 22 insertions, 33 deletions
diff --git a/templates/includes/map_entry_list.html b/templates/includes/map_entry_list.html
index 46e11d2..9ccd78c 100644
--- a/templates/includes/map_entry_list.html
+++ b/templates/includes/map_entry_list.html
@@ -66,7 +66,7 @@
});
- point_no_strangers = JLngLat(-83.408246028733373, 33.958186941609405);
+ point_no_strangers = JLngLat(-83.408246028733373, 33.958186941609398);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_no_strangers = new GMarker(point_no_strangers, markerOptions);
map.addOverlay(marker_no_strangers);
@@ -77,7 +77,7 @@
});
- point_leonardo_da = JLngLat(-86.810799825028056, 33.521441993672681);
+ point_leonardo_da = JLngLat(-86.810799825028027, 33.521441993672674);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_leonardo_da = new GMarker(point_leonardo_da, markerOptions);
map.addOverlay(marker_leonardo_da);
@@ -88,7 +88,7 @@
});
- point_elkmont_and = JLngLat(-83.650245654859575, 35.680446234758257);
+ point_elkmont_and = JLngLat(-83.65024565485956, 35.680446234758236);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_elkmont_and = new GMarker(point_elkmont_and, markerOptions);
map.addOverlay(marker_elkmont_and);
@@ -99,7 +99,7 @@
});
- point_rope_swings = JLngLat(-83.902802455666631, 34.53463159921273);
+ point_rope_swings = JLngLat(-83.902802455666631, 34.534631599212709);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_rope_swings = new GMarker(point_rope_swings, markerOptions);
map.addOverlay(marker_rope_swings);
@@ -110,7 +110,7 @@
});
- point_our_days = JLngLat(-86.884582030599418, 12.436482242903955);
+ point_our_days = JLngLat(-86.88458203059939, 12.436482242903942);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_our_days = new GMarker(point_our_days, markerOptions);
map.addOverlay(marker_our_days);
@@ -121,7 +121,7 @@
});
- point_tiny_cities = JLngLat(-86.882200228994549, 12.435654551658539);
+ point_tiny_cities = JLngLat(-86.882200228994535, 12.435654551658532);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_tiny_cities = new GMarker(point_tiny_cities, markerOptions);
map.addOverlay(marker_tiny_cities);
@@ -132,7 +132,7 @@
});
- point_you_cant = JLngLat(-82.970981586350391, 12.289688381766881);
+ point_you_cant = JLngLat(-82.970981586350376, 12.289688381766881);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_you_cant = new GMarker(point_you_cant, markerOptions);
map.addOverlay(marker_you_cant);
@@ -154,7 +154,7 @@
});
- point_in_love = JLngLat(-83.388606894329286, 33.944877470043934);
+ point_in_love = JLngLat(-83.388606894329271, 33.944877470043906);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_in_love = new GMarker(point_in_love, markerOptions);
map.addOverlay(marker_in_love);
@@ -198,17 +198,6 @@
});
- point_new_years = JLngLat(-83.388563978984934, 33.944886370419432);
- markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
- marker_new_years = new GMarker(point_new_years, markerOptions);
- map.addOverlay(marker_new_years);
- marker_new_years.info_window_content = '<div class="infowin"><h4>New Year&#39;s Day<\/h4><span class="date blok">January 1, 2008 (Athens, Georgia)<\/span><p><img src="http://images.luxagraf.net/post-thumbs/2008/annienewyears.jpg" height="100" alt="New Year&#39;s Day" style="float: left; border: #000 10px solid; margin-right: 4px; margin-bottom: 4px; height: 100px;" \/>I\x27ve always been all for New Year\x27s Eve celebrations, parties, what have you, but somehow the next day always seemed a bit hollow. U2 was, in many ways, correct \x2D\x2D \x22nothing changes on New Year\x27s Day.\x22 But, it\x27s a self\x2Dcreated universe, so whether anything changes on New Year\x27s Day is really up to you. And I\x27ve always thought Bono was full of shit. <a href="/2008/jan/01/new-years-day/">Read it &raquo;<\/a><\/p><\/div>'
- marker_new_years.bindInfoWindowHtml(marker_new_years.info_window_content, {maxWidth:400});
- GEvent.addListener(marker_new_years, "click", function() {
- map.panTo(point_new_years, 2);
- });
-
-
point_fall = JLngLat(-83.38856934340312, 33.9448641194789);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_fall = new GMarker(point_fall, markerOptions);
@@ -220,7 +209,7 @@
});
- point_on_the = JLngLat(-118.52130172987002, 33.461914385921666);
+ point_on_the = JLngLat(-118.52130172987002, 33.461914385921638);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_on_the = new GMarker(point_on_the, markerOptions);
map.addOverlay(marker_on_the);
@@ -264,7 +253,7 @@
});
- point_everything_all = JLngLat(-118.42890499373787, 33.975306864076366);
+ point_everything_all = JLngLat(-118.42890499373786, 33.975306864076359);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_everything_all = new GMarker(point_everything_all, markerOptions);
map.addOverlay(marker_everything_all);
@@ -275,7 +264,7 @@
});
- point_the_sun = JLngLat(-118.42887280722944, 33.975173406076344);
+ point_the_sun = JLngLat(-118.42887280722942, 33.975173406076337);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_the_sun = new GMarker(point_the_sun, markerOptions);
map.addOverlay(marker_the_sun);
@@ -352,7 +341,7 @@
});
- point_inside_and = JLngLat(14.317352769766009, 48.810530578015509);
+ point_inside_and = JLngLat(14.317352769766009, 48.810530578015488);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_inside_and = new GMarker(point_inside_and, markerOptions);
map.addOverlay(marker_inside_and);
@@ -418,7 +407,7 @@
});
- point_london_calling = JLngLat(-0.1495599746495864, 51.551192046821591);
+ point_london_calling = JLngLat(-0.14955997464958642, 51.551192046821591);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_london_calling = new GMarker(point_london_calling, markerOptions);
map.addOverlay(marker_london_calling);
@@ -935,14 +924,14 @@
});
- point_tips_and = JLngLat(-117.90123937872941, 33.632093907236353);
+ point_travel_tips = JLngLat(-117.90123937872937, 33.632093907236325);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
- marker_tips_and = new GMarker(point_tips_and, markerOptions);
- map.addOverlay(marker_tips_and);
- marker_tips_and.info_window_content = '<div class="infowin"><h4>Tips and Resources<\/h4><span class="date blok">October 19, 2005 (Los Angeles, California)<\/span><p><img src="http://images.luxagraf.net/post-thumbs/2008/travelgear.jpg" height="100" alt="Tips and Resources" style="float: left; border: #000 10px solid; margin-right: 4px; margin-bottom: 4px; height: 100px;" \/>An overview of the things you might want to bring on an extended trip, as well as some tips and recommendations on things like visas and vaccinations. The part that was most helpful for me was learning what I \x3Cem\x3Edidn\x27t\x3C/em\x3E need to bring \x26mdash\x3B as it turns out, quite a bit. Nowadays my pack is much smaller and lighter. <a href="/2005/oct/19/tips-and-resources/">Read it &raquo;<\/a><\/p><\/div>'
- marker_tips_and.bindInfoWindowHtml(marker_tips_and.info_window_content, {maxWidth:400});
- GEvent.addListener(marker_tips_and, "click", function() {
- map.panTo(point_tips_and, 2);
+ marker_travel_tips = new GMarker(point_travel_tips, markerOptions);
+ map.addOverlay(marker_travel_tips);
+ marker_travel_tips.info_window_content = '<div class="infowin"><h4>Travel Tips and Resources<\/h4><span class="date blok">October 19, 2005 (Los Angeles, California)<\/span><p><img src="http://images.luxagraf.net/post-thumbs/2008/travelgear.jpg" height="100" alt="Travel Tips and Resources" style="float: left; border: #000 10px solid; margin-right: 4px; margin-bottom: 4px; height: 100px;" \/>An overview of the things you might want to bring on an extended trip, as well as some tips and recommendations on things like visas and vaccinations. The part that was most helpful for me was learning what I \x3Cem\x3Edidn\x27t\x3C/em\x3E need to bring \x26mdash\x3B as it turns out, quite a bit. Nowadays my pack is much smaller and lighter. <a href="/2005/oct/19/tips-and-resources/">Read it &raquo;<\/a><\/p><\/div>'
+ marker_travel_tips.bindInfoWindowHtml(marker_travel_tips.info_window_content, {maxWidth:400});
+ GEvent.addListener(marker_travel_tips, "click", function() {
+ map.panTo(point_travel_tips, 2);
});
@@ -968,7 +957,7 @@
});
- point_farewell_mr = JLngLat(-72.627954472922156, 42.3226356811873);
+ point_farewell_mr = JLngLat(-72.627954472922156, 42.322635681187286);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_farewell_mr = new GMarker(point_farewell_mr, markerOptions);
map.addOverlay(marker_farewell_mr);
@@ -990,7 +979,7 @@
});
- point_farewell_mr = JLngLat(-72.628040303610746, 42.322508760619321);
+ point_farewell_mr = JLngLat(-72.628040303610732, 42.3225087606193);
markerOptions = { clickable:true, draggable:false, icon:tinyIcon};
marker_farewell_mr = new GMarker(point_farewell_mr, markerOptions);
map.addOverlay(marker_farewell_mr);