Changeset 9358 for src/django_gheat/website/static/OpenStreetMap.js
- Timestamp:
- Jul 7, 2011, 7:23:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/website/static/OpenStreetMap.js
r9302 r9358 45 45 initialize: function(name, options) { 46 46 var url = [ 47 "/website/osm-proxy/${z}/${x},${y}.png", 47 "http://a.osmproxy.wirelessleiden.nl/heatmap/osm-proxy/${z}/${x},${y}.png", 48 "http://b.osmproxy.wirelessleiden.nl/heatmap/osm-proxy/${z}/${x},${y}.png", 49 "http://c.osmproxy.wirelessleiden.nl/heatmap/osm-proxy/${z}/${x},${y}.png", 48 50 ]; 49 51 options = OpenLayers.Util.extend({ numZoomLevels: 19 }, options); … … 161 163 initialize: function(name, options) { 162 164 var url = [ 163 " /website/tile/${z}/${x},${y}.png?colour=90,90,90"165 "tile/${z}/${x},${y}.png?colour=90,90,90" 164 166 ]; 165 167 options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options); … … 177 179 initialize: function(name, options) { 178 180 var url = [ 179 " /website/tile/${z}/${x},${y}.png?colour=255,0,0&accespoint__ssid__icontains=WirelessLeiden"181 "tile/${z}/${x},${y}.png?colour=255,0,0&accespoint__ssid__icontains=WirelessLeiden" 180 182 ]; 181 183 options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options); … … 193 195 initialize: function(name, options) { 194 196 var url = [ 195 " /website/tile/${z}/${x},${y}.png?colour=250,250,0&signaal__gte=0&signaal__lte=100"197 "tile/${z}/${x},${y}.png?colour=250,250,0&signaal__gte=0&signaal__lte=100" 196 198 ]; 197 199 options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
Note:
See TracChangeset
for help on using the changeset viewer.