RE: Re: [mapserver-users] Using Proj.4 from PHP MapScript

2010-12-03 Thread Peter Hopfgartner
This seems to work. Thank you! Peter Hopfgartner R3 GIS Srl - GmbH http://www.r3-gis.com Jeff McKenna wrote Subject: Re: [mapserver-users] Using Proj.4 from PHP MapScript Date: 03.12.2010 19:38 >On 10-12-03 1:55 PM, Peter Hopfgartner wrote: >> In some elder posts i've found

Re: [mapserver-users] Using OGR with a TILEINDEX layer

2010-12-03 Thread Brent Fraser
Frank, That did the trick! For those interested, I used: LAYER # LINE NAME 'LINE' STATUS on TYPE LINE TILEINDEX "G:\GeoData\1_250k\Alberta\AltaLIS\250k_west.shp" # "index_west" CONNECTIONTYPE OGR INCLUDE "AltaLIS_250k_render_inc.map" END Thanks! Best Regards, B

Re: [mapserver-users] Using OGR with a TILEINDEX layer

2010-12-03 Thread Frank Warmerdam
Brent Fraser wrote: I used ogrtindex to create a tileindex shapefile with absolute paths but get an error in mapserver v5.6.1 when attempting to use it: msDrawMap(): Image handling error. Failed to draw layer named 'LINE'. msOGRFileOpen(): OGR error. Open failed for OGR connection in layer `L

Re: [mapserver-users] Using Proj.4 from PHP MapScript

2010-12-03 Thread Jeff McKenna
On 10-12-03 1:55 PM, Peter Hopfgartner wrote: In some elder posts i've found some reference to a PHP binding for Proj.4, http://stackoverflow.com/questions/1939837/gis-spatial-functions-in-php, which seems it was included with MapServer. Anyway, if I have something like: I get PHP Fatal err

[mapserver-users] Using Proj.4 from PHP MapScript

2010-12-03 Thread Peter Hopfgartner
In some elder posts i've found some reference to a PHP binding for Proj.4, http://stackoverflow.com/questions/1939837/gis-spatial-functions-in-php, which seems it was included with MapServer. Anyway, if I have something like: I get PHP Fatal error: Call to undefined function pj_init() in /

[mapserver-users] Using OGR with a TILEINDEX layer

2010-12-03 Thread Brent Fraser
I used ogrtindex to create a tileindex shapefile with absolute paths but get an error in mapserver v5.6.1 when attempting to use it: msDrawMap(): Image handling error. Failed to draw layer named 'LINE'. msOGRFileOpen(): OGR error. Open failed for OGR connection in layer `LINE'. File not found

[mapserver-users] trouble with wfs

2010-12-03 Thread Tonton
hello i receive error message when i try this request http://192.168.12.60/cgi-bin/mapserv?map=/var/www/geomod/demo.map&TYPENAME=Stations_de_Bus_TCL&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&SRS=EPSG%3A2154&BBOX=606718.21606768,6453456.066322,1087998.2160677,6593744.066322 no data but i saw in

Re: [mapserver-users] OGR Join To MS-Access Without Using ODBC

2010-12-03 Thread James Card
On Fri, 03 Dec 2010 06:56:16 -0800, Brent Fraser wrote: Is it the ODBC system you don't want to use, or just the need to create an ODBC DataSource? To avoid creating a DataSource, I tried using ogrinfo (v1.7.1) on the command line: We're hoping to eliminate ODBC entirely. If OGR has

[mapserver-users] (no subject)

2010-12-03 Thread jose p fonseca filho
___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] ¡Robert Zavaleta te ha dejado u n mensaje en Badoo!

2010-12-03 Thread Badoo
¡Tienes un nuevo mensaje en Badoo! Robert Zavaleta te dejó un mensaje. Haz click en este enlace para verlo: http://us1.badoo.com/01133949453/in/-eH1lElpOAc/?lang_id=7 Más gente que también te está esperando: Paul (Quito, Ecuador) Fior3 (Trujillo, Perú) Wihans_1 (Trujillo, Perú) http://us1.badoo.

Re: [mapserver-users] OGR Join To MS-Access Without Using ODBC

2010-12-03 Thread Brent Fraser
James, Is it the ODBC system you don't want to use, or just the need to create an ODBC DataSource? To avoid creating a DataSource, I tried using ogrinfo (v1.7.1) on the command line: ogrinfo ODBC:"Driver={Microsoft Access Driver (*.mdb)};Dbq=t_505033.mdb",basic basic and that worked. B