Ignore:
Timestamp:
Jun 30, 2011, 3:26:19 PM (13 years ago)
Author:
dennisw
Message:

Set Leiden as center of map.
Layerswitcher categories can be toggled now. Small changes to css.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/static/heatmap.js

    r9302 r9316  
    1111
    1212  if(lat=='null' || lon=='null' || zoom=='null'){
    13     var lat   = 52.14068;
    14     var lon   = 4.48319;
    15     var zoom  = 16;
     13    var lat   = 52.15514;
     14    var lon   = 4.48959;
     15    var zoom  = 13;
    1616  }
    1717  var projection_wgs = new OpenLayers.Projection("EPSG:4326"); // WGS 1984
Note: See TracChangeset for help on using the changeset viewer.