[mapserver-users] Geotransform on style, missing enumerate in mapscript.

2009-11-26 Thread Tiemens, Gerben
At the documentation of Mapserver I see the geotransform option. I want to use this in mapscript. In C# i see this option available under: styleObj._goetransform Since there is no enumerate at the moment, which numbers/integers correspond to the several options? I am guessing now, but cant

RE: [mapserver-users] Geotransform on style, missing enumerate in mapscript.

2009-11-26 Thread Tiemens, Gerben
Van: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Namens Tiemens, Gerben Verzonden: Thursday, November 26, 2009 4:18 PM Aan: mapserver-users@lists.osgeo.org Onderwerp: [mapserver-users] Geotransform on style, missing enumerate in mapscript

RE: [mapserver-users] labels - road shields and road names

2009-11-16 Thread Tiemens, Gerben
What is also possible is: CLASS {YOUROWNCLASSSPECIFICATIONS} Text ( [column1],# ,[column2]) LABEL MAXLENGTH 0 POSITION CC WRAP '#' {Yourownlabelspecifications. } END STYLE

RE: [mapserver-users] mapserver vs mapscript: agg + transparency + quantize not working

2009-11-09 Thread Tiemens, Gerben
Bug filed: http://trac.osgeo.org/mapserver/ticket/3201#preview Greets Gerben -Oorspronkelijk bericht- Van: Tiemens, Gerben Verzonden: Friday, November 06, 2009 11:41 AM Aan: Tiemens, Gerben CC: mapser all users; mapserver-...@lists.osgeo.org Onderwerp: RE: [mapserver-users

RE: [mapserver-users] mapserver vs mapscript: agg + transparency + quantize not working

2009-11-06 Thread Tiemens, Gerben
of mapfile. Has someone an idea? I tested this on MS4W 2.29 (mapserver 5.2.0) and MS4W 3.0 (mapserver 5.4.2) Greetings Gerben Van: Roger André [ran...@gmail.com] Verzonden: donderdag 5 november 2009 19:55 Aan: Tiemens, Gerben CC: mapser all users

RE: [mapserver-users] mapserver vs mapscript: agg + transparency + quantize not working

2009-11-05 Thread Tiemens, Gerben
[ran...@gmail.com] Verzonden: donderdag 5 november 2009 19:55 Aan: Tiemens, Gerben CC: mapser all users Onderwerp: Re: [mapserver-users] mapserver vs mapscript: agg + transparency + quantize not working Hi Tiemens, Not sure if this helps, but in some of the testing I did with Python mapscript, I

RE: [mapserver-users] Getteing the intersection of two layers

2008-11-07 Thread Tiemens, Gerben
Another aproach is to do it by SLD. WMS and WFS supports delivering a sld to it with a intersects filter. Both work generic on whatever datasource. http://yourwmsurl/wms?yourwmsparameterssld=http://sldurl.sld Greetings Gerben -Oorspronkelijk bericht- Van: [EMAIL PROTECTED]

[mapserver-users] RE: Labelling

2008-10-31 Thread Tiemens, Gerben
Search for inline features within the Mapserver Wiki, lots of examples of positioning custom labels. If you want to know exactly where a label is placed on a polygon, then you have to make corresponding points layer with the exact label point and add that to your layers.

RE: [mapserver-users] Multiple LabelItems using Mapserver 5.2 and Openlayers

2008-10-31 Thread Tiemens, Gerben
This is can be due to the fact that a label will be printed on a maptile and the polygon or line is on both maptiles. The mapserver will adjust the placement of your label to fit on your tile due to your partials = false and position = auto Setting openlayers in untiled, or using tilecache

RE: [MAPSERVER-USERS] [Postgis] Intersection on requested data

2008-10-29 Thread Tiemens, Gerben
To add to my previous post: This is the error given by MapServer: Greetings Gerben -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens G. Tiemens Verzonden: Wednesday, October 29, 2008 4:12 PM Aan: mapserver-users@lists.osgeo.org Onderwerp:

[mapserver-users] SLD inline in WMS request

2008-10-24 Thread Tiemens, Gerben
Hello List, Im trying to get a customized WMS result using SLD. I tried several things with not fully satisfying results: An sld parameter request:

[mapserver-users] Mapserver wms-client to tilecache / mapfile definition

2008-10-23 Thread Tiemens, Gerben
Hello list users, I'm wanting to setup a mapfile with a WMS/Tilecache as source. Is this possible? I already tried several configurations, but i cannot get an image back. The problem is the resolutions and extents that are requested from mapserver (monitored the results from tilecache to

RE: [mapserver-users] AGG output with mapscript C# 5.2 problem...

2008-10-17 Thread Tiemens, Gerben
Hi, Delete the output format for standard png. Give the output format for agg the name png and set imagetype to PNG. If you want to be sure, set mimetype and extension in your output format. Now it will work in wms and map requests. Greets Gerben -Oorspronkelijk bericht- Van:

RE: [MAPSERVER-USERS] Query using template and WFS errorred on POSTGIS

2008-10-16 Thread Tiemens, Gerben
Hello Thomas, Thanks for your answer, It was sure the right answer. I did try it with unique, but forgot the srid. It works now for both query and wfs. Strange that WMS and just type=map requests will work without these unique and srid statements. Thanks! Gerben Tiemens