diff options
Diffstat (limited to 'templates/includes')
-rw-r--r-- | templates/includes/map_entry_list.html | 55 | ||||
-rw-r--r-- | templates/includes/recent_entries.html | 8 |
2 files changed, 26 insertions, 37 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'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'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 »<\/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 »<\/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 »<\/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); diff --git a/templates/includes/recent_entries.html b/templates/includes/recent_entries.html index b461eed..b622294 100644 --- a/templates/includes/recent_entries.html +++ b/templates/includes/recent_entries.html @@ -1,25 +1,25 @@ <ul> <li> - <h3><a href="/2009/apr/13/strangers-on-a-train/" title="Why Americans love train travel, despite having few trains">No Strangers on a Train</a></h3> + <h3><a href="/2009/apr/13/strangers-on-a-train/" title="No Strangers on a Train">No Strangers on a Train</a></h3> <img src="http://images.luxagraf.net/post-thumbs/2009/strangersonatrain.jpg" alt="No Strangers on a Train" class="post-image" /> <time datetime="2009-04-13 18:36:13">April 13, 2009</time> • <span class="location">Athens, <a href="/writing/united-states/1/" title="travel writing from the United States">Georgia</a></span> <p class="intro">We mythologize trains because they harken back to an age of community travel, a real, tangible community of travelers, not just backpackers, but people from all walks of life, people traveling near and far together in a shared space that isn't locked down like an airplane and isn't isolated like a car; it's a shared travel experience and there are precious few of those left in our world. <a class="permalink" href="/2009/apr/13/strangers-on-a-train/" title="No Strangers on a Train">Read it »</a></p> </li> <li> - <h3><a href="/2008/dec/09/leonardo-da-vinci-and-codex-bunnies/" title="Leondaro Da Vinci comes to Birmingham Alabama, along with some bunnies">Leonardo Da Vinci and the Codex on Bunnies</a></h3> + <h3><a href="/2008/dec/09/leonardo-da-vinci-and-codex-bunnies/" title="Leonardo Da Vinci and the Codex on Bunnies">Leonardo Da Vinci and the Codex on Bunnies</a></h3> <img src="http://images.luxagraf.net/post-thumbs/2009/codexofbunnies.jpg" alt="Leonardo Da Vinci and the Codex on Bunnies" class="post-image" /> <time datetime="2008-12-09 17:18:33">December 9, 2008</time> • <span class="location">Birmingham, <a href="/writing/united-states/1/" title="travel writing from the United States">Alabama</a></span> <p class="intro">A few pages from Leonardo Da Vinci's notebooks make a rare trip outside Italy, to Birmingham, AL, of all places. But the Birmingham Museum of Art is home to far more alarming works of art, works which depict the eventual, inevitable, bunny takeover, after which all the elements of our reality will be replaced by bunnies. Seriously. You heard it here first. <a class="permalink" href="/2008/dec/09/leonardo-da-vinci-and-codex-bunnies/" title="Leonardo Da Vinci and the Codex on Bunnies">Read it »</a></p> </li> <li> - <h3><a href="/2008/oct/31/elkmont-and-great-smoky-mountains/" title="Travels in the the Smoky Mountains, home of the lost Elkmont Railroad">Elkmont and the Great Smoky Mountains</a></h3> + <h3><a href="/2008/oct/31/elkmont-and-great-smoky-mountains/" title="Elkmont and the Great Smoky Mountains">Elkmont and the Great Smoky Mountains</a></h3> <img src="http://images.luxagraf.net/post-thumbs/2008/reflectedtrees.jpg" alt="Elkmont and the Great Smoky Mountains" class="post-image" /> <time datetime="2008-10-31 14:16:13">October 31, 2008</time> • <span class="location">Great Smoky Mountains, <a href="/writing/united-states/1/" title="travel writing from the United States">Tennessee</a></span> <p class="intro">Pigeon Forge is Myrtle Beach in the mountains. Redneck weddings cascade straight out of the chapel and into the mini golf reception area. Pigeon Forge is everything that's wrong with America. But we aren't here for Pigeon Forge, it just happens to have a free condo we're staying in. We're here for the mountains. Smoky Mountain National Park is just a few miles up the road. <a class="permalink" href="/2008/oct/31/elkmont-and-great-smoky-mountains/" title="Elkmont and the Great Smoky Mountains">Read it »</a></p> </li> <li> - <h3><a href="/2008/jul/27/rope-swings-and-river-floats/" title="A trip down the Chestatee River">Rope Swings and River Floats</a></h3> + <h3><a href="/2008/jul/27/rope-swings-and-river-floats/" title="Rope Swings and River Floats">Rope Swings and River Floats</a></h3> <img src="http://images.luxagraf.net/post-thumbs/2008/chestateeriver.jpg" alt="Rope Swings and River Floats" class="post-image" /> <time datetime="2008-07-27 19:14:49">July 27, 2008</time> • <span class="location">Mountain Cabin, <a href="/writing/united-states/1/" title="travel writing from the United States">Georgia</a></span> <p class="intro">Two weekends ago we went up to the mountains, just outside of Dahlonega GA, and floated the Chestatee River using inner tubes, various pool toys and one super-cool inflatable seahorse. Unfortunately, proving one of my travel mottos -- you can never go back -- a return trip proved disastrous. <a class="permalink" href="/2008/jul/27/rope-swings-and-river-floats/" title="Rope Swings and River Floats">Read it »</a></p> |