dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16611
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6355: GIS, loading google maps background over HTTPS
------------------------------------------------------------
revno: 6355
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-03-22 16:13:22 +0100
message:
GIS, loading google maps background over HTTPS
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 2011-11-22 14:14:29 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/index.html 2012-03-22 15:13:22 +0000
@@ -85,7 +85,7 @@
<!-- DHIS -->
<script type="text/javascript" src="i18n.action"></script>
<script type="text/javascript">window.google = null;</script>
- <script src="http://maps.google.com/maps/api/js?v=3.5&sensor=false"></script>
+ <script type="text/javascript" src="https://maps.google.com/maps/api/js?v=3.5&sensor=false"></script>
<script type="text/javascript" src="javascript/global.js"></script>
<script type="text/javascript" src="javascript/index.js"></script>
</body>