RE: [mapserver-users] Strange Behaviour with getFeature using POSTmethod and more than one typename

2010-04-13 Thread David Alda Fernandez de Lezea
Hi again, If I use GET Method and FILTER parameter in URL something like:

[mapserver-users] Label size proportion to geometry size

2010-04-13 Thread Jackey Cheung
Hi all, Say, I have two polygon in the same layer, and they are at the same logical group/level on the map. Means that both feature should be drawn and labeled at the same scale. However, one polygon is much larger than (say 10 times larger) than the other. Currently, I let MapServer to handle

[mapserver-users] Label size proportion to geometry size

2010-04-13 Thread Jackey Cheung
Hi all, Say, I have two polygon in the same layer, and they are at the same logical group/level on the map. Means that both feature should be drawn and labeled at the same scale. However, one polygon is much larger than (say 10 times larger) than the other. Currently, I let MapServer to handle

Re: [mapserver-users] Strange Behaviour with getFeature usingPOSTmethod and more than one typename

2010-04-13 Thread Rahkonen Jukka
Hi, I created a WFS service from a scratch by using shapefile as a data source. I made a similar query as you did, GET with FILTER having four different numbers in PropertyIsEqualTo sections and OR condition. Mapserver version 5.2.1 gives me a correct result both with WFS 1.0.0 and 1.1.0. Now

Re: [mapserver-users] Label size proportion to geometry size

2010-04-13 Thread Steve Grey
Jackey, If it can't be achieved in Map Server settings, it might be possible to accomplish if your data is in PostGIS and you can get your data from a database function rather than a table/view as your data source. In that case, and if appropriate arguments can be sent to a PostGIS function, the

Re: [mapserver-users] Strange Behaviour with getFeature using POSTmethod and more than one typename

2010-04-13 Thread Yewondwossen Assefa
David, Assefa, Thanks for your response. I had that configured in the waye you told me this is what I get: [Fri Apr 09 11:24:45 2010].725000 CGI Request 1 on process 1948 [Fri Apr 09 11:24:46 2010].37000 mapserv request processing time (msLoadMap not incl.): 0.312s [Fri Apr 09 11:24:46

RE: [mapserver-users] Strange Behaviour with getFeature usingv POST method and more than one typename

2010-04-13 Thread David Alda Fernandez de Lezea
Jukka, Thanks for your response. I made the test you told me and it worked (buff, what a relief!!). I've made several tests with different number of features to get (1, 5, 10, 50), and I get the expected response. I would like to test it using a PostGis Layer, but I can't find the way to make

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-13 Thread Attila BERÉNYI
Hello, Thanks, I've finally solved the problem. It was OpenLayers, not MapServer related, anyway your help was very useful! BR, Attila 2010.04.09. 15:08 keltezéssel, Yewondwossen Assefa írta: Hi There, wfs post request should look like this: ?xml version=1.0 ? wfs:GetFeature service=WFS

RE: [mapserver-users] Strange Behaviour with getFeature using POSTmethod and more than one typename

2010-04-13 Thread David Alda Fernandez de Lezea
Assefa, I'm using version 5.2.1, but we are not sure if we are going to migrate or not. This is what I get: Request: ?xml version=1.0 ?wfs:GetFeature service=WFS version=1.1.0 outputFormat=text/xml; subtype=gml/3.1.1xmlns:wfs=http://www.opengis.net/wfs;

Re: [mapserver-users] Strange Behaviour with getFeature using POSTmethod and more than one typename

2010-04-13 Thread Yewondwossen Assefa
David Alda Fernandez de Lezea wrote: Assefa, I'm using version 5.2.1, but we are not sure if we are going to migrate or not. This is what I get: I was able to reproduce the problem. I have entered a bug for it [1] and prepared patches for different versions of Mapserver. Please check the

RE: [mapserver-users] Strange Behaviour with getFeature using POSTmethod and more than one typename

2010-04-13 Thread David Alda Fernandez de Lezea
Assefa, Thanks one more time. I hope this will be a strong reason to migrate to the latest version. Until that happens, I don't know really how I have to proceed to update my mapserver version with this patch. Should I re-compile the application?? How should I proceed?? Thanks. -Mensaje

[mapserver-users] multiple tileindex in a layer

2010-04-13 Thread Peisheng Zhao
Hi all, I have some time series tiled images. I know I can use tileindex either for spatial index or for time index. Can MapServer support two tileindex in a layer, one is for spatial index, the other one is for time index? Thanks. Peisheng