Changeset 9648 for src/django_gheat/wlheatmap/static
- Timestamp:
- Sep 2, 2011, 9:19:47 PM (13 years ago)
- Location:
- src/django_gheat/wlheatmap/static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/wlheatmap/static/heatmap.js
r9641 r9648 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
r9641 r9648 78 78 signallayer[0].setUrl("tile/${z}/${x},${y}.png?colour=90,90,90&signaal__gte=" + sig.values[0] + "&signaal__lte=" + sig.values[1]); 79 79 signallayer[0].redraw(); 80 } ,80 } 81 81 }); 82 82 $("#select_sig_slider").slider({ … … 88 88 slide: function(event, sig){ 89 89 update_sig_slider(sig.values[0], sig.values[1]); 90 } ,90 } 91 91 }); 92 92
Note:
See TracChangeset
for help on using the changeset viewer.