[mapserver-users] zoom out factor as int

2011-08-29 Thread Mr. Puneet Kishor
how do I express a zoom out factor in zoomPoint( int zoomfactor, pointObj imgpoint, int width, int height, rectObj extent, rectObj maxextent ) : int Obviously, 0.5 won't work as an int is expected. -- Puneet Kishor ___ mapserver-users mailing list m

Re: [mapserver-users] Problem GetFeature with geom filter on WFS

2011-08-29 Thread Rahkonen Jukka
Stéphane Brunner wrote: > Hello, 2011/8/29 Rahkonen Jukka : > Hi, > > Ok, understood. Do you have enough material now for filing a bug report? I just done it: http://trac.osgeo.org/mapserver/ticket/4005 > The desired behaviour would be to apply && filter for the first PostGIS query > with the m

Re: [mapserver-users] Problem GetFeature with geom filter on WFS

2011-08-29 Thread Stéphane Brunner
Hello, 2011/8/29 Rahkonen Jukka : > Hi, > > Ok, understood. Do you have enough material now for filing a bug report? I just done it: http://trac.osgeo.org/mapserver/ticket/4005 > The desired behaviour would be to apply && filter for the first PostGIS query > with the maximun extents of the geome

Re: [mapserver-users] Re: Dashed outline for polygon (migration to 6.0)

2011-08-29 Thread Mark Deneen
We had an issue where, depending on your projection, the dashed lines would only show up further north. As they got closer to the equator, they looked more solid. -M On Mon, Aug 29, 2011 at 10:22 AM, Havard Tveite wrote: > It works for me for 6.0.0, 6.0.1 and SVN trunk with AGG. > I have also t

Re: [mapserver-users] Re: Dashed outline for polygon (migration to 6.0)

2011-08-29 Thread Havard Tveite
It works for me for 6.0.0, 6.0.1 and SVN trunk with AGG. I have also tried to include you OUTPUTFORMAT specification, and that works. It also works with GD. I have been testing with shp2img. Håvard Here is a complete layer with an inline feature. LAYER STATUS DEFAULT TYPE POLYGON

Re: [mapserver-users] Problem GetFeature with geom filter on WFS

2011-08-29 Thread Rahkonen Jukka
Hi, Ok, understood. Do you have enough material now for filing a bug report? The desired behaviour would be to apply && filter for the first PostGIS query with the maximun extents of the geometry included in the filter of the WFS request, but without limit [maxFeatures]? -Jukka Rahkonen- Sté

Re: [mapserver-users] Problem GetFeature with geom filter on WFS

2011-08-29 Thread Stéphane Brunner
Hello, 2011/8/24 Rahkonen Jukka : > Hi, > > I am not too familiar with PostGIS, but isn't this && exactly an index based > BBOX query which is checking if the BBOX of the feature is intersecting with > the BBOX of the reference geometry? > where geom && >> >> GeomFromText('POLYGON((62 218000,6

[mapserver-users] Re: Dashed outline for polygon (migration to 6.0)

2011-08-29 Thread Petra Pietrasová
Thank you , but even your example doesn´t work. Are you using the version of mapserver 6.0.1 and does dashed line work in it? if it works to you than the problem is not in the layer in the style of layer. Do you have any idea what we do wrong? Some setup of mapserver or output? We are using AGG o

Re: [mapserver-users] problem with Symbol and Style

2011-08-29 Thread Valeria Munoz I
Thanks a lot! Enviado desde mi iPhone El 29-08-2011, a las 8:29, Havard Tveite escribió: > The example I provided should give you an outline > (color 200 112 64). > > Håvard > > On 8/28/2011 8:30 PM, Valeria Munoz I wrote: >> Can i display a outliner? >> >> Thanks for the reply!! >> >> Envi

Re: [mapserver-users] problem with Symbol and Style

2011-08-29 Thread Havard Tveite
The example I provided should give you an outline (color 200 112 64). Håvard On 8/28/2011 8:30 PM, Valeria Munoz I wrote: Can i display a outliner? Thanks for the reply!! Enviado desde mi iPhone El 27-08-2011, a las 17:44, Havard Tveite escribió: Valeria, To display simple lines (in the

[mapserver-users] SLD ignored with mode=map .. ?

2011-08-29 Thread Julien Cigar
Hello, everything is in the title :) : I wondered if it's normal that my SLD is ignored when mode=map (it works perfectly with WMS)? I use an URL like: http://home.bebif.be/mapserver?map=/path/to/mapfile.map&layer=metzger&mode=map&SLD=http://some.host.be/nobanis/mysld.xml Thank you, Julien

Re: [mapserver-users] Re: Dashed outline for polygon (migration to 6.0)

2011-08-29 Thread Havard Tveite
The following should work with AGG (don't use SYMBOL): ODTOKLINIE_NEJ ### LAYER . . . . CLASS NAME "odtoková linie nejdelší (červená)" STYLE OUTLINECOLOR 255 255 0 WIDTH 2 PATTERN

[mapserver-users] Re: Dashed outline for polygon (migration to 6.0)

2011-08-29 Thread Petra Pietrasová
Thank you for your answer. Anyway I have a with the polygon layer. We need DASHED OUTLINE in the polygon layer. I have tried your example in our layer (I have changed COLOR on OUTLINECOLOR) but dashed outline doesn't work. We are using this as outputformat: OUTPUTFORMAT NAME "AGG_Q" DRI