RE: [mapserver-users] getLegendGraphic Request error

2009-11-27 Thread Boer, dr. W.M. de (Thijs)
Hi Yewondwossen, finally I found the solution. The layer in question had all of its classes commented out... Once I fixed that, it was no problem anymore. Thanks for your offer to help. Thijs -Oorspronkelijk bericht- Van: Yewondwossen Assefa [mailto:yass...@dmsolutions.ca] Verzonden: 26

RE: [mapserver-users] Can not draw single point

2009-11-27 Thread Worth Lutz
Here is how I do it: $point = ms_newPointObj(); $point-setXY(2119500,757263); $line = ms_newLineObj(); $line-add($point); $shape = ms_newShapeObj(MS_SHAPE_POINT); $shape-add($line); $shape-set('text', 'new point');

Re: [mapserver-users] getLegendGraphic Request error

2009-11-27 Thread Yewondwossen Assefa
Boer, dr. W.M. de (Thijs) wrote: Hi Yewondwossen, finally I found the solution. The layer in question had all of its classes commented out... Once I fixed that, it was no problem anymore. Thanks for your offer to help. Thijs Great. Note that It was the first thing I tried (removing all

[mapserver-users] MapServer 5.6.0-rc1 released

2009-11-27 Thread Daniel Morissette
MapServer 5.6.0-rc1 (release candidate 1) has just been released and is available for download at http://mapserver.org/download.html OR http://download.osgeo.org/mapserver/mapserver-5.6.0-rc1.tar.gz Please also keep an eye on the 5.4 to 5.6 Migration Guide where we are documenting

[mapserver-users] WMS title tags

2009-11-27 Thread karsten vennemann
I have been working for a while with WMS layers served by MapServer at they work great. One thing I was wondering about: What are the wms_title and wms_group_title tags actually good for ? When I tried to use them to access a WMS they actually don't work (in a http request as layer names),

[mapserver-users] Re: mapserver-users Digest, Vol 22, Issue 71

2009-11-27 Thread Ludwig Kniprath
Hello, I used your slightly changed PHP and the mapfile below, it worked perfectly for me. Maybe your problems were caused by the extent defined in your mapfile? Regards Ludwig ?php $map = ms_newMapObj('e:\website\WVER_IMS\mapfiles\test.map'); $daLayer = ms_newLayerObj($map);

RE: [mapserver-users] Can not draw single point

2009-11-27 Thread Ludwig Kniprath
Hello, I used your slightly changed PHP and the mapfile below, it worked perfectly for me. Maybe your problems were caused by the extent defined in your mapfile? Regards Ludwig ?php $map = ms_newMapObj('e:\website\WVER_IMS\mapfiles\test.map'); $daLayer = ms_newLayerObj($map);

Re: [mapserver-users] WMS title tags

2009-11-27 Thread Daniel Morissette
karsten vennemann wrote: So Rivers I can use to get the layer in a getmap request but not the_rivers. So is there any use for wms_group_title and wms_title ? How is this handled by other map rendering engines (Geoserver, Mapnik , Degree?) The wms_title metadata is used to produce the

[mapserver-users] PGeo (Personal Geodatabases) options under Linux

2009-11-27 Thread Chuck Jungmann
I have a Personal Geodatabase (PGeo) from which I would like to display layers in MapServer on Ubuntu 9.04. I have been fighting with MDBTools, unixODBC, and GDAL for what seems like forever. The ogrinfo and isql fail with Segmentation Faults. I have two questions: 1. Has anyone successfully

Re: [mapserver-users] PGeo (Personal Geodatabases) options under Linux

2009-11-27 Thread Stephen Woodbridge
Chuck Jungmann wrote: I have a Personal Geodatabase (PGeo) from which I would like to display layers in MapServer on Ubuntu 9.04. I have been fighting with MDBTools, unixODBC, and GDAL for what seems like forever. The ogrinfo and isql fail with Segmentation Faults. I have two questions: 1.

Re: [mapserver-users] PGeo (Personal Geodatabases) options under Linux

2009-11-27 Thread Chuck Jungmann
I've read that page several times. I have also built MDBTools, unixODBC and GDAL from CVS sources and applied patches, etc, so I could try to trace execution to the errors. What I've found are instances where the code ultimately ends up in an empty function that simply returns SQL_SUCCESS or