Re: [mapserver-users] Beschriftung Objekte mit gleicher Lage

2015-01-06 Thread Jörg Thomsen
hello and a happy new year! here you can find a multilabel-example: http://mapserver.org/development/announce/6-2.html#complex-multi-label-symbol-symbology https://github.com/mapserver/msautotest/blob/branch-6-2/renderers/multilabel.map If you don't want a fixed position of the labels you can

[mapserver-users] Beschriftung Objekte mit gleicher Lage

2015-01-06 Thread mark kellermann
Hallo, ich möchte Punkte (Schilder) beschriften mit Ihrer Nummer. An manchen Standorten (Masten) hängen teilweise vier Schilder. Wenn ich die Schilder Beschriftung erzwinge (FORCE TRUE), liegt die Beschriftung übereinander! Wie kann ich dies ändern, dass man die Beschriftung aller Punkte lesen

[mapserver-users] Return pixel values from raster layers served by mapserver

2015-01-06 Thread Bill Hudspeth
Hello, I previously wrote about this issue, but have not found a solution yet. I am running Mapserver 6.4.1, and am using Postgres/Postgis to display a time series of geotiff images. I would like to know the best way for a user to submit a given x,y coordinate pair and return the pixel value

Re: [mapserver-users] Return pixel values from raster layers served by mapserver

2015-01-06 Thread Andrea Peri
Hi, I guess you could get it as a normally GetFeatureInfo request. We use it usually to retrive the quote from a raster DEM. You should set a template and do a request GetFeatureInfo with output format = text/html. In the template you should retrieve : the RGB values separatelly for R,G and B

Re: [mapserver-users] mapcache compile issue on cygwin posted on stackoverflow

2015-01-06 Thread Andy Colson
On 1/5/2015 5:36 PM, Stephen Woodbridge wrote: I saw this issue come up on stackoverflow: http://stackoverflow.com/questions/27755442/compiling-error-core-c-in-mapcache-with-cygwin/27760401 Anyone have any other ideas? -Steve W ___ mapserver-users

Re: [mapserver-users] Return pixel values from raster layers served by mapserver

2015-01-06 Thread Lime, Steve D (MNIT)
Ok, so this just a PostGIS-based tiled layer to access GeoTIFF's. You should just be able to do a normal MapServer query. e.g. http://your.server/cgi-bin/mapserv?map=your.mapmapxy=x+yqlayer=pm25_monthlymode=query You'd need to set a TEMPLATE for the pm25_monthly layer. Have you tried that?

Re: [mapserver-users] Return pixel values from raster layers served by mapserver

2015-01-06 Thread Lime, Steve D (MNIT)
If you want to use one x/y to query multiple rasters, that should be doable in straight MapServer although I guess it depends on how things are organized. I don't know how things work from a query perspective if you use your tile index as just a spatial index and not a temporal index. I'd get

Re: [mapserver-users] Return pixel values from raster layers served by mapserver

2015-01-06 Thread William Hudspeth
I guess I am a little unclear as to how to proceed. The PG temporal index already works for WMS calls. I can pass a time stamp in the URL request, and I get the correct image. Do I still need a template for returning the x/y query? Or is there another way to return the values via a script that

Re: [mapserver-users] Return pixel values from raster layers served by mapserver

2015-01-06 Thread William Hudspeth
I have not yet tried a TEMPLATEideally, I am looking for a method to script a series of calls to mapserver to return a list of pixel values for a time series of rasters for a given geographic coordinate. In this case, imagine a time series of air pollution rasters where I want to collect a