[mapserver-users] Linking symbolSetObj to map in mapscript

2008-05-09 Thread Tom Chase
Morning! In mapscript, if I was to create a symbolset from scratch, how would I then link it to a map? The method map.setSymbolSet() takes a filename but not a symbolset object, and the property map.symbolset is immutable. FWIW, I'm using python. Am I just being stupid? Cheers, have a good we

[mapserver-users] Linking symbolSetObj to map in mapscript

2008-05-09 Thread Tom Chase
Morning! In mapscript, if I was to create a symbolset from scratch, how would I then link it to a map? The method map.setSymbolSet() takes a filename but not a symbolset object, and the property map.symbolset is immutable. FWIW, I'm using python. Am I just being stupid? Cheers, have a good weeken

[mapserver-users] Creating symbolset from scratch

2008-05-20 Thread Tom Chase
Morning! In mapscript, if I was to create a symbolset from scratch, how would I then link it to a map? The method map.setSymbolSet() takes a filename but not a symbolset object, and the property map.symbolset is immutable. FWIW, I'm using python. Am I just being stupid? Cheers! Tom -- --

[mapserver-users] (min/max)scaledenom for WFS layers

2009-07-14 Thread Tom Chase
Is it possible to switch WFS layers on/off on a zoom basis in the same way as you can with WMS layers? If I specify the individual layers in my request, the layer is returned, regardless of zoom, and if I request the group name, I get Typename doesn't exist error. Should this work, and if so w