2
votes
0answers
205 views

Layer visibility using maxscale minscale not working

I'm using Openlayer and Geoserver. I have a series of layers that have a scale parameter like: 1:50000-1:25000 where 50000 is the max scale while 25000 is the minscale. I have a map like in this ...
4
votes
3answers
874 views

openlayers toggle visibility of layer

EDIT: I have cross-posted this to Drupal Answers. I hope this isn't too much against the rules --- I think the answer will be something to do with both Drupal and OpenLayers. ...
0
votes
1answer
92 views

Control visibility of multiple layers

I am displaying multiple feature types using one layer in OpenLayers, like here: var **vector** = new OpenLayers.Layer.Vector("My Layer", { maxExtent: new OpenLayers.Bounds(-1.09863,44.42907, ...