From 0882d73ca1ba4c84ce24c946548c80d9e4d1c04e Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Sat, 30 Jan 2010 19:19:30 +0000 Subject: added topics to posts --- templates/404.html | 25 +-- templates/500.html | 132 ++++++++---- templates/archives/homepage.html | 2 +- templates/archives/map.html | 2 +- templates/archives/photos.html | 6 +- templates/archives/topics.html | 39 ++++ templates/archives/writing.html | 4 +- templates/base.html | 6 +- templates/contact_form/contact_form.html | 26 ++- templates/details/entry.html | 40 +++- templates/details/photo_galleries.html | 345 +++++++++++++++++++++++++++++++ templates/includes/map_entry_list.html | 145 ++++++------- 12 files changed, 622 insertions(+), 150 deletions(-) create mode 100644 templates/archives/topics.html create mode 100644 templates/details/photo_galleries.html (limited to 'templates') diff --git a/templates/404.html b/templates/404.html index 56b58a4..d3db4f8 100644 --- a/templates/404.html +++ b/templates/404.html @@ -6,25 +6,26 @@ {% block title %}404 Page Not Found{% endblock %} - {% block primary %} +{% block primary %} +
+

Error 404 – Page Not Found

Oh my god you broke the internet.

Al Gore is pissed.

So is the hamster

This is probably because of one or more of the following:

-
    -
  1. The hamster who fetches these pages has stepped out for a smoke break (he earns extra travel money over at the Philip Morris Labs where he poses as a rat and gets paid under the table).
  2. -
  3. The hamster who fetches these pages is actually at Phillip Morris Labs working right now in which case you'll just have to wait until he comes back here.
  4. -
  5. The hamster who fetches the pages finally made enough extra travel money working nights at the Philip Morris Labs to actually travel and is no longer running this site at all, in fact he's sipping Mai Tai's in Indonesia even as we speak, laughing that semi-sinister but always endearing high pitched squeak of a laugh.
  6. -
  7. The hamster may be innocent. Perhaps I was drunk and left the page in the back of a cab.
  8. -
  9. Wait, why is this our fault? Why are you so quick to blame the hamster? This could be your fault. You might have man hands or thick, clumsy fingers or that led you to type the wrong address. Or you might just be an idiot. Or you might be following the links of an idiot. See what happens when you visit other sites? Keep it simple, make the hamster happy. Limit your internet usage to luxagraf only.
  10. -
  11. Of course its possible that you're ahead of me and the page simply hasn't been invented yet, which makes you a genius. And explains why the hamster coouldn't find it.
  12. -
  13. It's also entirely possible that the page exists but the hamster doesn't want to show it to you. It maybe one of those "backroom" pages he has where secret stuff beyond your wildest imaginings are happening even now, right this second, just behind this blank white curtain. Stuff which you can only guess at. You can ask the hamster for an invite. Just email a full body shot, two forms of ID and a credit card number for verification purposes.
  14. -
+ +

The hamster who fetches these pages has stepped out for a smoke break (he earns extra travel money over at the Philip Morris Labs where he poses as a rat and gets paid under the table).

+

The hamster who fetches these pages is actually at Phillip Morris Labs working right now in which case you'll just have to wait until he comes back here.

+

The hamster who fetches the pages finally made enough extra travel money working nights at the Philip Morris Labs to actually travel and is no longer running this site at all, in fact he's sipping Mai Tai's in Indonesia even as we speak, laughing that semi-sinister but always endearing high pitched squeak of a laugh.

+

The hamster may be innocent. Perhaps I was drunk and left the page in the back of a cab.

+

Wait, why is this our fault? Why are you so quick to blame the hamster? This could be your fault. You might have man hands or thick, clumsy fingers or that led you to type the wrong address. Or you might just be an idiot. Or you might be following the links of an idiot. See what happens when you visit other sites? Keep it simple, make the hamster happy. Limit your internet usage to luxagraf only.

+

Of course its possible that you're ahead of me and the page simply hasn't been invented yet, which makes you a genius. And explains why the hamster couldn't find it.

+

It's also entirely possible that the page exists but the hamster doesn't want to show it to you. It maybe one of those "backroom" pages he has, where secret stuff beyond your wildest imaginings is happening even now, right this second, just behind this blank white curtain. Stuff which you can only guess at. You can ask the hamster for an invite. Just email a full body shot, two forms of ID and a credit card number for verification purposes.

Whatever the case you may return from whence you came, Head for the main page or try searching again for whatever it is you wanted to find.

+
{% endblock %} - - + diff --git a/templates/500.html b/templates/500.html index 84954d9..f45b240 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,37 +1,99 @@ -{% extends 'base.html' %} -{% load typogrify %} -{% block pagetitle %}Luxagraf | Internal Server Error {% endblock %} -{% block metadescription %}Luxagraf: {{object.dek|striptags|safe}}{% endblock %} - - - {% block title %}500 Internal Server Error{% endblock %} - - - {% block primary %} - -

Holy crap, you broke the internet. The proper authorities have been notified and it will most likely be working again soon.

- - {% endblock %} + + + + Luxagraf | Internal Server Error + + + + + + - + + + + + + + + + + + + + -{% block sidebar %} - - -{% endblock %} \ No newline at end of file + + + + + + + + +
+ +
+

Luxagraf

+

{a travelogue}

+
+
+ +
+

Server Error

+

Holy crap, you broke the internet. The proper authorities have been notified and it will most likely be working again soon.

+
+ +
+ + + + + {% endblock %} + \ No newline at end of file diff --git a/templates/archives/homepage.html b/templates/archives/homepage.html index 03b2888..0f4af61 100644 --- a/templates/archives/homepage.html +++ b/templates/archives/homepage.html @@ -8,7 +8,7 @@

{{featured.title|widont|smartypants|safe}}

- + {{featured.lede|smartypants|widont|safe}}

More »
diff --git a/templates/archives/map.html b/templates/archives/map.html index 0a90df9..b040b00 100644 --- a/templates/archives/map.html +++ b/templates/archives/map.html @@ -4,7 +4,7 @@ {% load slugify_under %} {% block pagetitle %}Luxagraf | Map and Trips{% endblock %} -{% block metadescription %}Writing Archive, Luxagraf{% endblock %} +{% block metadescription %}Browse luxagraf by map, see trip routes and discover essays and dispatches from around the world{% endblock %} {#============================================== Google Maps code diff --git a/templates/archives/photos.html b/templates/archives/photos.html index f44265d..b2ef4f7 100644 --- a/templates/archives/photos.html +++ b/templates/archives/photos.html @@ -2,8 +2,8 @@ {% load typogrify %} {% load pagination_tags %} -{% block pagetitle %}Luxagraf | {% if region %}Photos from {{region.name|title|smartypants|safe}}{%else%}Photos from Around the World {%endif%}{% endblock %} -{% block metadescription %}Photo Archive, Luxagraf{% endblock %} +{% block pagetitle %}Luxagraf | {% if region %}Photo Galleries: Images from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%}{% endblock %} +{% block metadescription %}{% if region %}Photo Galleries from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%}{% endblock %} {%block bodyid%}id="photo-archive"{%endblock%} @@ -13,7 +13,7 @@

{% if region %}Photographs from {{region.name|title|smartypants|safe}}{%else%}Photographs from Around the World {%endif%}

+ +
{%endblock%} \ No newline at end of file diff --git a/templates/details/entry.html b/templates/details/entry.html index 29570b5..3e15f83 100644 --- a/templates/details/entry.html +++ b/templates/details/entry.html @@ -4,6 +4,13 @@ {% block pagetitle %}{{object.title|title|smartypants|safe}} ({% ifequal object.location.state.country.name "United States" %}{{object.location.name|smartypants|safe}}, {{object.location.state.name}}{%else%}{{object.location.name|smartypants|safe}}, {{object.location.state.country.name}}{%endifequal%}) | Luxagraf, a travelogue{% endblock %} {% block metadescription %}Luxagraf: {{object.dek|striptags|safe}}{% endblock %} +{%block extrahead%} + + + + + +{%endblock%} {%block bodyid%}class="writing-detail"{%endblock%} @@ -12,15 +19,18 @@

{{object.title|smartypants|safe}}

- - + + {{object.body_html|smartypants|widont|safe}}
-

About {{object.title|title|smartypants|safe}}

-

{{object.title|title|smartypants|safe}} was posted {{ object.pub_date|timesince }} ago from {{object.location.name|smartypants|safe}}, which is in {%ifequal object.location.state.country.name 'United States'%}{{object.location.state.name|smartypants|safe}},{%endifequal%} {{object.location.state.country.name|smartypants|safe}}. You can find nearby entries by browsing the Map. -

If you enjoyed reading this, you can follow along on Twitter or by subscribing to the RSS Feed. For more about luxagraf, see the about page. To get in touch please use the contact form or leave a comment below.

+

About {{object.title|smartypants|safe}}

+

posted , from {{object.location.name|smartypants|safe}}, {%ifequal object.location.state.country.name 'United States'%}{{object.location.state.name|smartypants|safe}}{% else %}{{object.location.state.country.name}}{%endifequal%}. +

Follow along on Twitter or by subscribing to the RSS Feed. For more about me, see the about page. To get in touch please use the contact form or leave a comment below.

-

Comments on {{object.title|title|smartypants|safe}}

+

Comments

blog comments powered by Disqus
-{% endblock %} \ No newline at end of file +{% endblock %} +{% block js %} + +{% endblock%} \ No newline at end of file diff --git a/templates/details/photo_galleries.html b/templates/details/photo_galleries.html new file mode 100644 index 0000000..84dc219 --- /dev/null +++ b/templates/details/photo_galleries.html @@ -0,0 +1,345 @@ + + + + Luxagraf | Photos | {{object.set_title}} + + + + + + + + + + + +

Luxagraf, photos from: {{object.set_title}}

+

« Back to galleries

+
+
+
+ +
+
+
+
    + {%for photo in object.photos.all %} +
  • {{photo.title}}
  • + {% endfor %} +
+
+
+ + + diff --git a/templates/includes/map_entry_list.html b/templates/includes/map_entry_list.html index 3fbda9c..46e11d2 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.958186941609419); + point_no_strangers = JLngLat(-83.408246028733373, 33.958186941609405); 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.810799825028027, 33.521441993672674); + point_leonardo_da = JLngLat(-86.810799825028056, 33.521441993672681); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_leonardo_da = new GMarker(point_leonardo_da, markerOptions); map.addOverlay(marker_leonardo_da); @@ -143,7 +143,7 @@ }); - point_returning_again = JLngLat(-82.971324909104382, 12.290694745245389); + point_returning_again = JLngLat(-82.971324909104396, 12.290694745245402); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_returning_again = new GMarker(point_returning_again, markerOptions); map.addOverlay(marker_returning_again); @@ -176,7 +176,7 @@ }); - point_return_to = JLngLat(-85.873475062814094, 11.254384499067593); + point_return_to = JLngLat(-85.873475062814094, 11.254384499067603); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_return_to = new GMarker(point_return_to, markerOptions); map.addOverlay(marker_return_to); @@ -187,7 +187,7 @@ }); - point_ring_the = JLngLat(-85.958136308148539, 11.932062265861576); + point_ring_the = JLngLat(-85.958136308148539, 11.932062265861589); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_ring_the = new GMarker(point_ring_the, markerOptions); map.addOverlay(marker_ring_the); @@ -198,7 +198,7 @@ }); - point_new_years = JLngLat(-83.388563978984962, 33.944886370419439); + 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); @@ -220,7 +220,7 @@ }); - point_on_the = JLngLat(-118.52130172987003, 33.461914385921673); + point_on_the = JLngLat(-118.52130172987002, 33.461914385921666); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_on_the = new GMarker(point_on_the, markerOptions); map.addOverlay(marker_on_the); @@ -231,7 +231,7 @@ }); - point_being_there = JLngLat(-78.928356159667246, 33.683925130931478); + point_being_there = JLngLat(-78.928356159667246, 33.683925130931456); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_being_there = new GMarker(point_being_there, markerOptions); map.addOverlay(marker_being_there); @@ -242,7 +242,7 @@ }); - point_sailing_through = JLngLat(-79.82256172976372, 32.835570335241002); + point_sailing_through = JLngLat(-79.82256172976372, 32.835570335240995); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_sailing_through = new GMarker(point_sailing_through, markerOptions); map.addOverlay(marker_sailing_through); @@ -275,17 +275,6 @@ }); - point_catologue_raisonne = JLngLat(-118.42905519744257, 33.975253480901443); - markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; - marker_catologue_raisonne = new GMarker(point_catologue_raisonne, markerOptions); - map.addOverlay(marker_catologue_raisonne); - marker_catologue_raisonne.info_window_content = '

Catologue Raisonne<\/h4>January 31, 2007 (Los Angeles, California)<\/span>

Catologue RaisonneGoogle wants to index all the world\x27s books. I know that doesn\x27t have too much to do with traveling, but in a way it does \x26mdash\x3B most travelers I know do quite a bit of reading. Since searchable books means a better chance to find something you like, who would oppose such a plan? Publishers of course. Fucking luddites. Read it »<\/a><\/p><\/div>' - marker_catologue_raisonne.bindInfoWindowHtml(marker_catologue_raisonne.info_window_content, {maxWidth:400}); - GEvent.addListener(marker_catologue_raisonne, "click", function() { - map.panTo(point_catologue_raisonne, 2); - }); - - point_the_sun = JLngLat(-118.42887280722944, 33.975173406076344); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_sun = new GMarker(point_the_sun, markerOptions); @@ -297,7 +286,7 @@ }); - point_give_it = JLngLat(-118.42893718024604, 33.975195649090907); + point_give_it = JLngLat(-118.42893718024602, 33.975195649090907); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_give_it = new GMarker(point_give_it, markerOptions); map.addOverlay(marker_give_it); @@ -308,7 +297,7 @@ }); - point_homeward = JLngLat(-118.42903373977046, 33.975160060264841); + point_homeward = JLngLat(-118.42903373977045, 33.975160060264834); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_homeward = new GMarker(point_homeward, markerOptions); map.addOverlay(marker_homeward); @@ -319,7 +308,7 @@ }); - point_cadenza = JLngLat(2.3610842224649091, 48.863458443784694); + point_cadenza = JLngLat(2.3610842224649087, 48.86345844378468); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_cadenza = new GMarker(point_cadenza, markerOptions); map.addOverlay(marker_cadenza); @@ -330,7 +319,7 @@ }); - point_i_dont = JLngLat(16.370648143396807, 48.209967769728017); + point_i_dont = JLngLat(16.370648143396814, 48.209967769727996); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_i_dont = new GMarker(point_i_dont, markerOptions); map.addOverlay(marker_i_dont); @@ -341,7 +330,7 @@ }); - point_unreflected = JLngLat(16.370648143396807, 48.209967769728017); + point_unreflected = JLngLat(16.370648143396814, 48.209967769727996); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_unreflected = new GMarker(point_unreflected, markerOptions); map.addOverlay(marker_unreflected); @@ -352,7 +341,7 @@ }); - point_four_minutes = JLngLat(14.418117998023487, 50.08984639084774); + point_four_minutes = JLngLat(14.418117998023494, 50.089846390847725); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_four_minutes = new GMarker(point_four_minutes, markerOptions); map.addOverlay(marker_four_minutes); @@ -363,7 +352,7 @@ }); - point_inside_and = JLngLat(14.317352769766014, 48.810530578015531); + point_inside_and = JLngLat(14.317352769766009, 48.810530578015509); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_inside_and = new GMarker(point_inside_and, markerOptions); map.addOverlay(marker_inside_and); @@ -374,7 +363,7 @@ }); - point_the_king = JLngLat(14.109942911091286, 46.365209982615596); + point_the_king = JLngLat(14.109942911091283, 46.365209982615575); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_king = new GMarker(point_the_king, markerOptions); map.addOverlay(marker_the_king); @@ -385,7 +374,7 @@ }); - point_ghost = JLngLat(14.506748912699262, 46.050859856324585); + point_ghost = JLngLat(14.50674891269926, 46.050859856324571); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_ghost = new GMarker(point_ghost, markerOptions); map.addOverlay(marker_ghost); @@ -396,7 +385,7 @@ }); - point_feel_good = JLngLat(18.109052178723061, 42.641338384291785); + point_feel_good = JLngLat(18.109052178723051, 42.641338384291778); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_feel_good = new GMarker(point_feel_good, markerOptions); map.addOverlay(marker_feel_good); @@ -407,7 +396,7 @@ }); - point_blue_milk = JLngLat(18.109052178723061, 42.641338384291785); + point_blue_milk = JLngLat(18.109052178723051, 42.641338384291778); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_blue_milk = new GMarker(point_blue_milk, markerOptions); map.addOverlay(marker_blue_milk); @@ -418,7 +407,7 @@ }); - point_refracted_light = JLngLat(19.062137601106294, 47.483800862289485); + point_refracted_light = JLngLat(19.062137601106286, 47.483800862289485); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_refracted_light = new GMarker(point_refracted_light, markerOptions); map.addOverlay(marker_refracted_light); @@ -429,7 +418,7 @@ }); - point_london_calling = JLngLat(-0.14955997464959109, 51.551192046821591); + point_london_calling = JLngLat(-0.1495599746495864, 51.551192046821591); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_london_calling = new GMarker(point_london_calling, markerOptions); map.addOverlay(marker_london_calling); @@ -440,7 +429,7 @@ }); - point_closing_time = JLngLat(98.53981016694695, 7.0586452366957131); + point_closing_time = JLngLat(98.539810166946921, 7.0586452366957175); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_closing_time = new GMarker(point_closing_time, markerOptions); map.addOverlay(marker_closing_time); @@ -451,7 +440,7 @@ }); - point_beginning_of = JLngLat(99.08294676355105, 7.2003631858928818); + point_beginning_of = JLngLat(99.207916245987008, 7.4090692758064645); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_beginning_of = new GMarker(point_beginning_of, markerOptions); map.addOverlay(marker_beginning_of); @@ -462,7 +451,7 @@ }); - point_going_down = JLngLat(98.638000474550566, 7.4904733333830142); + point_going_down = JLngLat(98.778762803633271, 7.73582685701777); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_going_down = new GMarker(point_going_down, markerOptions); map.addOverlay(marker_going_down); @@ -473,7 +462,7 @@ }); - point_the_book = JLngLat(103.49945066918633, 10.626275865572236); + point_the_book = JLngLat(103.49945066918632, 10.626275865572227); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_book = new GMarker(point_the_book, markerOptions); map.addOverlay(marker_the_book); @@ -484,7 +473,7 @@ }); - point_midnight_in = JLngLat(104.32325361706978, 10.438267017137914); + point_midnight_in = JLngLat(104.32325361706975, 10.438267017137903); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_midnight_in = new GMarker(point_midnight_in, markerOptions); map.addOverlay(marker_midnight_in); @@ -495,7 +484,7 @@ }); - point_angkor_wat = JLngLat(103.89289854510804, 13.497808126788675); + point_angkor_wat = JLngLat(103.89289854510803, 13.497808126788645); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_angkor_wat = new GMarker(point_angkor_wat, markerOptions); map.addOverlay(marker_angkor_wat); @@ -506,7 +495,7 @@ }); - point_wait_til = JLngLat(103.86148451313015, 13.361228724078366); + point_wait_til = JLngLat(103.86148451313011, 13.361228724078341); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_wait_til = new GMarker(point_wait_til, markerOptions); map.addOverlay(marker_wait_til); @@ -517,7 +506,7 @@ }); - point_beginning_to = JLngLat(104.04052732926735, 12.821174848475952); + point_beginning_to = JLngLat(104.04052732926735, 12.821174848475943); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_beginning_to = new GMarker(point_beginning_to, markerOptions); map.addOverlay(marker_beginning_to); @@ -528,7 +517,7 @@ }); - point_blood_on = JLngLat(104.92750166386067, 11.565975590520974); + point_blood_on = JLngLat(104.92750166386067, 11.565975590520948); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_blood_on = new GMarker(point_blood_on, markerOptions); map.addOverlay(marker_blood_on); @@ -539,7 +528,7 @@ }); - point_ticket_to = JLngLat(106.97941301763987, 13.734549299840186); + point_ticket_to = JLngLat(106.97941301763984, 13.734549299840165); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_ticket_to = new GMarker(point_ticket_to, markerOptions); map.addOverlay(marker_ticket_to); @@ -550,7 +539,7 @@ }); - point_little_corner = JLngLat(105.83782194571637, 14.130915842740993); + point_little_corner = JLngLat(105.83782194571637, 14.13091584274097); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_little_corner = new GMarker(point_little_corner, markerOptions); map.addOverlay(marker_little_corner); @@ -561,7 +550,7 @@ }); - point_can8217t_get = JLngLat(106.83689115944449, 14.806085524831964); + point_can8217t_get = JLngLat(106.83689115944451, 14.806085524831957); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_can8217t_get = new GMarker(point_can8217t_get, markerOptions); map.addOverlay(marker_can8217t_get); @@ -572,7 +561,7 @@ }); - point_safe_as = JLngLat(106.5756225437582, 14.623949505069257); + point_safe_as = JLngLat(106.57562254375821, 14.623949505069247); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_safe_as = new GMarker(point_safe_as, markerOptions); map.addOverlay(marker_safe_as); @@ -583,7 +572,7 @@ }); - point_everyday_the = JLngLat(104.75026129218116, 16.560435757136197); + point_everyday_the = JLngLat(104.75026129218114, 16.560435757136183); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_everyday_the = new GMarker(point_everyday_the, markerOptions); map.addOverlay(marker_everyday_the); @@ -594,7 +583,7 @@ }); - point_water_slides = JLngLat(105.30395506346656, 17.51310571535749); + point_water_slides = JLngLat(105.30395506346655, 17.513105715357479); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_water_slides = new GMarker(point_water_slides, markerOptions); map.addOverlay(marker_water_slides); @@ -605,7 +594,7 @@ }); - point_the_lovely = JLngLat(102.43755339150222, 18.925448620655764); + point_the_lovely = JLngLat(102.43755339150223, 18.92544862065574); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_lovely = new GMarker(point_the_lovely, markerOptions); map.addOverlay(marker_the_lovely); @@ -616,18 +605,18 @@ }); - point_i_used = JLngLat(101.19094847224213, 20.853678554651349); + point_i_used = JLngLat(101.19094847224211, 20.853678554651307); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_i_used = new GMarker(point_i_used, markerOptions); map.addOverlay(marker_i_used); - marker_i_used.info_window_content = '

I Used to Fly Like Peter Pan<\/h4>January 21, 2006 (Luang Nam Tha, Lao (PDR))<\/span>

I Used to Fly Like Peter PanThe next time someone asks you, \x22would you like to live in a tree house and travel five hundred feet above the ground attached to a zip wire?\x22 I highly suggest you say, \x22yes, where do a I sign up?\x22 If you happen to be in Laos, try the Gibbon Experience.\x0D\x0A Read it »<\/a><\/p><\/div>' + marker_i_used.info_window_content = '

I Used to Fly Like Peter Pan<\/h4>January 21, 2006 (Luang Nam Tha, Lao (PDR))<\/span>

I Used to Fly Like Peter PanThe next time someone asks you, \x26#8220\x3Bwould you like to live in a tree house and travel five hundred feet above the ground attached to a zip wire?\x26#8221\x3B I highly suggest you say, \x26#8220\x3Byes, where do a I sign up?\x26#8221\x3B If you happen to be in Laos, try the Gibbon Experience. Read it »<\/a><\/p><\/div>' marker_i_used.bindInfoWindowHtml(marker_i_used.info_window_content, {maxWidth:400}); GEvent.addListener(marker_i_used, "click", function() { map.panTo(point_i_used, 2); }); - point_hymn_of = JLngLat(102.42279051308631, 19.827433510057404); + point_hymn_of = JLngLat(102.42279051308633, 19.827433510057382); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_hymn_of = new GMarker(point_hymn_of, markerOptions); map.addOverlay(marker_hymn_of); @@ -638,7 +627,7 @@ }); - point_down_the = JLngLat(102.13199614056809, 19.875064447947246); + point_down_the = JLngLat(102.13199614056808, 19.875064447947231); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_down_the = new GMarker(point_down_the, markerOptions); map.addOverlay(marker_down_the); @@ -649,7 +638,7 @@ }); - point_the_king = JLngLat(98.842620835850298, 19.315031381446268); + point_the_king = JLngLat(98.842620835850283, 19.315031381446264); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_king = new GMarker(point_the_king, markerOptions); map.addOverlay(marker_the_king); @@ -660,7 +649,7 @@ }); - point_you_and = JLngLat(98.987674699355495, 18.787042343613678); + point_you_and = JLngLat(98.987674699355495, 18.78704234361367); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_you_and = new GMarker(point_you_and, markerOptions); map.addOverlay(marker_you_and); @@ -671,7 +660,7 @@ }); - point_buddha_on = JLngLat(100.547304139446, 13.726128126466557); + point_buddha_on = JLngLat(100.547304139446, 13.726128126466541); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_buddha_on = new GMarker(point_buddha_on, markerOptions); map.addOverlay(marker_buddha_on); @@ -682,7 +671,7 @@ }); - point_brink_of = JLngLat(100.54314135105555, 13.75092177957932); + point_brink_of = JLngLat(100.54314135105552, 13.750921779579318); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_brink_of = new GMarker(point_brink_of, markerOptions); map.addOverlay(marker_brink_of); @@ -693,7 +682,7 @@ }); - point_are_you = JLngLat(100.49344538243437, 13.761790973148349); + point_are_you = JLngLat(100.49344538243434, 13.761790973148344); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_are_you = new GMarker(point_are_you, markerOptions); map.addOverlay(marker_are_you); @@ -704,7 +693,7 @@ }); - point_merry_christmas = JLngLat(100.49344538243446, 13.761790973148388); + point_merry_christmas = JLngLat(100.49344538243446, 13.761790973148344); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_merry_christmas = new GMarker(point_merry_christmas, markerOptions); map.addOverlay(marker_merry_christmas); @@ -715,7 +704,7 @@ }); - point_sunset_over = JLngLat(85.224723804054321, 28.068345037441055); + point_sunset_over = JLngLat(85.224723804054321, 28.068345037441048); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_sunset_over = new GMarker(point_sunset_over, markerOptions); map.addOverlay(marker_sunset_over); @@ -726,7 +715,7 @@ }); - point_pashupatinath = JLngLat(85.348534572164567, 27.710573155686934); + point_pashupatinath = JLngLat(85.348534572164525, 27.710573155686927); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_pashupatinath = new GMarker(point_pashupatinath, markerOptions); map.addOverlay(marker_pashupatinath); @@ -737,7 +726,7 @@ }); - point_durbar_square = JLngLat(85.317378032251895, 27.703363690641844); + point_durbar_square = JLngLat(85.317378032251909, 27.703363690641837); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_durbar_square = new GMarker(point_durbar_square, markerOptions); map.addOverlay(marker_durbar_square); @@ -748,7 +737,7 @@ }); - point_goodbye_india = JLngLat(77.210926998834495, 28.641824196732301); + point_goodbye_india = JLngLat(77.210926998834509, 28.641824196732294); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_goodbye_india = new GMarker(point_goodbye_india, markerOptions); map.addOverlay(marker_goodbye_india); @@ -759,7 +748,7 @@ }); - point_the_taj = JLngLat(78.041768063171872, 27.172804012576528); + point_the_taj = JLngLat(78.041768063171872, 27.17280401257652); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_taj = new GMarker(point_the_taj, markerOptions); map.addOverlay(marker_the_taj); @@ -770,7 +759,7 @@ }); - point_on_a = JLngLat(70.890655507709951, 27.004078760567147); + point_on_a = JLngLat(70.890655507709951, 27.00407876056714); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_on_a = new GMarker(point_on_a, markerOptions); map.addOverlay(marker_on_a); @@ -792,7 +781,7 @@ }); - point_around_udaipur = JLngLat(73.784866322736619, 24.667610368715472); + point_around_udaipur = JLngLat(73.784866322736619, 24.667610368715462); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_around_udaipur = new GMarker(point_around_udaipur, markerOptions); map.addOverlay(marker_around_udaipur); @@ -814,7 +803,7 @@ }); - point_the_city = JLngLat(73.693199147456525, 24.591304879190861); + point_the_city = JLngLat(73.693199147456525, 24.591304879190854); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_city = new GMarker(point_the_city, markerOptions); map.addOverlay(marker_the_city); @@ -825,7 +814,7 @@ }); - point_living_in = JLngLat(72.562379826935242, 23.009675285624734); + point_living_in = JLngLat(72.562379826935228, 23.009675285624738); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_living_in = new GMarker(point_living_in, markerOptions); map.addOverlay(marker_living_in); @@ -836,7 +825,7 @@ }); - point_anjuna_market = JLngLat(73.73886107371969, 15.581289472937041); + point_anjuna_market = JLngLat(73.738861073719647, 15.58128947293703); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_anjuna_market = new GMarker(point_anjuna_market, markerOptions); map.addOverlay(marker_anjuna_market); @@ -847,7 +836,7 @@ }); - point_fish_story = JLngLat(73.915414799891437, 15.277230227117785); + point_fish_story = JLngLat(73.915414799891451, 15.277230227117771); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_fish_story = new GMarker(point_fish_story, markerOptions); map.addOverlay(marker_fish_story); @@ -858,7 +847,7 @@ }); - point_the_backwaters = JLngLat(76.25335692297908, 9.9580299709641533); + point_the_backwaters = JLngLat(76.253356922979094, 9.9580299709641249); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_backwaters = new GMarker(point_the_backwaters, markerOptions); map.addOverlay(marker_the_backwaters); @@ -869,7 +858,7 @@ }); - point_vasco_de = JLngLat(76.240911473151641, 9.9643702310414053); + point_vasco_de = JLngLat(76.240911473151641, 9.9643702310414035); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_vasco_de = new GMarker(point_vasco_de, markerOptions); map.addOverlay(marker_vasco_de); @@ -880,7 +869,7 @@ }); - point_riots_iraqi = JLngLat(2.3610734936288558, 48.863514907961665); + point_riots_iraqi = JLngLat(2.3610734936288558, 48.863514907961644); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_riots_iraqi = new GMarker(point_riots_iraqi, markerOptions); map.addOverlay(marker_riots_iraqi); @@ -891,7 +880,7 @@ }); - point_bury_your = JLngLat(2.3437571522311194, 48.886236566239617); + point_bury_your = JLngLat(2.343757152231122, 48.886236566239617); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_bury_your = new GMarker(point_bury_your, markerOptions); map.addOverlay(marker_bury_your); @@ -902,7 +891,7 @@ }); - point_the_houses = JLngLat(2.3615670200875267, 48.864093662101581); + point_the_houses = JLngLat(2.3615670200875383, 48.864093662101581); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_the_houses = new GMarker(point_the_houses, markerOptions); map.addOverlay(marker_the_houses); @@ -913,7 +902,7 @@ }); - point_sainte_chapelle = JLngLat(2.3452591892792487, 48.855566948530594); + point_sainte_chapelle = JLngLat(2.3452591892792514, 48.855566948530559); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_sainte_chapelle = new GMarker(point_sainte_chapelle, markerOptions); map.addOverlay(marker_sainte_chapelle); @@ -924,7 +913,7 @@ }); - point_living_in = JLngLat(2.3617815968086884, 48.864164241416852); + point_living_in = JLngLat(2.3617815968086964, 48.864164241416837); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_living_in = new GMarker(point_living_in, markerOptions); map.addOverlay(marker_living_in); @@ -968,7 +957,7 @@ }); - point_one_nation = JLngLat(-72.628040303610575, 42.322540490785144); + point_one_nation = JLngLat(-72.628040303610575, 42.322540490785137); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_one_nation = new GMarker(point_one_nation, markerOptions); map.addOverlay(marker_one_nation); -- cgit v1.2.3-70-g09d2