[mapserver-users] Generating a symbol with a fixed size

2009-04-09 Thread Adrian Popa
Hello everybody, I'm using mapserver v4.10 and I'm trying to display a circle symbol that has a fixed radius (in meters) that shows the coverage area over a map. The main problem is setting the radius so it would change and cover the same area with different zoom levels (more clearly - I want

Re: [mapserver-users] Generating a symbol with a fixed size

2009-04-09 Thread Steve Lime
You can use the CLASS parameter SIZEUNITS to do this. For example: LAYER ... SIZEUNITS METERS CLASS ... SYMBOL 'circle' SIZE 40 END END I think that's right. Steve Adrian Popa adrian_gh.p...@romtelecom.ro 04/09/09 3:26 AM Hello everybody, I'm using mapserver v4.10 and