Changeset 771

Show
Ignore:
Timestamp:
04/20/06 11:26:48 (3 years ago)
Author:
dom
Message:

Upgrade to new Gmaps API (closes #93)

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r770 r771  
    99        Generate URIs for locales and contributors in RDF output. 
    1010        #107 Don't display partial http:// URL in preview. 
     11        #93 Upgrade to new Google Maps API (for smaller javascript download) 
    1112 
    12130.52    5 March 2006 
  • trunk/templates/header.tt

    r756 r771  
    2727  [% END %] 
    2828  [% IF enable_gmaps AND display_google_maps AND gmaps_api_key %] 
    29     <script src="http://maps.google.com/maps?file=api&amp;v=1&amp;key=[% gmaps_api_key %]" type="text/javascript"></script> 
     29    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=[% gmaps_api_key %]" type="text/javascript"></script> 
    3030  [% END %] 
    3131</head>