[mapserver-users] Re: Raster dataset recommendations

2011-02-25 Thread Edi.Karadumi
Jean, thats my problem too. I haven't resolved it yet the perfect way, but i have created mosaics of the data with lowered resolution, and a lower number of tiles . The number of tiles that are requested to see the map increases when you zoom out, so it needs to seek and read the tiles. Having th

Re: [mapserver-users] problem wfs

2011-02-25 Thread Jean-François Gigand
Hi, Do you have Firebug or any browser extension letting you see the WFS HTTP request? It would help to know the request and response. JF 2011/2/25 Flor Marina Rocha : > I set up a WFS Server, accessing a PostGIS poligon table. I use OpenLayers > to visualise the WFS layer, but But not shown o

Re: [mapserver-users] Raster dataset recommendations

2011-02-25 Thread Jean-François Gigand
Hi, Thanks for these advises! I take the opportunity of this topic to ask a similar question. I have a larger data set (400 Go) in about 24000 GeoTIFFs files, using the method described by Edi (tiled, internal overviews, index shape). It works pretty well (older version of MapServer), with on-the

[mapserver-users] Re: Raster dataset recommendations

2011-02-25 Thread Chris Jackson
Hi folks Thanks for all the suggestions about raster preparation - v.useful tips. I had guessed tiffs were probably the format to go for, the dataset is currently in an ESRI grid format after being recently exported from some modelling results. Many thanks Chris _

[mapserver-users] problem wfs

2011-02-25 Thread Flor Marina Rocha
I set up a WFS Server, accessing a PostGIS poligon table. I use OpenLayers to visualise the WFS layer, but But not shown on the map I use MapServer V54.10.6 and Tomcat 6 Any help is really appreciated.Thanks,Flor Marina Rocha--

Re: [mapserver-users] Raster dataset recommendations

2011-02-25 Thread Jeff McKenna
On 11-02-25 9:41 AM, Chris Jackson wrote: Hi all I have a largish raster dataset (2 GB) of hi resolution data points with a small geographical footprint. What would people recommend as the best way to prepare and then call data in the map file (with rendering performance in mind). It isn't goi

[mapserver-users] Re:REST and SOAP in Mapserver

2011-02-25 Thread Robert Hollingsworth
Eric, Several years ago I did some experimental work with SOAP and REST inside the mapserv engine.  The archives may contain a few old messages about the details, but what I was doing was to consume (now defunct) ESRI ArcWeb Services map images as raster backdrops for added mapserver vector l

[mapserver-users] REST and SOAP in Mapserver

2011-02-25 Thread Eric Weisbender
Is it possible to consume REST and/or SOAP services in Mapserver somewhat like WMS and how? ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Problems with showing attributes

2011-02-25 Thread Chrishelring
Hi all, I´m having problems showing some attributes. The idea is that the user uses the info tool, click on the polygon and retrieve the information from the dataset. The data itself is shown, but the different names on the columns are not! I would really like that information to show as well. Be

Re: [mapserver-users] Re: Raster dataset recommendations

2011-02-25 Thread Gregor at HostGIS
I would agree with Edi and recommend TIFF. It's easy to move around and deal with, and is the fastest of the raster formats. (unless something new has come up?) I would also agree with Mark: a tileindex is for mosaicing many TIFFs, and if your result is 1 single TIFF the tileindex is unnecessa

Re: [mapserver-users] Re: Raster dataset recommendations

2011-02-25 Thread Mark Korver
If you are merging tiles together to create 1 large tif, why would you need to create an index to it? I would think you would just directly reference the tif. so, rather than TILEINDEX ../data/myindex skip the index building steps just DATA ../data/big.tif On Fri, Feb 25, 2011 at 9:08 AM, Ed

[mapserver-users] Re: Raster dataset recommendations

2011-02-25 Thread Edi.Karadumi
Since it as less than 4gb, if you have the image in different tiles just merge them together. The image format should be tif. 1- Fisrt enable internal tiling with the command gdal_translate -co "TILED=YES" original.tif tiled.tif 2-than add overviews gdaladdo -r average 2 4 8 16 32 64 128 3-c

[mapserver-users] Raster dataset recommendations

2011-02-25 Thread Chris Jackson
Hi all I have a largish raster dataset (2 GB) of hi resolution data points with a small geographical footprint. What would people recommend as the best way to prepare and then call data in the map file (with rendering performance in mind). It isn't going to be a basemap and the output legend wil

Re: [mapserver-users] Trouble with WFS GetFeature: get same feature returned multiple times

2011-02-25 Thread Yewondwossen Assefa
Hi, I just tried this with my test data and url similar you yours [1] and was not able to reproduce it locally using 5.4 and 5.6. If your data/map are not sensitive, would it be possible to send it to me directly and I will give it a try again (It would be easier for me to see the problem)?

Re: [mapserver-users] Spherical Mercator Projection Problem

2011-02-25 Thread Sergey Kraev
Thanks! I wasn't aware of that. Additionally I had to increase layer class maxscale parameter. Sergey On Thu, Feb 24, 2011 at 10:33 PM, Jean-François Gigand < jean-franc...@gigand.fr> wrote: > Hi, > > Indeed. > > Also note that EPSG:900913 is the same as EPSG:3785 and EPSG:3857. > These three a