[mapserver-users] WFS - invalid XML in POST request?

2010-04-15 Thread Miloslav Kmeť
='NoApplicableCode'ows:ExceptionTextXml Parsing failed. Reason:Reference to undeclared namespace prefix: apos;wfsapos;. Linepos:21 Source:outputFormat=quot;GML2quot;gt;./ows:ExceptionText/ows:Exception/ows:ExceptionReport -- Miloslav Kmeť ___ mapserver-users mailing list mapserver

Re: [mapserver-users] PHP $imgObj-saveImage(null) sends headers - Found word(s) list error in the Text body [Keyword]

2010-04-06 Thread Miloslav Kmeť
-Patch 0.9.6.2 (cli) (built: Jan 6 2010 22:01:14) MapScript: 5.6.0 (will compile latest and test against it) Error reporting: error_reporting(E_ALL | E_STRICT); ini_set('display_startup_errors', 1); ini_set('display_errors', 1); 2010/4/5 Miloslav Kmeť miloslav.k...@gmail.com: Hi I am

[mapserver-users] PHP $imgObj-saveImage(null) sends headers

2010-04-05 Thread Miloslav Kmeť
buffering is working correctly. What is the function doing? Should it be replaced in the main development? Thanks -- Miloslav Kmeť Index: mapscript/php3/php_mapscript.c === --- mapscript/php3/php_mapscript.c (revision 10043

Re: [mapserver-users] PHP $imgObj-saveImage(null) sends headers

2010-04-05 Thread Miloslav Kmeť
some headers before you run your code. This works for me in Zend Framework in MVC mode, should work for symfony too. ob_start(); $image-saveimage(''); $image = imagecreatefromstring(ob_get_contents()); ob_end_clean(); imagepng($image); 2010/4/5 Miloslav Kmeť miloslav.k

Re: [mapserver-users] How to filter ArcGIS WFS service?

2010-04-03 Thread Miloslav Kmeť
Hi. What a quick response. Thank you very much for that. On štvrtok 01 Apríl 2010 21:18:01 you wrote: Hi There, It should be now fixed. Bug related to it is http://trac.osgeo.org/mapserver/ticket/3414. regards, Miloslav Kmeť wrote: Hello. I need to find a solution how

[mapserver-users] How to filter ArcGIS WFS service?

2010-04-01 Thread Miloslav Kmeť
eia_eia:EIA_locality wfs_filter PropertyIsEqualToPropertyNameeia_eia:IDAKCIA/PropertyNameLiteral1833/Literal/PropertyIsEqualTo wfs_maxfeatures 1000 END Thank you. -- Miloslav Kmeť ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http