[mapserver-users] GetFeatureInfo Problem in Mapserver5

2008-05-19 Thread kevin gomes
Hello, I'm facing problems making the GetFeatureInfo request in Mapserver5. The following GetFeatureInfo request, returns expected results in Mapserver4. * http://demo.binyasit.com/gvis/htdocs/protogis_wms.cgi?REQUEST=GetFeatureInfoEXCEPTIONS=application/vnd.ogc.se_xml;

Re: [mapserver-users] GetFeatureInfo Problem in Mapserver5

2008-05-19 Thread Guillaume Sueur
Hi, I would say something is wrong in your mapfile - SCALEBAR section. Maybe some option has changed in version 5. Try to delete that section and test again. Regards, Guillaume kevin gomes a écrit : Hello, I'm facing problems making the GetFeatureInfo request in Mapserver5. The following

[mapserver-users] GDAL netcdf/hdf driver and WMS/WCS, file not found (path error)

2008-05-19 Thread Maarten Plieger
Hello, I am using the netcdf and hdf5 drivers from GDAL to output images and data to the WMS and WCS services from UMN MapServer. When using an absolute path for these kind of files, the files are not found by mapserver. For example a piece of my mapfile: NAME netcdf DATA

[mapserver-users] Mapserver and OpenDAP

2008-05-19 Thread Arjen de Korte
Hi Mapserver users, I would like to display OpenDAP data (from a remote OpenDAP server) on a map using UMN Mapserver. If I understand correctly, the GDAL driver supports OpenDAP. I have checked the formats that my GDAL supports by running the gdalinfo tool. (gdalinfo --formats.) It lists

Re: [mapserver-users] Mapserver and OpenDAP

2008-05-19 Thread Frank Warmerdam
Arjen de Korte wrote: Hi Mapserver users, I would like to display OpenDAP data (from a remote OpenDAP server) on a map using UMN Mapserver. If I understand correctly, the GDAL driver supports OpenDAP. I have checked the formats that my GDAL supports by running the gdalinfo tool. (gdalinfo

[mapserver-users] mapext=shapes

2008-05-19 Thread Mike Saunt
Hi All Is there anyway specifying a buffer or factor to the mapext=shapes? Bascially I'm zooming to the extents of a poygon from an itemnquery but would like the map zoomed out slightly more...

RE: [mapserver-users] Mapserver and OpenDAP

2008-05-19 Thread Christopher Condit
Hi Arjen, What would be the best way of getting this to work? Would this mean I have to recompile Mapserver? Or is it possible to just recompile the GDAL driver? Any tips on recompiling on Windows (if necessary) or on using OpenDAP with Mapserver would be very welcome, since I have no

[mapserver-users] C# functon resultCacheMemberObj shapeindex ... Posible bug?

2008-05-19 Thread Paul james
Hello guys... I have a table with a character(11) PK... When I trie to get the shapes with queryByRect, all results are with shapeindex equal 0 (zero) ... If I tried that with a table with a integer PK, everthing works perfect.. My code: layerObj _layer = mapObj.getLayerByName(__layer); if

Re: [mapserver-users] C# functon resultCacheMemberObj shapeindex ... Posible bug?

2008-05-19 Thread Tamas Szekeres
Hi, Which driver are you using, how the mapfile looks like? Tamas 2008/5/19 Paul james [EMAIL PROTECTED]: Hello guys... I have a table with a character(11) PK... When I trie to get the shapes with queryByRect, all results are with shapeindex equal 0 (zero) ... If I tried that with a

Re: [mapserver-users] Mapserver and OpenDAP

2008-05-19 Thread Arjen de Korte
Chris, Frank, Thank you for your answers. Chris, I'd be very interested to hear about your experiences on building Mapserver on Windows, especially concerning the OpenDAP driver and the makefile Frank mentioned. I guess the build kit is the best way to start? Your issue about messed up

[mapserver-users] 'errno: 2' on projection

2008-05-19 Thread Wendell Turner
I'm trying to use the 'projection' tag in a map file, but it is not working, and would like help. I'm using Fedora 7, and there is a mapserver 4.10 in a yum repository, which pulls in proj as a dependency. However, when using the 'projection' tag, it gets msProcessProjection(): Projection

Re: [mapserver-users] mapext=shapes

2008-05-19 Thread Steve Lime
I'm afraid not. There may be workarounds though. What type of a query map are you using? This would be a relatively easy hack if you can compile from source although since you're using Windows that may not be an option. Steve On 5/19/2008 at 12:30 PM, in message [EMAIL PROTECTED], Mike Saunt

[mapserver-users] GetFeatureInfo request against an OGR virtual data source

2008-05-19 Thread Robert Sanson
Dear List I have set up Mapserver map file configured as a WMS service. One of my layers is a OGR point data source drawing its coodinates from x,y fields in a SQL-Server database via ODBC. The x,y coordinates are in NZ Map Grid projection (EPSG:27200) but all my other layers are NZ

[mapserver-users] GetFeatureInfo request against an OGR virtual data source

2008-05-19 Thread Robert Sanson
Dear List I have set up Mapserver map file configured as a WMS service. One of my layers is a OGR point data source drawing its coodinates from x,y fields in a SQL-Server database via ODBC. The x,y coordinates are in NZ Map Grid projection (EPSG:27200) but all my other layers are NZ

Re: [mapserver-users] 'errno: 2' on projection

2008-05-19 Thread Wendell Turner
On Mon, May 19, 2008 at 03:32:16PM -0700, Wendell Turner wrote: I'm trying to use the 'projection' tag in a map file, but it is not working, and would like help. I'm using Fedora 7, and there is a mapserver 4.10 in a yum repository, which pulls in proj as a dependency. However, when using

Re: [mapserver-users] GetFeatureInfo request against an OGR virtual data source

2008-05-19 Thread Frank Warmerdam
Robert Sanson wrote: Dear List I have set up Mapserver map file configured as a WMS service. One of my layers is a OGR point data source drawing its coodinates from x,y fields in a SQL-Server database via ODBC. The x,y coordinates are in NZ Map Grid projection (EPSG:27200) but all my other