[mapserver-users] Hiding overviews

2008-03-05 Thread Eichner, Andreas - SID-NLK
Hello everybody! I've build external overviews, both with raster and vector data, put them into layers with MIN-/MAXSCALE and it works like a charme. My only problem is that I can not get the switching of those layers transparent to the user. A GetCapabilities-WMS-Request returns all layers

[MAPSERVER-USERS] BoundingBox SRS of the GetCapabilities

2008-03-05 Thread cfb
Hi there, I'm testing the GetCapabilities of my WMS (working with MapServer 5.0.2 CGI for Windows), and comparing it with others WMS. Regardless of the projections of the layers (EPSG 23030), I've realized that the Boundingbox of the header and of each layer depends on the order of the SRS list

VS: [mapserver-users] Hiding overviews

2008-03-05 Thread Rahkonen Jukka
Hi, I've never tried myself, but I would not be surprised if you could do something of that kind with GROUP in LAYER object. Excerpt from mapfile reference http://mapserver.gis.umn.edu/docs/reference/mapfile/layer follows. GROUP [name] Name of a group that this layer belongs to. The group

Re: VS: [mapserver-users] Hiding overviews

2008-03-05 Thread Mike Meier
Hi, i have the same problem and the GROUP parameter dont help me. My Mapserver (5.0.1) always show both layers. Mike Rahkonen Jukka schrieb: Hi, I've never tried myself, but I would not be surprised if you could do something of that kind with GROUP in LAYER object. Excerpt from mapfile

Re: [MAPSERVER-USERS] CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-05 Thread Ivan Mincik
Nothing is perfect. There are no problems with applied patch when browsing the map. But when I use identify object query from php5-mapscript the problem is rising again. I have in postgresql log: 2008-03-05 13:19:30 CET WARNING: there is no transaction in progress 2008-03-05 13:19:30 CET

[mapserver-users] RE: CGI Class Expression V5.0.2 cannot change

2008-03-05 Thread David Martin
Sorry to be a bother I found a solution using variable substitution and I am happy to use that method. It actually makes for smaller cgi command line calls, so it is a better option all round. Info found at : http://www.nabble.com/mapserver-5-expression-td12386097.html#a12414895 Regards David

Re: [MAPSERVER-USERS] CGI Class Expression V5.0.2 cannot change

2008-03-05 Thread ITBeyond
Michael, Thanks - I actually just found this solution using variable substitution. I was confused about where to post this issue as I have been still getting the digest from listserv, then I got confused about how all this sits with lists.osgeo.org (where I posted the email), then I found it all

[mapserver-users] enhancement ideas

2008-03-05 Thread Joan Verdaguer
Hi list, Here are some features I think would be nice to have in Mapserver: ** Expressions almost everywhere ** Possibility to use expressions whenever a value is required. Built-in variables and functions would be very useful. For example: SIZE [fieldValue]*0.2+5 WIDTH imageWidth /

Re: [MAPSERVER-USERS] BoundingBox SRS of the GetCapabilities

2008-03-05 Thread Frank Warmerdam
cfb wrote: Hi there, I'm testing the GetCapabilities of my WMS (working with MapServer 5.0.2 CGI for Windows), and comparing it with others WMS. Regardless of the projections of the layers (EPSG 23030), I've realized that the Boundingbox of the header and of each layer depends on the order of

Re: [MAPSERVER-USERS] support for building mapserver on multiple platforms with a single src dir?

2008-03-05 Thread Daniel Morissette
rich.fromm wrote: This page seems to imply that what I tried (cd to where you want the build to be, then run the configure script that's located where the src is) ought to work, even without using --srcdir:

[mapserver-users] MapServer GRID object.

2008-03-05 Thread Bob Basques
All, I got the GRID object to work and display in this interface: http://gis.ci.stpaul.mn.us/gis/gismo_public/html/?mapbook=/datasets/CONFIGS/SAINT_PAUL/PUBLIC_WORKS/MAPBOOKS/TS/gismo3_test_public.xml I still need to know more info about the function though, is FORMATOPTION the only

Re: [mapserver-users] MapServer GRID object.

2008-03-05 Thread Brent Fraser
Bob, I take it you mean LABELFORMAT (not FORMATOPTION)? From http://mapserver.gis.umn.edu/docs/reference/mapfile/grid: LABELFORMAT [DD|DDMM|DDMMSS] Format of the label. DD for degrees, DDMM for degrees minutes, and DDMMSS for degrees, minutes, seconds. The default is decimal display of

Re: [mapserver-users] MapServer GRID object.

2008-03-05 Thread Jeff McKenna
I'll be doing some documentation updates soon so if you find anything undocumented please file a ticket for it in MapServer's trac instance (http://trac.osgeo.org/mapserver/), using the MapServer Documentation component. -jeff Brent Fraser wrote: Bob, For spherical unit

Re: [MAPSERVER-USERS] Missing required parameter BBOX

2008-03-05 Thread Christopher Schmidt
On Wed, Mar 05, 2008 at 11:31:34AM -0800, cfb wrote: Hi again, I'm having problems with the projections of my WMS (working with MapServer 5.0.2 for Windows). I've changed the SRS of the header's mapfile into EPSG 4326 (before it was EPSG 23030), and also the epsg of one layer (which

Re: [MAPSERVER-USERS] Missing required parameter BBOX

2008-03-05 Thread Jeff McKenna
What is the URL you are using? Does it have a bbox in it? To go along with what Chris says, since you are an MS4W user you can download the PHPMapscript Sample Application (gmap_ms4w_ms5.zip) add-on package and goto localhost to see working GetMap requests for MapServer 5.0.2 -jeff

Re: [mapserver-users] MapServer GRID object.

2008-03-05 Thread Jeff McKenna
Small world: it seems someone else just made a change to that GRID doc page. Whoever did that change, can you please correct the errors/warnings displayed now? thanks. -jeff Jeff McKenna wrote: I'll be doing some documentation updates soon so if you find anything undocumented please file

Re: [mapserver-users] MapServer GRID object.

2008-03-05 Thread Brent Fraser
Jeff, Sorry about that, it was me. I'll fix the errors... Brent Fraser GeoAnalytic Inc. Calgary, Alberta - Original Message - From: Jeff McKenna [EMAIL PROTECTED] To: mapserver-users@lists.osgeo.org Sent: Wednesday, March 05, 2008 1:34 PM Subject: Re: [mapserver-users] MapServer GRID

[mapserver-users] Mapserver equivalent for .NET

2008-03-05 Thread Scott Ellington
Hi, I currently work at ISC and was asked to respond on this thread. A few notes on some comments: That being said, I can still wish that they be more open and give credit to MapServer for providing the core of their system, or perhaps spend some time on this list helping users, or do

Re: [mapserver-users] Skipping layers that fail to load

2008-03-05 Thread Ian
In the original post I should have clarified that I was reading through the Mapfile Reference documentation. Yes Stephen your suggestion is exactly along the lines of what I was thinking and would like as an option. Something at the individual map or layer level that gracefully handles broken

Re: [mapserver-users] enhancement ideas

2008-03-05 Thread Tamas Szekeres
Joan, New ideas are welcomed since it's more incentive than dealing with bugs any time ;-) Most of the times the enhancements/requests are bound to specific projects/demands so that the developers can easily put these efforts into their timeline but it's quite difficult to pick up the task that

RE: [mapserver-users] workstation to server migration

2008-03-05 Thread Delfos, Jacob
Hi Jeanette, It should make no difference if you replicate the setup and the file paths on the server. In theory, if you copy everything into the exact same location, and set up the same aliases for the web-server (IIS or Apache), then it should work. If you are loading data from the network,

Re: [MAPSERVER-USERS] msProcessProjection(): Projection library error.

2008-03-05 Thread rich.fromm
rich.fromm wrote: rich.fromm wrote: I am in the process of running another test, this using a build of the tip of branch-5-0, along with local patches both for bug 2497 and for bug 2533 (in other words, this patch). It also ran fine (for a 6 hour test under heavy load). For more

[mapserver-users] Re: Hiding overviews

2008-03-05 Thread Eichner, Andreas - SID-NLK
Hmm, seems my description wasn't clear enough, so I'll try to precise... For a layer with raster data I created external overviews. To make use of them I copied the LAYER portion of the map file, changed the TILEINDEX statement to point to the index of the appropriate overview, set