diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-05-17 13:31:53 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-05-17 13:31:53 +0000 |
commit | 05c3b50f7efb39eb55734da15ff272b7693737ae (patch) | |
tree | 7dc3f3cfd872afd9626dfb52a9fcb2694c8fafd6 /templates/includes/map_entry_list.html | |
parent | 6ac9cc2e2889704bcb3684eef962174001097777 (diff) |
added numeral style class
Diffstat (limited to 'templates/includes/map_entry_list.html')
-rw-r--r-- | templates/includes/map_entry_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/includes/map_entry_list.html b/templates/includes/map_entry_list.html index 4b7ff6a..b3fe171 100644 --- a/templates/includes/map_entry_list.html +++ b/templates/includes/map_entry_list.html @@ -55,11 +55,11 @@ // Add a marker for each project - point_los_angeles = JLngLat(-118.23626874231368, 34.055370546424705); + point_los_angeles = JLngLat(-118.23626874231368, 34.05537054642469); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_los_angeles = new GMarker(point_los_angeles, markerOptions); map.addOverlay(marker_los_angeles); - marker_los_angeles.info_window_content = '<div class="infowin"><h4>Los Angeles, I'm Yours<\/h4><span class="date blok">May 14, 2010 (Los Angeles, California)<\/span><p><img src="http://127.0.0.1:8000/images/post-thumbnail/2010/launiontickets.jpg" height="100" alt="Los Angeles, I'm Yours" style="float: left; border: #000 10px solid; margin-right: 8px; margin-bottom: 4px; height: 100px;" \/>test <a href="/2010/may/14/los-angeles-im-yours/">Read it »<\/a><\/p><\/div>' + marker_los_angeles.info_window_content = '<div class="infowin"><h4>Los Angeles, I'm Yours<\/h4><span class="date blok">May 14, 2010 (Los Angeles, California)<\/span><p><img src="http://127.0.0.1:8000/images/post-thumbnail/2010/launiontickets.jpg" height="100" alt="Los Angeles, I'm Yours" style="float: left; border: #000 10px solid; margin-right: 8px; margin-bottom: 4px; height: 100px;" \/>Los Angeles is all about the car. Shiny, air\u002Dconditioned comfort, gliding you soundlessly from one place to another without the need to interact with anything in between. But I have discovered that if you abandon the car for the subway and your own two feet, the illusion that L.A. is just a model train set world \u0026mdash\u003B tiny, plastic and devoid of any ground beneath the ground \u0026mdash\u003B fades and you find yourself, for a time, in a real city. <a href="/2010/may/14/los-angeles-im-yours/">Read it »<\/a><\/p><\/div>' marker_los_angeles.bindInfoWindowHtml(marker_los_angeles.info_window_content, {maxWidth:400}); GEvent.addListener(marker_los_angeles, "click", function() { map.panTo(point_los_angeles, 2); |