~uwthw/sahana-eden/rms

« back to all changes in this revision

Viewing changes to views/gis/ol_layers_all.js

  • Committer: Nicholas Preston
  • Date: 2010-01-29 07:40:49 UTC
  • mfrom: (434.1.181 haiti)
  • Revision ID: nicopresto@nicopresto-desktop-20100129074049-qz4jwrmhdrjhguiq
Merge with haiti-quake-2010

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  {{else:}}
16
16
    // Disable other base layers since using a non-sphericalMercator WMS projection
17
17
  {{pass}}
 
18
  {{include 'gis/ol_layers_tms.js'}}
18
19
  {{include 'gis/ol_layers_wms.js'}}
19
20
  {{include 'gis/ol_layers_xyz.js'}}
20
21
  var style_marker = OpenLayers.Util.extend({}, OpenLayers.Feature.Vector.style['default']);
24
25
  var max_h = 35;
25
26
  var width, height;
26
27
  var iconURL;
27
 
 
 
28
  var strategy = new OpenLayers.Strategy.Cluster({distance: {{=cluster_distance}}, threshold: {{=cluster_threshold}}});
28
29
  {{include 'gis/ol_layers_georss.js'}}
29
30
  {{include 'gis/ol_layers_gpx.js'}}
30
31
  {{include 'gis/ol_layers_kml.js'}}