[mapserver-users] Help Wanted: mapserver + mysql + openlayers

2012-08-20 Thread Michael Anckaert
Hello everyone I'm looking for someone to help me out with some custom work on mapserver. This is a small project that I need to out source to someone who's comfortable with mapserver + mysql + openlayers. If you feel you are qualified to take on this project, please send me an email to discuss

[mapserver-users] java servlet use mapscript.jar

2012-08-20 Thread Forest
Hello,I am using mapscript.jar in my java servlet project today.But when I use the mapObj map = new mapObj(d:\\test.map); sentence,I came across an error:    source not found and Edit Source Lookup Path...   Do anyone know how to solve the problem?   Appreciated for ur answers,thanks a

[mapserver-users] oraclespatial connection

2012-08-20 Thread Michele De Santis
Hi, I'm using MS4W with connection to Oraclespatial. I followed the istructions on http://www.maptools.org/ms4w/index.phtml?page=README_INSTALL.html#oracle-10g-11g to enable Oracle 10g support and mapserv -v returns a string that contains INPUT=ORACLESPATIAL In mapfile I have a Layer:

Re: [mapserver-users] oraclespatial connection

2012-08-20 Thread Smith, Michael ERDC-RDE-CRREL-NH
Michele, Try with DATA SHAPE FROM PSITDATA.COMUNI USING SRID 32633 The VERSION 10g part doesn't need to be used anymore. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers From: Michele De Santis tap...@virgilio.itmailto:tap...@virgilio.it Reply-To: Michele De

[mapserver-users] R: Re: oraclespatial connection

2012-08-20 Thread Michele De Santis
Thank you Michael, I tried without version but with the same result. Michele Messaggio originale Da: michael.sm...@erdc.dren.mil Data: 20-ago-2012 17.53 A: Michele De Santistap...@virgilio.it, mapserver-users@lists.osgeo.orgmapserver-users@lists.osgeo.org Ogg: Re:

Re: [mapserver-users] R: Re: oraclespatial connection

2012-08-20 Thread Smith, Michael ERDC-RDE-CRREL-NH
Hmm, You can't use that statement directly in sqlplus You could use SELECT OBJECTID_1,rownum, SHAPE FROM PSITDATA.COMUNI WHERE SDO_FILTER( SHAPE, MDSYS.SDO_GEOMETRY(2003, :srid, NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,3),sdo_ordinate_array(minx, miny, maxx, maxy) ),'querytype=window') = 'TRUE'

Re: [mapserver-users] R: Re: oraclespatial connection

2012-08-20 Thread Jeff McKenna
Hello, I have an old local 10g instance that I use for testing. My LAYER contains: CONNECTIONTYPE oraclespatial CONNECTION jeff/marvin@geo DATA ORA_GEOMETRY FROM (SELECT ORA_GEOMETRY FROM PARK) I often do testing for layers through OGR first, using the ogrinfo commandline utility,