[mapserver-users] msShapefileOpen(): Unable to access file

2011-07-12 Thread Dave Chetan
Hi, I am publishing DGN data using tile option. I am getting error msShapefileOpen(): Unable to access file. Following are the details of Input data, steps executed and error log. Please, if anyone can help in resolving the issue. Source files are DGN D:\Tile\DGN\Final\1.dgn

Re: [mapserver-users] msShapefileOpen(): Unable to access file

2011-07-12 Thread Rahkonen Jukka
Hi, I guess that Mapserver is seaching for shapefiles as default. Read the document http://mapserver.org/input/vector/ogr.html and have a try with CONNECTIONTYPE=OGR. -Jukka Rahkonen Dave Chetan wrote: Hi, I am publishing DGN data using tile option.

Re: [mapserver-users] msShapefileOpen(): Unable to access file

2011-07-12 Thread Dave Chetan
Hi Rahkonen, Thanks for the prompt reply..!! If I add CONNECTIONTYPE OGR in the Layer Tag, then the error is 7/12/2011 4:29:20 PM|msDrawMap(): Image handling error. Failed to draw layer named 'DGN'.;msOGRFileOpen(): OGR error. Open failed for OGR connection in layer `DGN'. File not

Re: [mapserver-users] msShapefileOpen(): Unable to access file

2011-07-12 Thread Rahkonen Jukka
Hi, I have never played with DGN files with Mapserver. I would blindly follow the documents and try first with just one DGN file as in http://mapserver.org/input/vector/dgn.html and forward next to ogrtileindex as in http://mapserver.org/input/vector/ogr.html Perhaps there is something

Re: [mapserver-users] msShapefileOpen(): Unable to access file

2011-07-12 Thread Dave Chetan
Dear Jukka, Yes, I am able to publish single DGN. But when I go for tiled dgn, I have error. Regards, Dave C. On 7/12/11, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, I have never played with DGN files with Mapserver. I would blindly follow the documents and try first with just one

[mapserver-users] Re: I need help with mapserver and windows 2003

2011-07-12 Thread Richard Greenwood
On Tue, Jul 12, 2011 at 4:48 AM, dmorales...@gmail.com wrote: I have a problem. Calling the mapserv.exe cgi I get an error message from memory. The application failed to start properly error (0xc0150002). The server operating system is 2003 and service pack 2 What other requirements

[mapserver-users] how to create from xyz file poloygon and display as layer

2011-07-12 Thread Amr Zakaria
i have xyz file contain lat , lon and height and i want to draw a layer in mapserver Best VB programmer , Azz. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] MapWindow and MapServer output

2011-07-12 Thread Jeff McKenna
Hello all, I would like to hear feedback from the MapServer community on the status of the MapWindow project and its support for exporting to MapServer .map files. (aside: I am a long-time QGIS user and lover, but a potential project could involve MapWindow indirectly) I see that a

Re: [mapserver-users] msShapefileOpen(): Unable to access file

2011-07-12 Thread Brent Fraser
Dave, I've had good success rendering DGN files referenced in a TILEINDEX (http://lists.osgeo.org/pipermail/mapserver-users/2010-December/067444.html). Try adding .shp to the end of your TILEINDEX: TILEINDEX index_dg.shp as OGR handles the files differently than Mapserver's native

Re: [mapserver-users] how to create from xyz file poloygon and display as layer

2011-07-12 Thread Carlos Ruiz
Zakaria, You can do it with a Virtual Data Source. Take a look at http://www.mapserver.org/input/vector/VirtualSpatialData.html Cheers from México IC Carlos Ruiz From: Amr Zakaria amrzakari...@hotmail.com To: mapserver mapserver-users@lists.osgeo.org Sent:

[mapserver-users] Unable to load php_mascript.so

2011-07-12 Thread Alexander Petkov
After upgrading to Mapserver 6.0.0, I am unable to load the new php_mapscript.so extension either from php.ini or my php file where I use mapscript. The attempt produces the following error output: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/php_mapscript.so'

[mapserver-users] Run Time Substitution and Mapscript questions

2011-07-12 Thread ChiefDan
I am attempting to use python mapscript to generate some maps, however I am running up against some problems. My mapfile layer has a CONNECTION of http://127.0.0.1/cgi-bin/wms/rs/seacoos_rs_test?TIME_OFFSET_HOURS=%time_offset_hours%; My mapscript test script has an OWSRequest that has a