Re: [mapserver-users] map file paths

2010-11-04 Thread Waberzeck, Thomas
Jukka Rahkonen wrote: P Kishor wrote: So you have 15 copies of the binary floating around on your computer. What a nightmare. If you upgrade, you have to make 15 copies of the new version and replace the old version. What would happen when you publish the 150th geologic map? Use a

Re: [mapserver-users] map file paths

2010-11-04 Thread Wim Vanbelle
I'm pretty sure you can use the rewrite module in IIS to achieve what you need. I use it myself for a couple of REST webservices. Do note that I am using IIS 7. Take a look here : http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/ On 4 November 2010 07:53, Waberzeck, Thomas

Re: [mapserver-users] Problem with wfs.php

2010-11-04 Thread Richard LEHAUT
Hi, I've a new problem. The script is correct for a simple geometry. The file is a script with a geometry complex. I got a result when I query my mapserver. But, with this server, i got a error :msWFSGetFeature(): WFS server error. Invalid or Unsupported FILTER in GetFeature : Filter Intersect

Re: [mapserver-users] Problem with wfs.php

2010-11-04 Thread Yves Jacolin
Richard, Are you sure you are using php5-curl correctly? See http://www.php.net/manual/fr/function.curl-setopt.php what is the parameter name for the $layer variable? curl_setopt($curl_init[$i], CURLOPT_POSTFIELDS, $layer); which is shown in the documentation of php5-curl: $data =

[mapserver-users] layers sharing the same class ?

2010-11-04 Thread Sebastian E. Ovide
Hi All, I have a lot of layers that are displayed using the same colors. If I need to change a color for, I have to go trough all the layers, one by one, and change all the colors.. Is there any way to define a CLASS (or a THEME ??) and just use it within all the layers that share that class ?

Re: [mapserver-users] layers sharing the same class ?

2010-11-04 Thread Rahkonen Jukka
Hi, I believe that INCLUDE works everywhere. Store your class on a disk as a text file and point to it with INCLUDE. -Jukka Rahkonen- Lähettäjä: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Puolesta

Re: [mapserver-users] layers sharing the same class ?

2010-11-04 Thread Christy Nieman
Hi, You should be able to use an INCLUDE (see http://mapserver.org/mapfile/Include.html) that contains the classes. E.g.: LAYER ... CLASSITEM CLASS INCLUDE path/to/include/file.txt END Where file.txt would be: CLASS EXPRESSION A COLOR #FF END ... CLASS EXPRESSION Z COLOR

[mapserver-users] RE: DEM display

2010-11-04 Thread Fawcett, David (MPCA)
I would pre-render all of my hillshades and then add them as simple raster layers. David. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of David Hildebrand Sent: Wednesday, November 03, 2010 6:25 PM To: mapserver-users@lists.osgeo.org

[mapserver-users] wms with Elevation Parameter

2010-11-04 Thread Waberzeck, Thomas
Hi, at first, I know that mapserver doesn't support wms with Elevation parameters. But maybe some could give me some Hints. What I'm going to do is set up a wms which should deliver maps for a given Depth. So I wrote a script which generates an referenced jpg of the demanded Dimensions (x/y and

Re: [mapserver-users] Tool for configure mapfile

2010-11-04 Thread Rahkonen Jukka
Hi, MSCompanion is a good try but I do not know if it is developed any more. http://code.google.com/p/mscompanion/ -Jukka Rahkonen pelin wrote: hi, you can use vim, it has syntax highlighting

Re: [mapserver-users] map file paths

2010-11-04 Thread John Callahan
The PHP mapscript wrapper looks promising. Thanks. The examples would need to be combined into one php file to handle both GetMap and GetCapabilities requests. Seems doable. I'm not a programmer and didn't want to get into mapscript, however, modifying this script template doesn't seem too

[mapserver-users] XSL for WMS capabilities

2010-11-04 Thread Peter N. Schweitzer
Recognizing that this is only marginally on topic, but I use mapserver for WMS and so the experiences of mapserver users would bemost helpful. Does anyone have an XSL for WMS capabilities response that generates a reasonably readable HTML presentation of the information? Peter -- Peter N.

RE: [mapserver-users] XSL for WMS capabilities

2010-11-04 Thread Kralidis,Tom [Ontario]
-Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Peter N. Schweitzer Sent: Thursday, 04 November 2010 10:16 To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] XSL for WMS capabilities

Re: [mapserver-users] Tool for configure mapfile

2010-11-04 Thread Thomas Gratier
Hello, Not only for this but look on GeoAdminSuite, there is a mapfile editor included http://www.geojava.org/index.html and the demo website http://sd-11986.dedibox.fr:8080/gas/ Regards ThomasG GIS specialist ___ mapserver-users mailing list

Re: [mapserver-users] XSL for WMS capabilities

2010-11-04 Thread Thomas Gratier
Hello, See WMS Inspector Firefox plugin code. It renders directly wms into html so I suppose there is behind an XSLT process for WMS. Regards ThomasG GIS specialist ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] dynamic coloring in mapserver?

2010-11-04 Thread Mukesh Subedee
Hi,   I am new to map server. I have been playing with it and finding it interesting. I have a shape file with database containing different area (polygon) codes. Let's say I have x.dbf file for a x.shp file and it contains a row with polygon code (I don't worry about layers).   I want to

RE: [mapserver-users] RE: DEM display

2010-11-04 Thread David Hildebrand
How can I combine a pre-rendered hillshade model with an elevation layer? Can I set the transparency of a layer? Is there a GDAL utility for rendering a combined hillshade/elevation model which will still retain the original elevation values for query? === David V.

Re: [mapserver-users] dynamic coloring in mapserver?

2010-11-04 Thread Bob Basques
You can change the majority of MapFile variable via the URL with Mapserver in CGI mode. See here for more info: http://mapserver.org/cgi/runsub.html bobb Mukesh Subedee msube...@yahoo.com wrote: Hi, I am new to map server. I have been playing with it and finding it interesting. I

Re: [mapserver-users] Filter elements on multiple layers

2010-11-04 Thread Alexander Petkov
That is good to know that you solved it, thank you for posting the solution. Alex On Thu, Nov 4, 2010 at 1:48 AM, leene leene...@yahoo.de wrote: Hi, thank you Alex. I found the solution in the same thread, you've posted:

Re: [mapserver-users] Server Downtime?

2010-11-04 Thread Frank Warmerdam
On Fri, Nov 5, 2010 at 12:00 AM, Tim Rood tro...@comcast.net wrote: Hello, I get the message below when I attempt to run this tutorial that hits the mapserver.org server. It can’t be Temporarily Unavailable all the time. Does anyone see a problem here? Tim, I have restarted fgs apache on