- Timestamp:
- Aug 27, 2011, 2:40:58 PM (13 years ago)
- Location:
- src/django_gheat/wlheatmap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/wlheatmap/static/heatmap.js
r9576 r9583 17 17 18 18 map = new OpenLayers.Map('heatmap', { 19 theme: null, 19 20 controls: [ 20 21 new OpenLayers.Control.Navigation(), 21 22 new OpenLayers.Control.Permalink(), 22 23 new OpenLayers.Control.PanZoomBar(), 23 new OpenLayers.Control.OverviewMap({ maximized : true }), 24 new OpenLayers.Control.OverviewMap({ 25 maximized : true, 26 mapOptions: { theme: null, }, 27 }), 24 28 new OpenLayers.Control.MousePosition({ 'displayProjection' : projection_wgs }), 25 29 /** -
src/django_gheat/wlheatmap/static/style.css
r9580 r9583 273 273 z-index:2; 274 274 } 275 276 div.olControlOverviewMapElement { 277 background-color: #BA0000; 278 } 279 280 div.olControlMousePosition { 281 bottom: auto; 282 right: 50px; 283 top: 0px; 284 285 } 286 287 div.olControlPermalink { 288 bottom: auto; 289 top: 0px; 290 } -
src/django_gheat/wlheatmap/templates/home.html
r9578 r9583 1 1 <html> 2 2 <head> 3 <link type="text/css" href="{{ STATIC_URL }}theme/default/style.css" rel="stylesheet" /> 3 4 <link type="text/css" href="{{ STATIC_URL }}style.css" rel="stylesheet" /> 4 5 <link type="text/css" href="{{ STATIC_URL }}jquery-ui-1.8.13.custom.css" rel="Stylesheet" />
Note:
See TracChangeset
for help on using the changeset viewer.