[mapserver-users] Transform the style's angle

2010-04-09 Thread Berend Veldkamp
/style.html Is there a way to transform the attribute, for instance: converting from radians to degrees, or adding 90 degrees to it? Something like this: 'ANGLE 360-[ROTATIONFIELD]' to flip the angle would be a nice enhancement. Berend ___ mapserver-users

Re: [mapserver-users] queryByAttributes syntax

2010-01-25 Thread Berend Veldkamp
', mapscript.MS_MULTIPLE); } _ From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Berend Veldkamp Sent: Friday, January 22, 2010 7:22 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] queryByAttributes syntax Hi

Re: [mapserver-users] queryByAttributes syntax

2010-01-25 Thread Berend Veldkamp
Thanks, I'll try this. Berend On 1/22/10, Lime, Steve D (DNR) steve.l...@state.mn.us wrote: There's a single way to call the method, it's that you don't always have to supply the query item. The method signature is queryByAttributes (map (mapObj, qitem (string), qstring (string), mode

[mapserver-users] queryByAttributes syntax

2010-01-22 Thread Berend Veldkamp
to do a partial match on a shapefile (PostGIS supports 'LIKE') Regards, Berend Veldkamp ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Joins with MapScript

2010-01-21 Thread Berend Veldkamp
Hello, Using MapScript C#, is there a way to get to the Join object (does it exist at all)? I can see layerObj.numjoins, but not layerObj.getJoin(i) or something similar. Is there a way to retrieve values from a joined table? Best regards, Berend Veldkamp

[mapserver-users] Field type

2010-01-21 Thread Berend
Hi, Is there a way to determine field types of a layer (string, number, ...), using mapscript? Thanks, Berend - Berend Veldkamp http://www.grontmij.com http://www.grontmij.com -- View this message in context: http://n2.nabble.com/Field-type-tp4435623p4435623.html Sent from

[mapserver-users] Hatch symbol not properly saved

2009-02-19 Thread Berend Veldkamp
: SYMBOL NAME hatch END As you can see, TYPE HATCH is missing. Mapserver then says: Symbol of type VECTOR or ELLIPSE has no point data Any ideas? I'm using FWTools 2.3.1 (MS 5.3-dev) Regards, Berend ___ mapserver-users mailing list mapserver-users

[mapserver-users] MapScript CSharp save fontset

2009-02-18 Thread Berend Veldkamp
to be a read-only property. Regards, Berend ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] CSharp Mapscript regional settings

2009-02-18 Thread Berend Veldkamp
: System.Threading.Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture; When I change the value in the Control Panel, and then run the application, it works perfect. However I would like to be able to run it independent of any system settings. Regards, Berend

[mapserver-users] One-to-many join

2008-06-12 Thread Berend Veldkamp
Hi, I'm trying to get a one-to-many join in a Postgis db working. One-to-one is working fine, but when I use one-to-many and add a template to the join object, no joined records are returned. In fact, the join template seems to be ignored altogether. Does anyone have a working example? The

[mapserver-users] One-to-many join

2008-06-12 Thread Berend Veldkamp
. In the join's template, add one or more tags named [test_joined], i.e. the name of the join, an underscore, and a fieldname. HTH, Berend ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] One-to-many join

2008-06-12 Thread Berend Veldkamp
BTW, this is MapServer 5.0.2 ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users