Ignore:
Timestamp:
Aug 27, 2011, 2:40:58 PM (14 years ago)
Author:
rick
Message:

Fix style-sheet inheritance, allowing to override and fix location of Permament and Coordinates to the top.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/django_gheat/wlheatmap/static/heatmap.js

    r9576 r9583  
    1717
    1818  map = new OpenLayers.Map('heatmap', {
     19    theme: null,
    1920    controls: [
    2021      new OpenLayers.Control.Navigation(),
    2122      new OpenLayers.Control.Permalink(),
    2223      new OpenLayers.Control.PanZoomBar(),
    23       new OpenLayers.Control.OverviewMap({ maximized : true }),
     24      new OpenLayers.Control.OverviewMap({
     25        maximized : true,
     26        mapOptions: { theme: null, },
     27      }),
    2428      new OpenLayers.Control.MousePosition({ 'displayProjection' : projection_wgs }),
    2529      /**
Note: See TracChangeset for help on using the changeset viewer.