[mapserver-users] svg output label anomalies

2010-02-16 Thread sbauman
I'm writing a street mapping application that has two output formats: a png file to the web browser and an svg file for further editing and printing via inkscape. I'm using a single map file with two output formats like this: OUTPUTFORMAT NAME png DRIVER

Re: [mapserver-users] svg output label anomalies

2010-02-17 Thread Barend Köbben
Hi, The first anomaly is because you have COLOR 0 0 255 OUTLINECOLOR 255 255 255 for you labels. The SVG driver mimics a separate stroke and fill color by having two instances, each in a different color. Your second anomaly is not clearly descibed. Do you mean the png is NOT rotated and the S

Re: [mapserver-users] svg output label anomalies

2010-02-17 Thread sbauman
Barend Köbben wrote on Wed, 17 Feb 2010 11:59:40 +0100 > Hi, > > The first anomaly is because you have > COLOR 0 0 255 > OUTLINECOLOR 255 255 255 > for you labels. The SVG driver mimics a separate stroke and fill color > by having two instances, each in a different color. > Thanks for your r

Re: [mapserver-users] svg output label anomalies

2010-02-17 Thread Rahkonen Jukka
Hi, > The label rotation anomaly presents a bigger challenge. I'm trying to > avoid the obvious workaround - writing my own drawLabelCache routine, > using mapscript, for rendering svg output. Can you rotete all the labesl clockwise, for example 360-50= 310° cw instead of 50° ccw? -Jukka Rah

Re: [mapserver-users] svg output label anomalies

2010-02-17 Thread sbauman
"Rahkonen Jukka" wrote on Wed, 17 Feb 2010 16:32:58 +0200 > Hi, > > > The label rotation anomaly presents a bigger challenge. I'm trying > > to avoid the obvious workaround - writing my own drawLabelCache > > routine, using mapscript, for rendering svg output. > > Can you rotete all the labesl cl