[mapserver-users] MapServer query template questions - shpmidx, shpmidy

2013-08-21 Thread Mark Volz
Hello, 1) I was not entirely clear as to if shpmidx, shpmidy, and other MapServer query functions return coordinates in the source projection or map projection. Which is correct? 2) Is there an (easy) way to get the coordinates represented in latitude and longitude similar to how map

Re: [mapserver-users] ScribeUI: Possible segmentation fault on Ubuntu 12.04

2013-08-21 Thread Jessica Lapointe
Hi Luis, I was finally able to reproduce your problem. For now, you should access your scribeUI application using : http://localhost/ScribeUI/ The trailing slash at the end is very important. I am currently looking for a way to adjust the configuration so that both url work. What happens here is

[mapserver-users] WMS Time / Raster - Performance Question

2013-08-21 Thread Arthur Wesley
Hey MapserverCommunity, at first thanks for your great work. We are using mapserver to publish a big amount of historic raster images (tiff) for different timestamp. Together with a postgis timeindex this works basically great, so thanks again :) Unfortunately we are now facing some

Re: [mapserver-users] MapServer query template questions - shpmidx, shpmidy

2013-08-21 Thread Lime, Steve D (MNIT)
1) layer source projection, 2) yes, use shpxy tag w/projection argument. You must define the layer projection, 3) yes From: mapserver-users-boun...@lists.osgeo.org [mapserver-users-boun...@lists.osgeo.org] on behalf of Mark Volz [markv...@co.lyon.mn.us]

[mapserver-users] MapServer 6.4 beta2 released

2013-08-21 Thread thomas bonfort
The MapServer Team is pleased to announce the release of MapServer 6.4.0 beta2. This is the second beta on our way to a final 6.4 release, and contains several fixes that we encourage you to test. Due to a conflict between MapServer's and OGR's usage of the GEOS library, we now require that at

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-21 Thread Peter Freimuth
Hi Thomas, thanks for the hints. I compiled 6.4beta2 this morning and applied the proposed changes but the behaviour keeps the same. The substitution is just not done. I changed the VALIDATION block on map and layer level to below and also using now DATAPATTERN '.*' on map level.

[mapserver-users] Draw PHP labels

2013-08-21 Thread Michael McInnis
Dear mapservers! My map fails to draw when I attempt to add labels from my labelitem icao. Any attempt at using the label objects causes failure. I think I need to create a label object somehow before I use set() but can't find any examples on line. // The following occurs near the bottom of

Re: [mapserver-users] ScribeUI: Possible segmentation fault on Ubuntu 12.04

2013-08-21 Thread Jessica Lapointe
Hi Luis, I pushed a new version of the app that should fix the problem. You will get the update by doing git checkout v0.1.2 You won't need to do any changes to your config files, just checking out the version will do the trick. Thank you, Jessica On Wed, Aug 21, 2013 at 10:14 AM, Jessica

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-21 Thread Rahkonen Jukka
Hi, Blind guess, but perhaps quetes inside the SQL of you DATA leads to unexpected result AND (((acquisition_date = date_trunc('day',date '%STARTDATE%') Make a try to write this as Lähettäjä: mapserver-users-boun...@lists.osgeo.org

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-21 Thread Rahkonen Jukka
Sorry, I hit enter by accident. Meaning was to suggest to try what happens if you use AND (((acquisition_date = date_trunc('day',date %STARTDATE%) in the DATA line and include single quotes in the STARTDATE string. Perhaps SQL interpreter thinks now that %STARTDATE% between single quotes should