Re: [mapserver-users] tinyows

2012-11-13 Thread aho
Hi Alexandre, ok, I changed to 'wfs:...', removed the Filter and got this in my -O test.txt file: ?xml version='1.0' encoding='UTF-8'? ows:ExceptionReport xmlns='http://www.opengis.net/ows' xmlns:ows='http://www.opengis.net/ows' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'

Re: [mapserver-users] tinyows

2012-11-13 Thread Rahkonen Jukka
Hi, On this page there are some WFS calls which do work against my TinyOWS server http://188.64.1.61/cgi-bin/tinyows. Feel free to use it for testing. http://latuviitta.org/Http-POST-ja-Filter.php A very easy to use tool for testing POST requests is the Poster Firefox extension. This image

Re: [mapserver-users] tinyows

2012-11-13 Thread aho
Hi Jukka, thanks for your tips! But I don´t know where I am now. I think the host-problem was because of a wrong usage of wget. Anyhow - now it seems like I don´t have a problem anymore, which is not much better. Or at least I can say its a problem of openlayers?!... I send: wfs:GetFeature

[mapserver-users] How to access MapServer MapCache tile without using WMS layers

2012-11-13 Thread Eduardo Kanegae
hi, At http://www.webmapit.com.br/inpe/topodata/?lang=en I'm using OpenLayers 2.12 + WMS layers to display layers rendered by mod MapCache (seeder). The PNG grid folder now looks like: * gridfolder 00 000 000

Re: [mapserver-users] tinyows

2012-11-13 Thread aho
Ok, I left the poster and I am back to the tinyows.log file: [Tue Nov 13 13:35:51 2012] [ERROR] Element '{http://www.w3.org/2001/XMLSchema}import': Failed to locate a schema at location 'http://127.0.0.1/cgi-bin/tinyows.xml?service=WFSrequest=DescribeFeatureTypeversion=1.1.0'. Skipping the

Re: [mapserver-users] Displaying multiple labels with the same lat/long

2012-11-13 Thread Lime, Steve D (DNR)
Not sure about clustering, but there may be other options as well: You might be able to simply use POSITION AUTO and give these labels a high priority. MapServer will place them. If you need markers in this case you'll need to draw those separately to avoid marker collisions. So, one layer for

Re: [mapserver-users] Displaying multiple labels with the same lat/long

2012-11-13 Thread Ian Walberg
Steve, I thought with a layer type of point or annotation with label mode as auto that if there were 2 points with same lat/long only 1 would be displayed. Thanks Ian -Original Message- From: Lime, Steve D (DNR) [mailto:steve.l...@state.mn.us] Sent: Tuesday, November 13, 2012 6:15 AM

Re: [mapserver-users] Displaying multiple labels with the same lat/long

2012-11-13 Thread thomas bonfort
On Tue, Nov 13, 2012 at 3:18 PM, Ian Walberg ian.walb...@airborne.aerowrote: Steve, I thought with a layer type of point or annotation with label mode as auto that if there were 2 points with same lat/long only 1 would be displayed. Not if they don't have a marker symbol attached. (as in

[mapserver-users] Can I control laber FORCE [true|false] with SLD?

2012-11-13 Thread Rahkonen Jukka
Hi, Our users are generally happy with non-overlapping labels but sometimes they would rather see all the labels. Can it be controlled with SLD_BODY or do I need to do a separate layer for drawing all the labels? We can turn the default labels off with SLD so for users eyes the result would

[mapserver-users] TinyOWS 1.1.0 release

2012-11-13 Thread Olivier Courtin
Hi all, The 1.1.0 TinyOWS version is out. Source code: http://www.tinyows.org/release/tinyows-1.1.0.tar.bz2 From 1.0.0 release the key point was to bugfixe, to improve again performances and strict OGC standard implementation, and few userland improvements on config file. 1.1.0 Changelog: -