Changeset 2107
- Timestamp:
- 12/31/06 09:50:01 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/camptocamp/advancedcontrol/lib/OpenLayers/Control/Layer.js
r2085 r2107 32 32 } else { 33 33 if (layer.isVector) { 34 this.vectorLayerChoice = new OpenLayer .Control.Choice(layer.name, "vectorLayerChoice");34 this.vectorLayerChoice = new OpenLayers.Control.Choice(layer.name, "vectorLayerChoice"); 35 35 this.addControl(this.vectorLayerChoice); 36 36 }
