~uwthw/sahana-eden/rms

« back to all changes in this revision

Viewing changes to views/gis/ol_layers_features.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:
1
1
var proj_current = map.getProjectionObject();
2
2
 
3
3
// Layer to hold the Features
4
 
featuresLayer = new OpenLayers.Layer.Vector("Locations", {displayInLayerSwitcher: false});
 
4
// ToDo: Replace with Internal KML feeds
 
5
featuresLayer = new OpenLayers.Layer.Vector("Locations", {
 
6
    strategies: [ strategy ],
 
7
    displayInLayerSwitcher: false
 
8
});
5
9
map.addLayer(featuresLayer);
6
10
 
7
11
var parser = new OpenLayers.Format.WKT();