Re: [mapserver-users] wms_encoding

2012-07-09 Thread Eichner, Andreas - SID-NLKM
Hi, so I add wms_encoding=ISO-8859-1 in METADATA/WEB. But I don't understand why the result is not similar in OpenLayers and qgis. if this is the case, you usually broke the path of encodings. You should check the URL requested by the browser and by QGIS. Then send that query via wget -d

Re: [mapserver-users] One template for every text type

2012-07-09 Thread Andrea Peri
Hi Steve, thx for hint. I read the doc and also the RFC 36. I'm having also some doubt. I try to set this output format: OUTPUTFORMAT NAME delimitazione_fogli_xml MIMETYPE text/xml DRIVER TEMPLATE FORMATOPTION FILE=/pat-to-ex-template-on-layer-level/template_xml.tmpl END

Re: [mapserver-users] php_mapscript not being loaded

2012-07-09 Thread Jeff McKenna
On 12-07-09 2:41 AM, Stefan Schwarzer wrote: But hadn't tested mapserver yet… Did all the installation with the latest Kyngchaos libraries. Running http://localhost/testphp.php;; but don't see any mapserver or mapscript. Nothing in there. There is a php_mapscript.so in

Re: [mapserver-users] mapserver fastcgi warnings when msQueryByPoint() Search returns no results

2012-07-09 Thread Lime, Steve D (DNR)
Not a fcgi expert, but looking at the code any error calls writeError() in mapserv.c which ends with exit(0). So as written the behavior you're seeing is expected. I don't believe there is much overhead with restarting though. Steve From: mapserver-users-boun...@lists.osgeo.org

Re: [mapserver-users] One template for every text type

2012-07-09 Thread Lime, Steve D (DNR)
The QUERYABLE parameter was never implemented so you still must define a layer TEMPLATE to mark a layer as being queryable. The template need not exist so typically I just do: TEMPLATE 'void' The link between layers and OUTPUTFORMAT templates are in the templates themselves via the

Re: [mapserver-users] wms_encoding

2012-07-09 Thread scott159
In a mapfile, I believe it's not possible to specify two different wms_encoding on a same layer. So, if I want to response with requests from openlayers and qgis, I must configure data in mapfile with two different layers (layer1 with wms_encoding=ISO-8859-1, layer2 with wms_encoding=UTF8 ? is

Re: [mapserver-users] PHP mapscript using OracleSpatial

2012-07-09 Thread Jessica Clarke
Hi Andreas (and others), Thank you for your assistance. I have moved past my oracle issues now, but I'm having trouble with Mapserver. The only error I get is Error in getString(): Parsing error near (DD):(line 463) I'll attach my code to help, but I'm not sure why I'm having this issue.

Re: [mapserver-users] php_mapscript not being loaded

2012-07-09 Thread Stefan Schwarzer
But hadn't tested mapserver yet… Did all the installation with the latest Kyngchaos libraries. Running http://localhost/testphp.php;; but don't see any mapserver or mapscript. Nothing in there. There is a php_mapscript.so in

[mapserver-users] PHP Mapscript

2012-07-09 Thread Jeff Lake
This may or not be the place to ask... But what is so special with php53-GD ?? both my servers are beyond php53, so I was unable to install php-mapserver I would think that it would be better to set up the dependent libraries to be AT LEAST version x not just this version and that's it... --