[mapserver-users] different maps

2011-06-09 Thread Leticia Gomez
I am new in Mapserver. I need to develop a Web application where different maps can be display (browse) in the same page. But all the examples that I find consist on displaying different maps as layers in the same image (overlapped). I need that the page manage different zones, each on with its

[mapserver-users] different maps

2011-06-09 Thread Leticia Gomez
I am new in Mapserver. I need to develop a Web application where different maps can be display (browse) in the same page. But all the examples that I find consist on displaying different maps as layers in the same image (overlapped). I need that the page manage different zones, each on with its

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] different maps

2011-06-09 Thread Leticia Gomez
Thanks Michael, so it might be implemented with Mapscript (no strictly cgi). Is this right? Leticia From: Smith, Michael ERDC-CRREL-NH [mailto:michael.sm...@usace.army.mil] Sent: jueves, 09 de junio de 2011 7:51 To: Leticia Gomez; mapserver-users@lists.osgeo.org Subject: Re:

[mapserver-users] ENC: Openlayers Identify Problem

2011-06-09 Thread Matheus Lacarini
Hello all, I´m from Brasil and i have a problem with the openlayers identify my query its perfect in the mapfile and the layer file but the query result :msQueryByPoint(): Search returned no results. No matching record(s) found.My url is : http://localhost/cgi-bin/mapserv.exe?img.x=762

[mapserver-users] SLD behaviour changed after upgrade to Mapserver 6.0

2011-06-09 Thread Rahkonen Jukka
Hi, The following part of SLD document, passed to Mapserver inside SLD_BODY, used to produce a two-part label KOODI, NIMI_FI (with comma and space between the parts). It worked with Mapserver 5.2.1 and 5.6.5. Now after upgrading into version 6.0 the result is an error: [Thu Jun 09 14:26:09

RE: [mapserver-users] ENC: Openlayers Identify Problem

2011-06-09 Thread Lime, Steve D (DNR)
Looking at the URL it seems to be operating in image coordinates which is fine but there's no image size passed (nor one defined in the mapfile) so my guess is that MapServer can't turn that click into a real map coordinate. Try adding the imgsize variable to your query call. Steve

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

2011-06-09 Thread Chris Green
Hi All I have been running Mapserver 5.4 for about 18 months on a Fedora core 7 Unix platform. I installed it via the FGS installer package which made the installation process relatively straightforward. Now I see that Mapserver 6.0 has been released and it includes some features that I

[mapserver-users] Simple mapserver HTML template file?

2011-06-09 Thread Gerry Creager
I've been away from Mapserver for awhile and I'm having trouble wrapping my head, quickly, around a template file for a simple application that requires panning and zooming but no queries. Can anyone help a guy out on short notice? I can likely flesh a an example out but I'm really having

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

2011-06-09 Thread Stephen Woodbridge
On 6/9/2011 8:58 AM, Chris Green wrote: Hi All I have been running Mapserver 5.4 for about 18 months on a Fedora core 7 Unix platform. I installed it via the FGS installer package which made the installation process relatively straightforward. Now I see that Mapserver 6.0 has been released and

[mapserver-users] Fwd: Tile of tiles with tif images

2011-06-09 Thread Juan Carlos Fuchs
Subject: Tile of tiles with tif images Dear Gentleman: Situation We have a collection of images tiled with re-tile.py. each record of our .dbf points to a diferent part of one tiff image. Now we want to put them together (the Tiles), say, first, all the tiles from the images of the same

Re: [mapserver-users] Fwd: Tile of tiles with tif images

2011-06-09 Thread Stephen Woodbridge
tile4ms only works with shapefiles as input. gdaltindex is probably what you want for TIF images. -Steve W On 6/9/2011 10:47 AM, Juan Carlos Fuchs wrote: Subject: Tile of tiles with tif images Dear Gentleman: Situation We have a collection of images tiled with re-tile.py. each record of our

Re: AW: [mapserver-users] Problem in extent using openlayers withMapserver

2011-06-09 Thread Saka Royban
Very very thanks. It worked fine. but one strange point: Why they don't easily compute this maxRsolution in their lib using with of map element (instead of supposing all map elements to be in 256*256 size)? Anyway, your helpful point is totally appreciated.

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

2011-06-09 Thread Chris Green
Hi Steve Thanks for your comments. I have read the documentation and realise that there will be quite a few changes to my mapfile(s). I'm not at all worried about that, it's just a question of patiently working through the changes. However I am very apprehensive of the upgrade itself. Before I

Re: [mapserver-users] Fwd: Tile of tiles with tif images

2011-06-09 Thread Mark Korver
As Steve noted, if the input is TIF, then you prob want to be using gdaltindex rather than tile4ms. Now we want to put them together (the Tiles), say, first, all the tiles from the images of the same province, and later, all the tiles from the provinces of the same projection. when

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

2011-06-09 Thread Smith, Michael D ERDC-CRREL-NH
Chris, What Linux OS are you on? There are packages for Ubuntu, Debian, RHEL, etc. See http://mapserver.org/download.html#linux On 6/9/11 11:04 AM, Chris Green chris.gr...@ibstv.co.uk wrote: Hi Steve Thanks for your comments. I have read the documentation and realise that there will be

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

2011-06-09 Thread Chris Green
Hi Michael I'm using Fedora 7. My main problem is the totally daunting list of libraries and other packages like GD and GDAL which have to be available or pre-compiled before you can even start compiling Mapserver 6.0. But it seems to me that most if not all of the required libraries must

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

2011-06-09 Thread Smith, Michael D ERDC-CRREL-NH
Chris, The packages will handle the dependencies. Install via Yum and point to the Enterprise Linux repo and it should do all the installing for you (except put the mapserv binary in your cgi-bin dir, I don't think they do that). Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps

Re: [mapserver-users] Simple mapserver HTML template file?

2011-06-09 Thread Gerry Creager
I'm looking at that now. I need to understand the TEMPLATE element in the LAYER section, though. I created the basic mapfile using Qgis, and it's got a dummy value there. gc Fawcett, David (MPCA) wrote: Gerry, I would really look at OpenLayers on the client side and MapServer WMS on the

RE: [mapserver-users] Fwd: Tile of tiles with tif images

2011-06-09 Thread Fuchs Juan Carlos
Hi Mark, Our Goal is to get an image catalog with auto zoom´s in a fast delivery via a web browser with the tile aproach we deliver fast images with low resolution and only the pertinent pieces in an higher resolution... Thanks for asking, any ideas? -JC -Mensaje original- De: Mark

RE: [mapserver-users] Fwd: Tile of tiles with tif images

2011-06-09 Thread Fuchs Juan Carlos
Hi Steve, Yes, that´s the point! We are traying to tile a set of tiles that refer each to a diferent Tif image We first tile each image with re-tile.py we obtain a shp file with a dbf with field LOCATION pointing to a piece of the Tif image Next we use tile4ms to put those first tiles (shp´s) in a

[mapserver-users] WFS intersect request

2011-06-09 Thread John Callahan
I have the following WFS intersect request that if working with GeoServer, and I'm trying to run this app with MapServer. The error I'm getting is: ows:ExceptionTextmsWFSGetFeature(): WFS server error. Invalid or Unsupported FILTER in GetFeature ... I've dome some reading but not sure exactly

RE: [mapserver-users] Simple mapserver HTML template file?

2011-06-09 Thread Fawcett, David (MPCA)
If you aren't querying, you shouldn't need a template. All that you should need is a map/layer that can be served as a WMS. OpenLayers and the HTML page that you create to contain the OpenLayers map handle the layout. You could start with a really simple example like this and point it at

Re: [mapserver-users] WFS intersect request

2011-06-09 Thread Alexandre Dube
Hello, If you run a WFS GetCapabilities request on your server, it should tell which filters it supports, see : http://mapserver.org/ogc/filter_encoding.html#server-side Someone correct me if I'm wrong, but I think MapServer needs to be compiled with GEOS in order to do intersect

[mapserver-users] Re: WFS intersect request

2011-06-09 Thread John Callahan
Thanks. Yes, my server does support Intersect filter, according to the WFS GetCaps file. I'm using the latest MS4W install with MS 6. John On Thursday, June 9, 2011, Alexandre Dube ad...@mapgears.com wrote: Hello,   If you run a WFS GetCapabilities request on your server, it

Re: [mapserver-users] Fwd: Tile of tiles with tif images

2011-06-09 Thread Stephen Woodbridge
Ok, I think there is a misunderstanding on how the commands work: [set of shapefiles] - tile4ms - one shapefile with pointers to the set [set of images] - gdaltindex - one shapefile with pointers to the set What you are trying to do is: multiple [sets of images] - to multiple shapefiles then

Re: [mapserver-users] Fwd: Tile of tiles with tif images

2011-06-09 Thread Mark Korver
Probably the part of confusion here is that there are several strategies for increasing speed with raster base-layers. One is to optimize the TIFS for use with standard WMS queries, the other is to create a TMS pyramid, which essentially amounts to pre-generating all the raster tiles before hand.

[mapserver-users] purchasing satellite imagery

2011-06-09 Thread Esmin Gracic
Hi all. We're in process of developing robust eGov solution including GIS (using mapserver/postgis/pgrouting :) ). This municipality has 1.059 km2. Do you have any recommendation on where to purchase satellite imagery, and which scale/resolution do you recommend. Basic GIS usage is TAX

[mapserver-users] Mapserver can't write on a directory it should can

2011-06-09 Thread Jorge Arévalo
Hello, I'm executing Mapserver 5.6.4 under Apache2 in a Ubuntu 10.04 machine. I'm having problems writing log file. In the mapfile, I have: # Logging CONFIG MS_ERRORFILE /var/www/mapserver/log/mylogfile.log DEBUG 5 Any request I make gets the same answer msSetErrorFile(): General error

RE: [mapserver-users] purchasing satellite imagery

2011-06-09 Thread Fawcett, David (MPCA)
Where on the globe is this municipality? That may determine the availability, resolution, cost of the imagery. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Esmin Gracic Sent: Thursday, June 09, 2011 12:35 PM To:

Re: [mapserver-users] purchasing satellite imagery

2011-06-09 Thread Esmin Gracic
sjenica http://en.wikipedia.org/wiki/Sjenicamunicipality, south serbia ( 43°16′N 20°00′E). On Thu, Jun 9, 2011 at 8:30 PM, Fawcett, David (MPCA) david.fawc...@state.mn.us wrote: Where on the globe is this municipality? That may determine the availability, resolution, cost of the imagery.

Re: [mapserver-users] purchasing satellite imagery

2011-06-09 Thread Brent Fraser
Spot Image has some cost effective imagery (up to 2.5 meter resolution), or have a look at Ikonos imagery(from SpaceTurk) at 1.0 meter. But there are other satellites (with lots of options) available, so you may want to contact a imagery reseller. Best Regards, Brent Fraser On 6/9/2011

Re: [mapserver-users] Problem using mapserver with WCS

2011-06-09 Thread Virginia Maffei
Thanks Frank, i dropped the map= from the url but now it throws an error that i dont understand: msWCSGetCoverageMetadata(): WCS server error. Unable to determine the SRS for this layer, no projection defined and no metadata available. Do you have any idea whats the problem i'm having? the