Re: [mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-30 Thread Havard Tveite
Precise symbol placement is among the issues that are being addressed in RFC45 (Symbology, Labeling, and Cartography Improvements) URL: http://mapserver.osgeo.org/development/rfc/ms-rfc-45.html In RFC45, a new tag called CENTER or ORIGIN is proposed. ANCHORPOINT is perhaps a better name for it.

RE: [mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-29 Thread Donald Kerr
: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Donald Kerr Sent: 28 December 2008 21:39 To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] MapServer Symbol Conversion from Polyline Points I've been struggling with this problem all day

Re: [mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-29 Thread thomas bonfort
hi, On Mon, Dec 29, 2008 at 11:59, Donald Kerr donald.k...@dkerr.co.uk wrote: the maximum number of points that can be used by default it's 100. you can change the MS_MAXVECTORPOINTS constant in mapsymbol.h to change that limit. and the highest positive/negative numbers that can be used. I

RE: [mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-29 Thread Donald Kerr
Thomas, Thanks for your prompt reply. If I take just part of the above then it still doesn't work: SYMBOL NAME 'boulderGeometry' TYPE VECTOR FILLED FALSE POINTS -0.154 0.236 -0.111 0.365 -0.116 0.501

Re: [mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-29 Thread thomas bonfort
On Mon, Dec 29, 2008 at 13:58, Donald Kerr donald.k...@dkerr.co.uk wrote: Thomas, Thanks for your prompt reply. If I take just part of the above then it still doesn't work: SYMBOL NAME 'boulderGeometry' TYPE VECTOR FILLED FALSE POINTS -0.154

RE: [mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-29 Thread Fawcett, David
To: Donald Kerr Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] MapServer Symbol Conversion from Polyline Points On Mon, Dec 29, 2008 at 13:58, Donald Kerr donald.k...@dkerr.co.uk wrote: Thomas, Thanks for your prompt reply. If I take just part of the above then it still doesn't

RE: [mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-29 Thread Donald Kerr
Another potential solution would be to create a true type font character and use that as your symbol. That might be worth a try. I'll be working on this problem later today wo will give it a go and see how I get on. I also want to try getting the polyline points into a vector format just to

RE: [mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-29 Thread Steve Lime
I believe the size is computed from the max x, y coordinates and 0,0. That size (and the Style size) is then used to offset the symbol so it is centered accordingly. Typically I always develop vector symbols on a unit square (0 to 1) so that things work predictably. As suggested later in this

[mapserver-users] MapServer Symbol Conversion from Polyline Points

2008-12-28 Thread Donald Kerr
I've been struggling with this problem all day and cannot make any progress. I hope that someone can help. I want to convert a polyline points array into a MapServer Symbol but keep getting errors. Here's the polyline array: polyline points='-0.154,0.236 -0.111,0.365 -0.116,0.501 - 0.165,0.616