← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7011: Removed version param for google background layers

 

------------------------------------------------------------
revno: 7011
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-05-23 11:57:53 +0200
message:
  Removed version param for google background layers
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/index.html


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/index.html'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/index.html	2012-03-22 15:13:22 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/index.html	2012-05-23 09:57:53 +0000
@@ -85,7 +85,7 @@
         <!-- DHIS -->
         <script type="text/javascript" src="i18n.action"></script>
         <script type="text/javascript">window.google = null;</script>
-        <script type="text/javascript" src="https://maps.google.com/maps/api/js?v=3.5&amp;sensor=false";></script>
+        <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false";></script>
         <script type="text/javascript" src="javascript/global.js"></script>
         <script type="text/javascript" src="javascript/index.js"></script>
 </body>