Re: [mapserver-users] How to use/offer multiple projections in mapfile for WMS

2014-01-22 Thread Rahkonen Jukka (Tike)
Hi, You must use the projection block also in each layer. You seem to tried that so take the comments out from there. Without telling in which projection the layer source data is Mapserver can't project it to other systems. By a quick look your mapfile should work. An empty map may mean

Re: [mapserver-users] Problem using WMS GetFeatureInfo in OpenLayers with different projections

2014-01-22 Thread Dejan Gambin
Sorry for being late... So, I have tested it all with browser of course. Here are some working and non-working requests: Mapfile part: PROJECTION init=epsg:4326 END METADATA wms_srs EPSG:4326 wms_title aster_dem gml_include_items value_0

[mapserver-users] Python mapscript install v 6.4 -- No module named mapscript

2014-01-22 Thread kaipi
Hi, I can not get Python mapscript properly installed since Mapserver 6.4 I am compiling Mapserver on Ubuntu 12.04 64Bit: cmake .. -DWITH_KML=1 -DWITH_GD=1 -DWITH_SVGCAIRO=0 -DWITH_RSVG=1 -DWITH_CLIENT_WMS=1 -DWITH_CLIENT_WFS=1 -DWITH_CURL=1 -DWITH_PYTHON=1 -DWITH_PHP=1 --

Re: [mapserver-users] Mapcache: error with Berkeley DB and display tiles

2014-01-22 Thread Eichner, Andreas - SID-NLKM
failed to aquire connection to bdb backend: unknown error How can I fix or connect to the Berkeley DB?. I'm using Ubuntu Server 12.05 and Berkeley 5.1 (libdb5.1) Have you checked the file permissions to allow access to the user the web server runs under?

Re: [mapserver-users] Python mapscript install v 6.4 -- No module named mapscript

2014-01-22 Thread kaipi
Thanks Thomas, I forgot the make install step: mkdir build cd build cmake .. -DWITH_KML=1 -DWITH_GD=1 -DWITH_SVGCAIRO=0 -DWITH_RSVG=1 -DWITH_CLIENT_WMS=1 -DWITH_CLIENT_WFS=1 -DWITH_CURL=1 -DWITH_PYTHON=1 -DWITH_PHP=1 ## fix dependency issues make make install Harry -- View this message in

Re: [mapserver-users] Mapcache: error with Berkeley DB and display tiles

2014-01-22 Thread samuelm...@gmail.com
Thanks Andreas for your response. I changed all the permissions to read, write and the owner, after restarting apache, it fails displaying tiles in the demo and report the same error: failed to aquire connection to bdb backend: unknown error I followed the instructions to check the database

[mapserver-users] How to throttle msProjectPoint() errors?

2014-01-22 Thread Rahkonen Jukka (Tike)
Hi, I get quite a lot of errors into the error log probably because WMS users send requests which are partly or totally outside the area that is valid for the projection. From what I see the service is still usable. It would be OK to get one message line into the errorlog for each request but

Re: [mapserver-users] How to throttle msProjectPoint() errors?

2014-01-22 Thread Thomas Bonfort
Jukka, please open an issue for this, I'll try to address it for 7.0 -- thomas On 22/01/2014 16:35, Rahkonen Jukka (Tike) wrote: Hi, I get quite a lot of errors into the error log probably because WMS users send requests which are partly or totally outside the area that is valid for the

Re: [mapserver-users] Mapserver WMS time support with Oracle

2014-01-22 Thread Stefan Schantz
Hi, we had the same issue. When we call mapserver via cgi, we set the apache environment for oracle like this: SetEnv NLS_LANG=German_Germany.UTF8 SetEnv NLS_DATE_FORMAT=-MM-DD HH24:MI:SS So, we can use a MapServer supported time format. When we call mapserver via fastcgi, we set the

Re: [mapserver-users] Mapserver WMS time support with Oracle

2014-01-22 Thread Stefan Schantz
Hi, we did it and it worked, but oracle couldn't use the index of the date column. You would have to create an index of the to_char(date column)-column. Stefan Rahkonen Jukka (Tike) jukka.rahko...@mmmtike.fi hat am 21. Januar 2014 um 15:25 geschrieben: Hi, Perhaps you can select

[mapserver-users] TinyOWS insert feature not working

2014-01-22 Thread Jiří Kadlec
I have installed and set-up TinyOWS for editing features from PostGIS database on a RHEL6 Linux server. Displaying features is working OK in QGIS and in Openlayers. Editing a feature also works correctly. However, when I try to insert a new feature I get the following error response: ?xml

Re: [mapserver-users] TinyOWS insert feature not working

2014-01-22 Thread Rahkonen Jukka (Tike)
Hi, You can try if you can have success with my server http://hip.latuviitta.org/cgi-bin/tinyows Kosmo GIS which is an excellent open source GIS client for WFS creates the following request. Compare and see if you'll find something interesting. ?xml version='1.0' encoding='UTF-8'?