Re: [mapserver-users] wms with gernerated Layers

2010-03-18 Thread Thomasch
Hi, at first thanks for your hint - I'm now trying to write a simple wrapper in PHP Mapscript But the follwoing simple Code doesn't work. Unfortunately the example in http://www.mapserver.org/ogc/wms_server.html is in Python. ?php

[mapserver-users] WMS GetFeatureInfo

2010-03-18 Thread Pavel Iacovlev
Good day all, I am looking for a standard way to query multiple WMS servers and merge the results. Example: query a random mapserver and geoserver (or any other server) and merge their results. I created wms client layer in phpmapscript and it worked perfectly, after that I tried int

RE: [mapserver-users] MapServer, OpenStreetMap, OpenLayers + Reprojection from Latlong to Mercator: a real nightmare

2010-03-18 Thread Clément MONIER
Hi Mulone, We're using the 2 same projection systems to build the service you might see at www.v-trafic.com It's working but with no use of OpenLayers to perform the overlay and no PostGIS database (shapefile instead with WGS84 long/lat coordinates, epsg:4326). So if your problem comes from

Re: [mapserver-users] WMS GetFeatureInfo

2010-03-18 Thread Rahkonen Jukka
Hi, I fear you are in trouble. WMS standard tells how to send GetFeatureInfo request and that a server must send the list of supported formats in the GetCapabilities document. No format is compulsory and therefore all the the WMS servers are behaving in a different way. The only interoperability

Re: [mapserver-users] MapServer, OpenStreetMap, OpenLayers + Reprojection from Latlong to Mercator: a real nightmare

2010-03-18 Thread thomas bonfort
the projection blocks in your layer should be the projection of the actual data, i.e. 4326 if you've run osm2pgsql with the -l switch. it should *not* be 3785 as you have put it. -- thomas On Wed, Mar 17, 2010 at 22:39, Mulone mul...@rome.com wrote: (apologies for cross-posting) Hi

[mapserver-users] Google Mercator and +nadgri...@null

2010-03-18 Thread Rahkonen Jukka
Hi, I have in my epsg file the following line for Google Mercator projection: 900913 +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgri...@null +no_defs I have copied the definitions from somewhere, I do not remember where. Now I noticed that

[mapserver-users] MS4W

2010-03-18 Thread Sven Schroeter
Hi, the actual MS4W is v3.0 Beta 10 (Jan 27, 2010) Is there planned a new stable relaese in the near future? thanks Sven ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Unix and RGB - GRID in mapfile

2010-03-18 Thread Simone Frigerio
Hi, I need to manage huge file raster inside mapfile. Different kind of compression are available and I'm trying different way. Two questions on topic: 1) ECW andJPEG200 format are supported if I use win environment. Transferring on Unix environment, probably a GDAL new library has to be

[mapserver-users] can not compile arcsde 9.3 with mapserver 5.4

2010-03-18 Thread Jachym Cepicky
Hi, I'm not able to get arcsde 9.3.0 compiled with mapserver (5.4), on Linux I use ./configure --with-sde=/opt/arcsde/9.3.0/sdeexe93/ --with-sde-version='' the arcsde installation directory containes (among others) file ... libsde.so .. nut not *.a file or *.h files however, I get

[mapserver-users] Clasify 16 bits Geotiff

2010-03-18 Thread Inés García
Hello, I need to clasity a 16 bits raster Geotiff. I am ussing the PROCESSING directive (PROCESSING SCALE=-10,10) but it does not work. Can MapServer classify that kind of raster file? Thanks. LAYER NAME Factor_c_abril_1998 TYPE RASTER STATUS on #PROCESSING SCALE_1=1,255 #PROCESSING

[mapserver-users] keyimage / getlegendgraphic

2010-03-18 Thread Jörg Thomsen
hello, since an update from mapserver 4.x to 5.6 we have a problem with the keyimage of rasterlayers. The keyimage is unusually large, but with the old version it worked. the original imagine is 451*1949 px the keysize in the mapfile is given with KEYSIZE 450 1950 The image wich is now

Re: [mapserver-users] Google Mercator and +nadgri...@null

2010-03-18 Thread Rahkonen Jukka
Hi, I saw from the thread that they are not the same. This is sad because I have seen during just a few last days on various mailing lists and forums that many people are now using and advising others to use the strings from Spatialreference.org. If I understood right, this will lead to large

[mapserver-users] Mapserver Templates

2010-03-18 Thread Andrew Lewin
Hi All, Are there any templates available for MapServer? Thanks, Andrew Andrew Lewin, M.Sc., Adv. Dipl. GIS President Spatial-Conserve Inc. www.spatialconserve.com Email: ale...@spatialconserve.com Tel: (905) 639-4646 Mobile: (905) 630-8441 Skype: andrew.lewin99

Re: [mapserver-users] Google Mercator and +nadgri...@null

2010-03-18 Thread Frank Warmerdam
Jukka, I believe the definition on spatialreference.org is out of date. Recently 3785 generation was corrected for PROJ.4. Best regards, On Thu, Mar 18, 2010 at 5:27 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, I have in my epsg file the following line for Google Mercator

Re: [mapserver-users] Clasify 16 bits Geotiff

2010-03-18 Thread Frank Warmerdam
Inés, I see that you have two classes for values greater and less than 100. This is fine, but if you set processing directive for scale to -10 to 10 then the classifier is unable to distinguish between values that are greater than 100 and less than 100. That is because the scaling is done

[mapserver-users] Multiples shapefiles, one LAYER

2010-03-18 Thread Carmen Delia Hernández Pérez
Hello!! I need help. I´m using Mapserver and I`ve some shapefiles of the same region but I would like only appear as a single layer. I tried with GROUP property but I don´t want it to appear the individual layers. Use TILEINDEX does not help me because they are of the same region. I don´t

Re: [mapserver-users] Multiples shapefiles, one LAYER

2010-03-18 Thread Tamas Szekeres
Carmen, I guess you can merge multiple layers into a single layer by using the OGR virtual format described at: http://www.gdal.org/ogr/drv_vrt.html Best regards, Tamas 2010/3/18 Carmen Delia Hernández Pérez cdhernan...@tenerife.es Hello!! I need help. I´m using Mapserver and I`ve

Re: [mapserver-users] Clasify 16 bits Geotiff

2010-03-18 Thread Bart van den Eijnden
Hi, which version are you using? see: http://trac.osgeo.org/mapserver/ticket/3174 Best regards, Bart On Mar 18, 2010, at 1:55 PM, Inés García wrote: Hello, I need to clasity a 16 bits raster Geotiff. I am ussing the PROCESSING directive (PROCESSING SCALE=-10,10) but it does not work.

Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4

2010-03-18 Thread Russell McOrmond
On Thu, 18 Mar 2010, Jachym Cepicky wrote: I'm not able to get arcsde 9.3.0 compiled with mapserver (5.4), on Linux I use ./configure --with-sde=/opt/arcsde/9.3.0/sdeexe93/ --with-sde-version='' You need to ArcSDE SDK, which is a separate package from the install disks. It will have

Re: [mapserver-users] WMS TIME parameter slow

2010-03-18 Thread Yewondwossen Assefa
Sorry to jump late on this. The use of the date_trunc function for postgis layers (described http://mapserver.org/ogc/wms_time.html) was from what I remember to allow queries (on a timestamp field) like time=2001-01-01 expecting to get back all values of the day regardless of the time set. I

[mapserver-users] OSGeo4W setup hangs

2010-03-18 Thread Jan Hartmann
Hi, When I try to update my OSGeo4W installation in advanced mode from Internet, setup.exe proceeds until the package selection and hangs after that. The progress window says: Parsing ini file http://download.osgeo.org/osgeo4w/setup.ini... setup.ini.bz2 from http://download.osgeo.org;. Can

Re: [mapserver-users] WFS limit time interval to POSTGIS

2010-03-18 Thread Yewondwossen Assefa
Heiko Schröter wrote: Hello, by setting up a WFS server i need to limit the time interval for the requests to the postgis db (Millions of data points inside POSTGIS). The WMS part with time interval requests is working and i'am trying to make these data available through WFS as well. What i

Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4

2010-03-18 Thread Huey Brantley
Compile it against the SDE SDK, not where you have SDE installed. My configure: ./configure \ --with-php=/usr/local \ --with-proj=/usr/local \ --with-gd=/usr/local \ --with-jpeg=/usr/local \ --with-png=/usr/local \ --with-sde=/u01/arcgis93sdk/sdeexe93/ \ --with-sde-version=93 \

[mapserver-users] 3D display of data

2010-03-18 Thread Kishore Reddy
Hi all, I have built a website which shows geographic data in 2D. The following is the configuration used for the website MapServer Postgresql - Data is stored with accordance with the OpenGeo standards. OpenLayers Php But the website is intended for the rural community. So I thought of

[mapserver-users] Re: Custom Symbology using C# MapScript and SLDs

2010-03-18 Thread Pat B
I've managed to get the external graphic symbols working by creating a web accessible folder for temp images and adding the following line to the code. This is mentioned in the mapscript documentation under the polygon symbolizer but it also applies to points.