[mapserver-users] Re: Tutorial examples broken and missing.

2010-04-09 Thread geep999
Hi Jeff, 1/ The examples 1.5 - 1.9 2.1 - 2.5 are all working now. 2/ The search the archives link is fixed. 3/ I did find a broken link to the tutorial archive: http://demo.mapserver.org/tutorial/tutorial.zip http://demo.mapserver.org/tutorial/tutorial.zip It's from this page entitled

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

2010-04-09 Thread David Alda Fernandez de Lezea
Hello again, I've been testing this a bit more, and it seems to behppening the same with only one typename so maybe it's somethign I'm making wrong or something I configured wrong as well. Also, if I request for only two features there's no problem but if I try to get more, the there are

Re: [mapserver-users] Dynamically generated Raster images in mapfile

2010-04-09 Thread Heiko Schröter
Am Donnerstag 08 April 2010 14:56:33 schrieb Jörg Thomsen: thanks a lot for the suggestions. I will give the WMS suggestion a first try. But a WMS is doing what you are asking for: create Raster images on the fly so perhaps you could use your script as WMS and call it with CONNECTIONTYPE

[mapserver-users] Re: contours in mapfile

2010-04-09 Thread Oz Nahum
Hi Jeff, Gregory and Everyone, First, thanks for the useful answers. I succeed now in displaying a nice filled contour image. My question is now - how can I make contours nicely draw as line. Meaning - no fill, just out line. I tried with: CLASSITEM [pixel] CLASS NAME NO DATA

[mapserver-users] Issues with Mapserver/PostGIS and Cyrilic characters

2010-04-09 Thread Frode Wiseth Jørgensen
Hi all We are having issues with Mapserver/PostGIS and Cyrilic characters. We uses PostgreSQL/PostGIS (v1.5) and MS4W v2.3.1. We're using Windows 7 as OS. In PostgreSQL we have a database in UTF8 with a table containing geometry and some fields with cyrilic characters/values. A Select

Re: [mapserver-users] Issues with Mapserver/PostGIS and Cyrilic characters

2010-04-09 Thread Daniel Morissette
Frode Wiseth Jørgensen wrote: A Select statement in PostgreSQL with a WHERE statement involving cyrilic chararcters returns correct answer. A Mapserver LAYER with at CLASS and EXPRESSION using the same cyrilic characters does not return a answer. This is the expression: EXPRESSION ('[navn]' =

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

2010-04-09 Thread Yewondwossen Assefa
David, You could possibly get more hints if you put you map in debug mode and see the logs. You can add something like this in your map: CONFIG MS_ERRORFILE f:/tmp/ms_error.log DEBUG 5 You should be able to check then the query sent to the oracle db and that might give your more hints.

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

2010-04-09 Thread Yewondwossen Assefa
Hi There, wfs post request should look like this: ?xml version=1.0 ? wfs:GetFeature service=WFS version=1.1.0 outputFormat=text/xml; subtype=gml/3.1.1 xmlns:wfs=http://www.opengis.net/wfs; xmlns:ogc=http://www.opengis.net/ogc; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[mapserver-users] Transform the style's angle

2010-04-09 Thread Berend Veldkamp
Hi, I have a shapefile containing an Angle attribute, but it seems that values are interpreted in a different way that I'd expected. My data uses 0⁰ = up and CW, but MS seems to use 0⁰ = right and CCW. I can't find any specific documentation about this, other than

[mapserver-users] Question about PHP object comparison

2010-04-09 Thread Cristiano Sumariva
I executed this example and object comparison returned true on clone call. But it returned false when I request another reference from same layer from getLayer. Should not it return true ? #/* 09/04/2010 test for mapserver object comparison on PHP. # If I clone a layer object from a map instance

[mapserver-users] cartolines in AGG?

2010-04-09 Thread Mark Volz
Hello I received a warning on one of my maps that I had an AGG library error due to Cartoline drawings being depreciated with AGG. Is there a replacement for cartoline or will we have to use other symbol types? Thanks Mark Volz GIS Specialist Lyon County, MN

Re: [mapserver-users] cartolines in AGG?

2010-04-09 Thread thomas bonfort
what's in the plain AGG rendering that's missing compared to cartolines? -- thomas On Fri, Apr 9, 2010 at 15:45, Mark Volz markv...@co.lyon.mn.us wrote: Hello I received a warning on one of my maps that I had an AGG library error due to Cartoline drawings being depreciated with AGG.  Is

Re: [mapserver-users] cartolines in AGG?

2010-04-09 Thread thomas bonfort
please keep your replies on list... you can replace that with no symbol, and STYLE WIDTH xxx LINECAP butt PATTERN 2 20 END COLOR r g b END the only missing functionality to my knowledge lost from cartoline to agg is triangle caps regards, thomas On Fri, Apr 9, 2010 at 15:54, Mark Volz

Re: [mapserver-users] cartolines in AGG?

2010-04-09 Thread Christy Nieman
Hi Mark, You can also make a symbol of type simple. See http://research.dmsolutions.ca/?p=168 Christy On 04/09/2010 10:00 AM, thomas bonfort wrote: please keep your replies on list... you can replace that with no symbol, and STYLE WIDTH xxx LINECAP butt PATTERN 2 20 END COLOR

Re: [mapserver-users] cartolines in AGG?

2010-04-09 Thread thomas bonfort
since recent versions, most (all?) of the parameters that resided in TYPE SIMPLE symbol have been moved to the STYLE block, and will be deprecated at the symbol level. -- thomas On Fri, Apr 9, 2010 at 16:04, Christy Nieman cnie...@dmsolutions.ca wrote: Hi Mark, You can also make a symbol of

Re: [mapserver-users] cartolines in AGG? - Found word(s) list error XXX in the Text body [Keyword]

2010-04-09 Thread Christy Nieman
I would be disappointed if they were deprecated at the symbol level, as I have several SIMPLE symbols that I reuse with different colours/widths. Christy On 04/09/2010 10:18 AM, thomas bonfort wrote: since recent versions, most (all?) of the parameters that resided in TYPE SIMPLE symbol have

[mapserver-users] Re: wfs getcapabilities doesn't use namespace in featuretype's name?

2010-04-09 Thread gsamp
I'm getting the same problem: featuretypes name without namespace in the getcapabilities response! It is missing some configuration in the mapfile? Any clarification is appreciated. -- View this message in context:

Re: [mapserver-users] Re: wfs getcapabilities doesn't use namespace in featuretype's name?

2010-04-09 Thread Yewondwossen Assefa
Hi There, It will be added for the next release (http://trac.osgeo.org/mapserver/ticket/3428) regards, gsamp wrote: I'm getting the same problem: featuretypes name without namespace in the getcapabilities response! It is missing some configuration in the mapfile? Any clarification is

AW: [mapserver-users] [wms] How to get gml/xml results from a GetFeatureInfo on OpenStreetMap?

2010-04-09 Thread Arnd Wippermann
Hi, In your layer declaration add DUMP TRUE and choose INFO_FORMAT=application/vnd.ogc.gml in the WMS request. Part from the WMS GetCapabilities Request GetFeatureInfo Formattext/plain/Format Formattext/html/Format Formatapplication/vnd.ogc.gml/Format Arnd

[mapserver-users] Rendez-vous OSGeo-Quebec, June 15-16, 2010

2010-04-09 Thread Daniel Morissette
Hi everyone, Here is an announcement for a Quebec Local chapter event that may be of interest to members of the MapServer community (see our great line-up of speakers). Hoping to meet some of you in Chicoutimi in June! Daniel *** A Rendez-vous with Free and Open Source Geomatics! ***

Re: [mapserver-users] Re: Tutorial examples broken and missing.

2010-04-09 Thread Jeff McKenna
geep999 wrote: Hi Jeff, 1/ The examples 1.5 - 1.9 2.1 - 2.5 are all working now. 2/ The search the archives link is fixed. 3/ I did find a broken link to the tutorial archive: http://demo.mapserver.org/tutorial/tutorial.zip http://demo.mapserver.org/tutorial/tutorial.zip It's from this page