[mapserver-users] schema .dtd URL return by a GetCapabilities request

2008-10-14 Thread Martin Ouellet
When I send a GetCapabilities request to mapserver, I receive à XML response with this link at the top of the file: http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd; Within the intranet, some client application does not have internet access so it failed/crash... Is it possible to

[mapserver-users] how to ignore tag OnlineResource from the getcapabilities

2009-07-10 Thread Martin Ouellet
Hi, I have a URL (which is good and functionnal) but the GetCapabilities return a invalid URL in the OnlineResource tag. Is there a way to tell Mapserver to use the url specified in the mapfile (tag CONNECTION) instead of the url return in the OnlineResource of the getcapabilities request? Thank

Re: [mapserver-users] Problem with a GetFeatureInfo - info_format = text/html

2009-11-18 Thread Martin Ouellet
Thanks Daniel, with the correct path, it's working great! but I also had to put the magic string at the top of my file to make it work: !-- Mapserver Template -- MartinOuellet 2009/11/18 Daniel Morissette dmorisse...@mapgears.com Martin Ouellet wrote: Hi, I've got the current layer

[mapserver-users] understanding behind the GetFeatureInfo...

2009-11-19 Thread Martin Ouellet
Hi, Here the results of some tests I've made yesterday to really understand the process of a GetFeatureInfo call with MapServer. Please let me know if I'am mistaking: 1) GetFeatureInfo with INFO_FORMAT=text/plain Result: the tag TEMPLATE must be specify (with a dummy file). Then you can

Re: [mapserver-users] understanding behind the GetFeatureInfo...

2009-11-19 Thread Martin Ouellet
: allowing one field in the gml mode but not in the html mode) thanks again Daniel for your comments. MartinO 2009/11/19 Daniel Morissette dmorisse...@mapgears.com Martin Ouellet wrote: 3) GetFeatureInfo with INFO_FORMAT=text/html Result: the only required tag is TEMPLATE (a dummy file

[mapserver-users] php-mapscript compilation problem on OpenSuse 11.1/11.2

2009-11-20 Thread Martin Ouellet
Hi We are unable to build php_mapscript.so. We know that it's possible because someone maintain a php-mapserv package for opensuse. We look in the needed of the package and everything seem to be there. Does someone have an idea why my php_mapscript.so doesn't build ? Thank You OS: OpenSuse

[mapserver-users] date format in a template (after a GetFeatureInfo call)...

2009-11-23 Thread Martin Ouellet
Hi, I've got a GetFeatureInfo which return a date (in my template). Since we don't control the sql statement behind the GetFeatureInfo, is there a way to format the date in the template? my layer retreive the data from Oracle Spatial and I received the date in this form: 19-NOV-09 which is

Re: [mapserver-users] php-mapscript compilation problem on OpenSuse 11.1/11.2

2009-11-23 Thread Martin Ouellet
:-DUSE_WMS_SVR WMS Client:-DUSE_WMS_LYR WFS Server: WFS Client:-DUSE_WMS_LYR WCS Server: SOS Server: -- MapScript - PHP MapScript: yes 2009/11/20 Daniel Morissette dmorisse...@mapgears.com Martin Ouellet wrote

Re: [mapserver-users] WMSgetFeatureInfo and variable substitution

2009-11-23 Thread Martin Ouellet
One way to do it is to pass new parameters(with tha exact name of you're mapfile variable) in the GetFeatureInfo URL so it would look something like this: Here is the request GetFeatureInfo /cgi-bin/mapserv.exe?map=MYMAP

Re: [mapserver-users] php-mapscript compilation problem on OpenSuse 11.1/11.2

2009-11-23 Thread Martin Ouellet
php_mapscript_util.o php_regex.c Makefile.in README examples mapscript_i.o php_mapscript.c php_mapscript.o php_mapscript_util.h php_proj.cphp_regex.o no php_mapscript.so and no error MartinO 2009/11/23 Daniel Morissette dmorisse...@mapgears.com Martin Ouellet wrote: Even

[mapserver-users] Question on the layer order impact in a Getmap(WMS) call

2009-12-03 Thread Martin Ouellet
The mapserver doc specified that the layer are drawn in their order of appearance in the MapFile (first layer is at the bottom, last is on top). Extract from: http://umn.mapserver.ch/MapServer/en/layer.htm So I wonder why the map is different if I change the order of the layers

[mapserver-users] Best way to store ArcInfo annotations in PostGIS?

2010-10-22 Thread Martin Ouellet
Hi all, I see 2 ways for doing that: 1) store the centroid (as a point geometry), rotation, text and maybe the size of the annotation in my postgis table 2) using FME transformer (TextStroker), I can convert the annotation as a multi-polygone or polyline directly. Playing with the font and some

Re: [mapserver-users] Best way to store ArcInfo annotations in PostGIS?

2010-10-26 Thread Martin Ouellet
verify with some tests that #2 is really faster, and if that's the case we'd like to hear back from you and find out more. Daniel Martin Ouellet wrote: Hi all, I see 2 ways for doing that: 1) store the centroid (as a point geometry), rotation, text and maybe the size of the annotation

[mapserver-users] Mapserver consuming SLD coming from Udig and Styler (OpenGeo Suite)

2010-11-11 Thread Martin Ouellet
Hi all, I'a, trying to use SLD files with Mapserver. I've started from an example of this web site ( http://mapserver.org/ogc/sld.html) is working well but if I use a SLD generated by Udig or the Styler (OpenGeo suite), it does not. working SLD: ?xml version=1.0 encoding=UTF-8?

[mapserver-users] using a SLD for a non-WMS layer.

2010-11-12 Thread Martin Ouellet
Hi all, I would like a confirmation to be sure that I understand the process: Considering that I can't use a sld directly inside a layer definition (in my case BDTQ_HYDRO_L_ARC), I have to define another WMS layer (BDTQ_HYDRO_L_ARC_SLD in my example below) that will be redirected to the

[mapserver-users] SLD and OUTPUTFORMAT compatibility?

2010-11-23 Thread Martin Ouellet
Hi all, I have 2 two differents settings for symbolize my lines (refer to SLD settings below): 1) a dashed line which is working *only when I specify the outputformat: *DRIVER *GD*/PNG **Note that with the driver GD/PNG, the external graphic below is not working but the symbol

Re: [mapserver-users] SLD and OUTPUTFORMAT compatibility?

2010-11-23 Thread Martin Ouellet
. regards, On 23/11/2010 9:15 AM, Martin Ouellet wrote: Hi all, I have 2 two differents settings for symbolize my lines (refer to SLD settings below): 1) a dashed line which is working *only when I specify the outputformat: *DRIVER *GD*/PNG **Note that with the driver GD/PNG

[mapserver-users] external graphic symbol don't follow the GetStyles method

2010-11-30 Thread Martin Ouellet
Hi, When I used a external graphic element in a SLD like this: Nametest/Name ogc:Filterogc:PropertyIsEqualToogc:PropertyNameindicatif/ogc:PropertyNameogc:Literal103005/ogc:Literal/ogc:PropertyIsEqualTo/ogc:Filter MaxScaleDenominator4.00/MaxScaleDenominator Graphic ExternalGraphic

Re: [mapserver-users] external graphic symbol don't follow the GetStyles method

2010-12-01 Thread Martin Ouellet
Hi Martin, I think you need to define WMS_SLD_SYMBOL_URL to be able to generate an External graphic. This is documented (almost hidden :) in http://mapserver.org/ogc/sld.html#client-side-support best regards, On 30/11/2010 5:01 PM, Martin Ouellet wrote: Hi, When I used a external

[mapserver-users] fastcgi mode with raster layer?

2011-04-11 Thread Martin Ouellet
I've just activated the fastcgi mode (RHEL5 - Mapserver 5.6.3 - Httpd) on my server. is it normal to have no speed increase for a raster layer? Does the fastcgi mode is optimized mainly for database layers as Oracle or PostGIS? thank you in advance. MartinOuellet

[mapserver-users] mapcache running on Apache vs Lighttpd?

2012-12-18 Thread Martin Ouellet
Hi all, For best performance, should I use Mapcache (released with mapserver 6.2) with Apache or Lighttpd? Thanks MartinOuellet ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Compiling Mapserver (6.2) with PostGIS support Without PG on the machine

2012-12-20 Thread Martin Ouellet
Hi, I want to compile Mapserver (6.2) on a RHEL5 64bit machine with PostGIS support but Postgresql is NOT installed on the machine. Before I run the compilation, I've have installed some libraries (with yum rpm): postgresql92.x86_64 postgresql92-libs.x86_64 postgresql92-devel.x86_64 I think

Re: [mapserver-users] Compiling Mapserver (6.2) with PostGIS support Without PG on the machine

2012-12-20 Thread Martin Ouellet
*Compiling * *GDAL **--with-pg=/usr/pgsql-9.2/bin/pg_config* *and* *Mapserver **--with-postgis=/usr/pgsql-9.2/bin/pg_config * *solved my problem!* * * *cheers* * * *MartinO* On Thu, Dec 20, 2012 at 10:08 AM, Martin Ouellet geomart...@gmail.comwrote: Hi, I want to compile Mapserver (6.2

[mapserver-users] Limit caching for some zoom level only

2013-03-20 Thread Martin Ouellet
Hi all, I would like to limit the caching for some levels (ex: 10 to 15) and fallback with the WMS request (without caching the tiles) for the other zoom level (ex: 0 to 9 and 16 to 19) I've try this in the config (using minzoom and maxzoom): tileset name=Ortho1948 sourceOrtho1948/source

Re: [mapserver-users] passing parameter to a OGRVRTDataSource layer

2015-03-27 Thread Martin Ouellet
thanks Daniel but even if you didn't tried it, can you comment HOW mapserver would react in terms of performance regarding the 3 approch (PointFromColumns, wkt, wkb)? MartinO On Thu, Mar 26, 2015 at 3:57 PM Daniel Morissette dmorisse...@mapgears.com wrote: On 2015-03-26 3:37 PM, Martin Ouellet

Re: [mapserver-users] passing parameter to a OGRVRTDataSource layer

2015-03-26 Thread Martin Ouellet
. If the substitution works with CGI WMS, you will need validation. David. *From:*mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Martin Ouellet *Sent:* Wednesday, March 25, 2015 3:38 PM *To:* mapserver-users@lists.osgeo.org *Subject