Changeset 9641
- Timestamp:
- Aug 31, 2011, 4:21:00 PM (13 years ago)
- Location:
- src/django_gheat/wlheatmap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/wlheatmap/static/heatmap.js
r9599 r9641 25 25 new OpenLayers.Control.OverviewMap({ 26 26 maximized : false, 27 mapOptions: { theme: null ,},27 mapOptions: { theme: null }, 28 28 }), 29 29 new OpenLayers.Control.MousePosition({ 'displayProjection' : projection_wgs }), -
src/django_gheat/wlheatmap/static/heatmap_extensions.js
r9578 r9641 48 48 }); 49 49 $("#end_date").datepicker({ 50 dateFormat: "dd/mm/yy" ,50 dateFormat: "dd/mm/yy" 51 51 }); 52 52 -
src/django_gheat/wlheatmap/templates/js/LayerBase.js
r9596 r9641 22 22 if (this.src.match(/^http:\/\/[abc]\.[a-z]+\.openstreetmap\.org\//)) { 23 23 this.src = OpenLayers.Util.OSM.MISSING_TILE_URL; 24 } else if (this.src.match(/^http:\/\/[def]\.tah\.openstreetmap\.org\//)) { 25 // do nothing - this layer is transparent 26 } else { 24 } if (this.src.match(/^http:\/\/[def]\.tah\.openstreetmap\.org\//) == null) { 27 25 OpenLayers.Util.OSM.originalOnImageLoadError; 28 26 }
Note:
See TracChangeset
for help on using the changeset viewer.