Re: [mapserver-users] RE WMS layer filtering (UNCLASSIFIED)

2013-06-12 Thread Smith, Michael ERDC-CRREL-NH
Classification: UNCLASSIFIED Caveats: NONE Could you use script wrappers to set different environment variables Eg a wms file and a wfs file Your WMS file #!/bin/sh MS_MAPFILE=/path/to/mapfile export MS_MAPFILE export LATEST_OBS=1 /cgi-bin/mapserv WFS File #!/bin/sh

Re: [mapserver-users] Compile MapServer with ArcServer 10 support (UNCLASSIFIED)

2013-03-18 Thread Smith, Michael ERDC-CRREL-NH
Classification: UNCLASSIFIED Caveats: NONE Eric, I assume you mean ArcSDE support? If so, on windows, the ms4w release includes ArcSDE support. Find it at http://www.maptools.org/ms4w/ For linux, you just need to reference the arcsde development headers path in the ./configure path for

Re: [mapserver-users] clickable POI's

2012-08-14 Thread Smith, Michael ERDC-CRREL-NH
Darwiet, I would say that’s the best way but there is also imagemaps. See http://mapserver.org/output/imagemaps.html Personally, I'd recommend the openlayers route. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center From: star wiet

Re: [mapserver-users] ESRI file geodatabase and php mapscript

2012-06-22 Thread Smith, Michael ERDC-CRREL-NH
OGR does work with ESRI FileGDB tables that are non-spatial. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 6/22/12 1:25 PM, Jeff McKenna jmcke...@gatewaygeomatics.com wrote: On 12-06-22 12:46 PM, Brian Fischer wrote: Hi, I was wondering if anyone is

Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-24 Thread Smith, Michael ERDC-CRREL-NH
WMS is different from the REST services (enabled separately). MapServer can cascade ArcGIS Server WMS services. Mike On 5/24/12 7:43 AM, Alan Boudreault aboudrea...@mapgears.com wrote: I don't think so. MapServer only allows wms cascading using the http/wms requests. Alan On 12-05-23 09:39

Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-24 Thread Smith, Michael ERDC-CRREL-NH
You can also read the data from arcgis rest services using the gdal geojson driver. Its been updated to support ESRI json (which is not true geojson). On 5/24/12 8:28 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, It might be possible to do through GDAL WMS driver. I do not know what

[mapserver-users] Re: [mapserver-dev] Image resample options

2012-03-08 Thread Smith, Michael ERDC-CRREL-NH
Ian, Look here http://mapserver.org/input/raster.html#special-processing-directives Options are RESAMPLE=NEAREST/AVERAGE/BILINEAR Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 3/8/12 11:48 AM, Ian Walberg ian.walb...@airborne.aero wrote: Hello, Where

Re: [mapserver-users] MapServer 6.0.1 ignoring WMS options?

2012-03-05 Thread Smith, Michael ERDC-CRREL-NH
David, You aren't making a WMS request. You are making a MapServer request. When making a map server request, you use mapext=minx+miny+maxx+maxymode=map With WMS, you'd request SERVICE=WMSREQUEST=GETMAPBBOX=minx,miny,maxx,maxy. Note there is no mode=map See

Re: [mapserver-users] Re: Oracle Locator support

2012-03-01 Thread Smith, Michael ERDC-CRREL-NH
MapServer works fine with Oracle Locator and doesn't use any Oracle Spatial licensed functions. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center On 2/29/12 10:45 PM, bte...@gmail.com bte...@gmail.com wrote: Hi Michael, Thanks, but I only want to know at this stage whether

Re: [mapserver-users] Re: from kml styles to mapserver layer classification

2012-02-20 Thread Smith, Michael ERDC-CRREL-NH
Puneet, A very recent version of gdal, last couple of weeks, can convert KML styles into OGR style strings. MapServer can use those OGR Style strings with the AUTO style option. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center On 2/20/12 10:23 PM, Mr. Puneet Kishor

Re: [mapserver-users] Run time substitution - Like instead of =

2012-02-03 Thread Smith, Michael ERDC-CRREL-NH
Tom, What I am using with a database connection is a default value of 1=1 so that is always true, it returns all records. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 2/3/12 11:30 AM, tellett thomas.ell...@statkart.no wrote: Hi All, I'm using runtime

Re: [mapserver-users] getSymbol (): Symbol definition error.

2012-01-26 Thread Smith, Michael ERDC-CRREL-NH
CARTOLINE symbol type has been dropped from MapServer 6. You'll need to remove any symbol that is CARTOLINE. The GD driver is no longer used for PNG output. I'd remove the OUTPUTFORMAT block entirely and just use the built in definition for PNG. Mike On 1/26/12 7:03 AM, Francesc Cañas

Re: [mapserver-users] Relative path's in mapfile

2012-01-25 Thread Smith, Michael ERDC-CRREL-NH
Daniel, Is there anyway to get the IMAGEURL set similarly? To set a base path and have mapserver determine an absolute URL plus the base path. Right now, if you want the temp images to work with Google Earth, you need a absolute URL but if you access mapserver via multiple methods (eg inside and

Re: [mapserver-users] Re: GFS GRIB data in MS

2012-01-16 Thread Smith, Michael ERDC-CRREL-NH
Scott, I don't have any examples. I haven't tried the using GRIB files yet, it was something I was thinking about for later in the year. Mike On 1/16/12 2:35 PM, scott...@free.fr scott...@free.fr wrote: Is it possible to use MS with T band in .grib to create heat ? Do you have some mapfiles

Re: [mapserver-users] GFS GRIB data in MS

2012-01-14 Thread Smith, Michael ERDC-CRREL-NH
Dimitrios, I think using a new feature that is coming into MapServer is the way. MapServer will be supporting vector data like you have. See http://mapserver.org/trunk/development/rfc/ms-rfc-78.html Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center On 1/14/12 10:34 AM, bluecap

Re: [mapserver-users] Re: GFS GRIB data in MS

2012-01-14 Thread Smith, Michael ERDC-CRREL-NH
If you build from source and use trunk, I believe it is available now. Mike On 1/14/12 10:47 AM, bluecap mimis.si...@gmail.com wrote: Great news Mike, thanx a lot! I guess I'll have to try a workaround until UVraster is developed. I would welcome any feedback if anybody has tried the

Re: [mapserver-users] RE: failed to open map file - MS 6.0 to 6.0.1

2011-12-28 Thread Smith, Michael ERDC-CRREL-NH
Bob, STYLE at the SYMBOL level was renamed PATTERN in 5.0 and removed in v6. This is a dashed line and now the PATTERN is applied at the LAYER level rather than at the SYMBOL. You should remove the STYLE..END block from the SYMBOL and apply it as a PATTERN at the LAYER level (see

Re: [mapserver-users] RE: failed to open map file - MS 6.0 to 6.0.1

2011-12-28 Thread Smith, Michael ERDC-CRREL-NH
: Thanks Mike, Looking at that now. Does the same apply to Cartoline? I seem to be having issues with those symbols as well. -Original Message- From: Smith, Michael ERDC-CRREL-NH [mailto:michael.sm...@usace.army.mil] Sent: Wednesday, December 28, 2011 4:08 PM To: Bistrais, Bob; Stephen

Re: [mapserver-users] ORA-00932: inconsistent datatypes: expected %s got %s

2011-12-24 Thread Smith, Michael ERDC-CRREL-NH
Rich, Have you tried MapServer 6? It might be the null srid. I know there was some work done around that time (although I thought it was earlier). If you send me the layer definition in question and the WFS request, I can try it with the current and some other versions. Mike -- Michael

Re: [mapserver-users] Color values from attribute using OracleSpatial

2011-12-17 Thread Smith, Michael ERDC-CRREL-NH
Márton, You can use DEBUG mode (DEBUG 3 or higher on the LAYER) to see in your error log the exact query that MapServer is generating. The fact that you are seeing an ORA-00904 for RGBCOLOR as an invalid identifier indicates that the column request is being passed to Oracle but that your

Re: [mapserver-users] Cannot get OGR output to work

2011-12-16 Thread Smith, Michael ERDC-CRREL-NH
Jukka, Are the OGR Output formats defined as STORAGE=filesystem? That is the error I've had. There is a ticket for this. http://trac.osgeo.org/mapserver/ticket/4085 On my linux box, I'm using GDAL 1,9 r12670 and not having a problem so I suspect this is a GDAL issue (or a GDAL/MapServer issue).

Re: [mapserver-users] Cannot get OGR output to work

2011-12-16 Thread Smith, Michael ERDC-CRREL-NH
- -Alkuperäinen viesti- Lähettäjä: Smith, Michael ERDC-CRREL-NH [mailto:michael.sm...@usace.army.mil] Lähetetty: 16. joulukuuta 2011 17:12 Vastaanottaja: Rahkonen Jukka; 'mapserver-users@lists.osgeo.org' Aihe: Re: [mapserver-users] Cannot get OGR output to work Jukka, Are the OGR Output formats

Re: [mapserver-users] WFS fails is PostGIS table has capital characters in the name

2011-12-15 Thread Smith, Michael ERDC-CRREL-NH
Jukka, Does it work if you quote the name? In Oracle, if you have mixed case table names, then those table names have to be quoted. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center On 12/15/11 12:29 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, It seems that

Re: [mapserver-users] Re: Mapserver 6.0.1 -- Label Class not recognizing token BACKGROUNDCOLOR

2011-11-30 Thread Smith, Michael ERDC-CRREL-NH
You may also want to consider just using OUTLINECOLOR to get Halo Text rather than the background you might get from GEOMTRANSFORM. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center On 11/29/11 11:09 PM, Stephen Woodbridge wood...@swoodbridge.com wrote: On 11/29/2011 10:19 PM,

Re: [mapserver-users] default values if not provided in the URL

2011-10-27 Thread Smith, Michael ERDC-CRREL-NH
Punnet, What I do in the situations where I want to default to all or allow some filtered access is METADATA default_classes 1=1 END So the dummy condition is passed when no filter is specified. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center On 10/27/11 8:49

Re: [mapserver-users] default values if not provided in the URL

2011-10-27 Thread Smith, Michael ERDC-CRREL-NH
/11 9:56 AM, Puneet Kishor punk.k...@gmail.com wrote: On Oct 27, 2011, at 11:22 AM, Smith, Michael ERDC-CRREL-NH wrote: Punnet, What I do in the situations where I want to default to all or allow some filtered access is METADATA default_classes 1=1 END So the dummy condition

Re: [mapserver-users] MapServer x64 with Oracle x64

2011-10-20 Thread Smith, Michael ERDC-CRREL-NH
Rich, I think the oracle and sde plugins on gisinternals are only for the win32 mapserver packages. There is this note in the build information. Oracle x64 is only listed with GDAL/OGR, not with MapServer from the build information I looked at

Re: [mapserver-users] gradient display of raster DEM data

2011-10-17 Thread Smith, Michael ERDC-CRREL-NH
*** John Callahan, Research Scientist Delaware Geological Survey, University of Delaware URL: http://www.dgs.udel.edu * On Fri, Oct 14, 2011 at 5:49 PM, Smith, Michael ERDC-CRREL-NH michael.sm

Re: [mapserver-users] gradient display of raster DEM data

2011-10-14 Thread Smith, Michael ERDC-CRREL-NH
John The DATARANGE / COLORRANGE keywords will be fully documented by 6.2 but they have been present in MapServer for years (since 4.6 or so). We used DATARANGE / COLORRANGE for dem display in this years FOSS4G WMS Benchmarking effort. Mike -- Michael Smith US Army Corps Remote Sensing

Re: [mapserver-users] Re: Feature wish: Internal mapfile variables

2011-10-03 Thread Smith, Michael ERDC-CRREL-NH
There is an RFC to have includes come from non-file connections (databases). It would be another option http://mapserver.org/development/rfc/ms-rfc-74.html Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 10/3/11 2:51 PM, Stephen Woodbridge

Re: [mapserver-users] Re: Feature wish: Internal mapfile variables

2011-10-03 Thread Smith, Michael ERDC-CRREL-NH
, Would adding in INCLUDEs from a URL be pushing it too much, as in: INCLUDE http://Myserver.com/cgi-bin/myscript.pl; Could pass in parameters like so . . . INCLUDE http://Myserver.com/cgi-bin/myscript.pl?A=first thingb=second thingc=third thing . . . bobb Smith, Michael ERDC-CRREL-NH

Re: Σχετ: [mapserver-users] Re: Mapserver 6 WMS / PostGIS Problem

2011-09-22 Thread Smith, Michael ERDC-CRREL-NH
I have seen similar issues for Oracle, where it queries all geometries and aggregates the bounds to get an extent. Manually setting the wms_extents is what we always do. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 9/22/11 9:57 AM, Rahkonen Jukka

Re: [mapserver-users] Problem displaying a NAD83 tile in WGS84 (or via WMS)

2011-08-20 Thread Smith, Michael ERDC-CRREL-NH
Ed, Your mrsid image is in UTM Zone 10, NAD 1983. You should set PROJECTION init=epsg:26910 END For your layer (http://spatialreference.org/ref/epsg/26910/) -- Mike Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 8/19/11 5:23 PM, Ed Resnick

RE: [mapserver-users] googleMap as a base layer

2011-08-11 Thread Smith, Michael ERDC-CRREL-NH
Just to clarify, the limitation is not raised with an enterprise license. The best solution is to use something like OpenLayers (openlayers.org) and have a Google layer and a MapServer layer. OpenLayers and MapServer work very well together. Mike Michael Smith Remote Sensing/GIS Center US

Re: [mapserver-users] defresolution and resolution issues in Mapserver 6

2011-07-18 Thread Smith, Michael ERDC-CRREL-NH
, 2011 at 16:49, Smith, Michael ERDC-CRREL-NH michael.sm...@usace.army.mil wrote: All, I'm seeing symbol scaling and label size/placement issues (see images and pdfs for differences) when trying to scale up for higher resolution output. Font size is scaling properly but the symbols are larger

Re: [mapserver-users] transparnt polygon color

2011-07-06 Thread Smith, Michael ERDC-CRREL-NH
Use the keyword OPACITY [0-100] where 100 is fully opaque. Opacity is available at both the LAYER and STYLE level. See http://mapserver.org/mapfile/layer.html and http://mapserver.org/mapfile/style.html -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers From: Amr Zakaria

Re: [mapserver-users] upgrade Mapserver 5.4 to 6.0 (gulp!)

2011-06-10 Thread Smith, Michael ERDC-CRREL-NH
For Fedora, I think you want the EPEL and ELGIS repos. See http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 6/10/11 3:34 AM, Chris Green chris.gr...@ibstv.co.uk wrote: Hi Brent Thank you for your very

Re: [mapserver-users] different maps

2011-06-09 Thread Smith, Michael ERDC-CRREL-NH
Leticia, If each one is a separate map and handled differently, just create N separate calls to mapserver. You could do this with OpenLayers and create multiple map instances each calling mapserver with different map attributes (mapfile, zoom, layers). Mike -- Michael Smith Remote Sensing/GIS

Re: [mapserver-users] msWMSDispatch(): WMS request not enabled

2011-06-06 Thread Smith, Michael ERDC-CRREL-NH
Looks like you need to review the 6.0 migration guide ( http://mapserver.org/MIGRATION_GUIDE.html#migration ). Specifically http://mapserver.org/MIGRATION_GUIDE.html#ogc-web-services Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 6/6/11 7:05 AM, Tonton

[mapserver-users] 3d WFS Service

2011-04-26 Thread Smith, Michael ERDC-CRREL-NH
All, Is there a way to get a 3d (from 3d source data) return from a mapserver wfs service? Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] 3d WFS Service

2011-04-26 Thread Smith, Michael ERDC-CRREL-NH
wrote: On 11-04-26 05:39 AM, Smith, Michael ERDC-CRREL-NH wrote: All, Is there a way to get a 3d (from 3d source data) return from a mapserver wfs service? Mike, I notice that the mapgml.c code is 2D output only. Also, the new mapogroutput.c that can be used for WFS is 2D only

Re: [mapserver-users] Production mapserver

2011-03-21 Thread Smith, Michael ERDC-CRREL-NH
In the benchmark testing we did last year, see http://wiki.osgeo.org/wiki/Benchmarking_2010, I tested MapServer with minimal formats (just PostGIS) compiled it vs MapServer with Oracle, PostGIS, GDAL/OGR. There was no difference affect on performance by having a minimal build. Mike -- Michael

Re: [mapserver-users] Production mapserver

2011-03-21 Thread Smith, Michael ERDC-CRREL-NH
Jeff, For the WMS Benchmarking effort, we used the FastCGI library from http://www.fastcgi.com. It is the mapserv executable that you will call via fastcgi. We set up a separate fcgi-bin path for mapserver with fastcgi. That is not actually required. The URL here would be

Re: [mapserver-users] WFS GetFeature Help...

2010-12-04 Thread Smith, Michael ERDC-CRREL-NH
Saha, You are getting XML back. Just do a view source on the result. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 12/4/10 2:04 PM, Saha Aswina sahaasw...@yahoo.com wrote: Dear everyone, I'm new to mapserver. When I want to using wfs getfeature why I

Re: [mapserver-users] Best Practices for the Spatial Index with OracleDB 11gR2

2010-10-27 Thread Smith, Michael ERDC-CRREL-NH
You can disable the spatial filtering (which is what requires the spatial index) by using DATA the_geom from (SELECT SDO_GEOM.SDO_CENTROID(geometrie, 2) AS the_geom, id FROM ereignis) USING SRID 31468 NONE Mike On 10/27/10 8:14 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, I

Re: [mapserver-users] Best Practices for the Spatial Index with OracleDB 11gR2

2010-10-27 Thread Smith, Michael ERDC-CRREL-NH
When you use NONE, yes. No spatial filtering is taking place. On 10/27/10 10:08 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, Does it mean that Mapserver is making then all the Oracle queries without BBOX and just selects everything? -Jukka- Smith, Michael ERDC-CRREL-NH

Re: [mapserver-users] Re: mapserver and i18n

2010-10-07 Thread Smith, Michael ERDC-CRREL-NH
Would it be better to make then available for variable substitution? gml_ID_alias %GML_ID_NO% # must be i18n gml_NAME_alias %GML_NAME_ALIAS% # must be i18n Mike -- Michael Smith US Army Corps of Engineers Remote Sensing/GIS Center Hanover, NH On 10/7/10 9:14 AM, Stephen

Re: [mapserver-users] FastCGI, MapServer and Apache on Linux

2010-09-01 Thread Smith, Michael ERDC-CRREL-NH
Nic, In the 2010 benchmarking effort, we are using mod_fcgid with the latest Apache. Here are the fcgi parameters we have in our conf file IfModule fcgid_module FcgidInitialEnv LD_LIBRARY_PATH /usr/lib64:/usr/lib:/usr/local/lib:/opt/mapserverfull/lib:/oracle/instantcli

Re: [mapserver-users] mapserver as a tiling client for an untiled WMS

2010-04-18 Thread Smith, Michael ERDC-CRREL-NH
Marco, To use the GDAL WMS Minidriver, create an XML file like below and then reference that xml file in your MapServer layer. For more info about the format of the WMS xml, see here http://www.gdal.org/frmt_wms.html Example xml --- GDAL_WMS Service name=WMS Version1.1.1/Version

Re: [mapserver-users] mapserver as a tiling client for an untiled WMS

2010-04-18 Thread Smith, Michael ERDC-CRREL-NH
in the map? MArco Smith, Michael ERDC-CRREL-NH schreef: Marco, To use the GDAL WMS Minidriver, create an XML file like below and then reference that xml file in your MapServer layer. For more info about the format of the WMS xml, see here http://www.gdal.org/frmt_wms.html Example xml

Re: [mapserver-users] Query functions with Oracle Spatial

2010-04-05 Thread Smith, Michael ERDC-CRREL-NH
Daiane, What version of Mapserver are you using? I suspect a version before 5.4 ( I think that is when it changed ). The SE_ANNO_CAD_DATA field is a BLOB and not a supported return type for queries. You can either upgrade to a newer version of Mapserver which excludes BLOB fields or you can write

Re: [mapserver-users] ANGLE [attribute]

2010-03-31 Thread Smith, Michael ERDC-CRREL-NH
ANGLE does work with Oracle Spatial. Mike -- Michael Smith RSGIS Center US Army Corps of Engineers On 3/30/10 7:56 PM, Daniel Morissette dmorisse...@mapgears.com wrote: Daiane Azevedo de Fraga wrote: Hello everyone! I wonder if ANGLE accepts an attribute that comes from a table in a

Re: [mapserver-users] SYMBOLSET does not work on Linux (CentOS 4.2), but FONTSET works

2009-11-22 Thread Smith, Michael ERDC-CRREL-NH
Your MS4W is an older version. The SYMBOLSET requirement started with version 5.2.1. Mike On 11/22/09 8:21 AM, kreshna_icehe...@yahoo.com kreshna_icehe...@yahoo.com wrote: It works now, thanks! I just wonder; why does such thing work in MS4W, while not in linux-based MapServer? ---

Re: [mapserver-users] Build Errors; Currently msLoadMap(): Unknown identifier. First token must be MAP, this doesn't look like a mapfile.

2009-11-18 Thread Smith, Michael ERDC-CRREL-NH
Richard, Add a new line to the beginning of your mapfile of just the word MAP. Eg MAP NAME Hello_World SIZE 400 300 IMAGECOLOR 249 245 186 IMAGETYPE png EXTENT -1.00 -1.00 1.00 1.00 Its part of some security changes in the latest version of Mapserver. You also need to add a SYMBOLSET to the

Re: [mapserver-users] Mapserver consuming Google Maps

2009-08-26 Thread Smith, Michael ERDC-CRREL-NH
With the advent of the Bing WMS service, that will be the best solution, it appears (for now). Mike On 8/26/09 3:01 PM, Christopher Schmidt crschm...@metacarta.com wrote: On Wed, Aug 26, 2009 at 01:25:11PM -0400, Smith, Michael ERDC-CRREL-NH wrote: What about using the Google Maps static

Re: SV: [mapserver-users] Newbie feedback

2009-08-12 Thread Smith, Michael ERDC-CRREL-NH
Steve, I have an OSGeo login and have created tickets in the past but was getting this same error last night. Mike -- Michael Smith RSGIS Center US Army Corps of Engineers On 8/12/09 1:03 PM, Steve Lime steve.l...@dnr.state.mn.us wrote: Have you created an OSGeo login? Visit

Re: [mapserver-users] Oracle native / Oracle OGR

2009-07-10 Thread Smith, Michael ERDC-CRREL-NH
Thomas, To solve the second issue, use a view. Mike -- Michael Smith Remote Sensing GIS Center CRREL - ERDC US Army Corps of Engineers Hanover, NH On 7/10/09 2:38 PM, Thomas Bonfort thomas.bonf...@camptocamp.com wrote: some of our clients have come up with a few quirks in the native

Re: [mapserver-users] Grave performance issue with MapServer and GDAL/OCI driver

2009-06-29 Thread Smith, Michael ERDC-CRREL-NH
You can also try using the Mapserver direct Oracle connection rather than going through OGR. LAYER NAME aree_stradali STATUS DEFAULT TYPE POLYGON # Dati da connessione Oracle CONNECTIONTYPE ORACLESPATIAL CONNECTION username/sec...@localhost/sitfi02t DATA SPATIAL_COLUMN FROM

Re: [mapserver-users] WMS Layer with secure http url

2009-05-06 Thread Smith, Michael ERDC-CRREL-NH
Rather than putting the username/password in the URL, you can use the metadata fields for the authentication METADATA wms_auth_username foo wms_auth_password {FF88CFDAAE1A5E33} wms_auth_type basic END Mike On 5/6/09 8:39 AM, Alexandre Dube ad...@mapgears.com wrote: Thank you both for

[mapserver-users] MS4W Mapserver 5.4 Beta 1

2009-02-23 Thread Smith, Michael ERDC-CRREL-NH
Jeff, I've downloaded the ms4w mapserver 5.4 beta 1 update but it appears that the Oracle 10g libmap.dll is compiled for a different version of gdal (v 1.5) than the version in ms4w 2.3.1 (v 1.6). It works fine with the non Oracle 10g libmap. Mike Mike Smith RSGIS Center ERDC - US Army Corps of

Re: [mapserver-users] ms4w (fastcgi) and oracle 10?

2008-11-18 Thread Smith, Michael ERDC-CRREL-NH
Zach, Your DATA statement is almost correct. If you are going to use the UNIQUE keyword (for supporting queries), you must put a column name after UNIQUE and before the SRID. Either of these would work: DATA ' GEOM from STATES using UNIQUE ID srid 90112' or DATA ' GEOM from STATES using srid