diff bandmap/static/js/bandmap.js @ 993:19b5a6ae3bca

Use https for google maps (bandmap & membermap).
author Brian Neal <bgneal@gmail.com>
date Sun, 01 Nov 2015 16:43:53 -0600
parents 497c720f9d0d
children
line wrap: on
line diff
--- a/bandmap/static/js/bandmap.js	Sun Nov 01 15:59:12 2015 -0600
+++ b/bandmap/static/js/bandmap.js	Sun Nov 01 16:43:53 2015 -0600
@@ -53,8 +53,8 @@
                var marker = new google.maps.Marker({
                   position: {lat: band.lat, lng: band.lon},
                   title: band.name,
-                  icon: band.is_active ? "http://maps.google.com/mapfiles/ms/icons/green-dot.png"
-                                       : "http://maps.google.com/mapfiles/ms/icons/red-dot.png",
+                  icon: band.is_active ? "https://maps.google.com/mapfiles/ms/icons/green-dot.png"
+                                       : "https://maps.google.com/mapfiles/ms/icons/red-dot.png",
                   map: bandmap
                });
                google.maps.event.addListener(marker, 'click', function() {