Skip to content

Commit

Permalink
[#113] Change image map rectangles
Browse files Browse the repository at this point in the history
  • Loading branch information
zzgvh committed Dec 12, 2012
1 parent 91ca2be commit 0d39ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akvo/templates/rsr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ <h1 class="white last" style="line-height: 1em">&euro; {{projects_budget}}M</h1>
{#% map 'project' 315 190 'home_page_global_map' 'static' %#}
{# hack until we have proper caching of jQuery API calls #}
<map name="map_map" id="">
<area href="https://maps.google.com/maps?ll=15.19247,19.257229&z=2&t=m&hl=en-US" shape="rect" coords="0,158,158,190">
<area href="http://www.google.com/intl/en-US_US/help/terms_maps.html" shape="rect" coords="159, 158, 315, 190">
<area href="https://maps.google.com/maps?ll=15.19247,19.257229&z=2&t=m&hl=en-US" shape="rect" coords="0,158,70,190">
<area href="http://www.google.com/intl/en-US_US/help/terms_maps.html" shape="rect" coords="245, 165, 315, 190">
</map>
<img usemap="#map_map" width="315" height="190" src="{{MEDIA_URL}}akvo/img/base/home_page_map.png" />
</a>
Expand Down

0 comments on commit 0d39ec1

Please sign in to comment.