[mapserver-users] Wrong/different legend generation

2014-02-20 Thread Dejan Gambin
Hi, I am using GetLegendGraphic request for generating legends in my OL application. Everything was fine in previous MapServer version 6.0.3. The request like this: http://my.site.com/cgi-bin/mywms6?SERVICE=WMSVERSION=1.1.1REQUEST=GetLegendGraphicFORMAT=image/pngLAYER=my_layer returned an

Re: [mapserver-users] Geotiff OUTPUTFORMAT fails in browse mode

2014-02-20 Thread Juanma M. R.
Hi Steve, First of all, thank you for your answer Steve. I know it is old-style this way of requesting but I am trying to add functionallity to a complex software based in this old-styled way of working. I know that upgrading to the latest version of Mapserver would be the best, however it

Re: [mapserver-users] WFS GetFeature 1.0.0 vs 1.1.0

2014-02-20 Thread Martin Kofahl
Hi Dejan, I cannot reproduce this error, so far. I tried 6.4.1 and the current master and did filter on numeric and text columns. Can you provide a shortened mapfile to reproduce this case? Martin 2014-02-19 10:38 GMT+01:00 Dejan Gambin dejan.gam...@coin.hr: Sure, here you are: 1.0.0

Re: [mapserver-users] WFS GetFeature 1.0.0 vs 1.1.0

2014-02-20 Thread Dejan Gambin
Here are some parts: WEB TEMPLATE map.html IMAGEPATH /var/www/tmp/ IMAGEURL /tmp/ METADATA wms_encoding UTF-8 wms_title WMS Demo Server wms_online_resource http://my.site.com/cgi-bin/mywms6?; wms_srs EPSG:900913 EPSG:31275 EPSG:4326 EPSG:4269 EPSG:3857

[mapserver-users] OSM mapfile

2014-02-20 Thread Steve . Toutant
I imported osm to postgis using osm2pgsql and created the mapfile using this procedure. https://github.com/mapserver/mapserver/wiki/RenderingOsmDataWindows#wiki-map-gen I have problem loading placesX layers, I get this error: [Thu Feb 20 08:59:32 2014].216997 msAddLabel(): General error message.

[mapserver-users] OFFSITE and RESAMPLE in MS 6

2014-02-20 Thread Sven Schroeter
Hi, I changed a project from MapServer 5.6 to MapServer 6.0.2. I have the problem, that my raster layers look bad, because PROCESSING RESAMPLE is ignored for rotated GeoTIFF images when OFFSITE is set. When I take the OFFSITE 255 255 255 line out, then the RESAMPLE=AVERAGE setting works and my

[mapserver-users] RE OSM mapfile (SOLVED)

2014-02-20 Thread Steve . Toutant
SOLVEd, just found this https://github.com/mapserver/basemaps/issues/9 steve.tout...@inspq.qc.ca@lists.osgeo.org Envoyé par : mapserver-users-boun...@lists.osgeo.org 2014-02-20 09:11 A mapserver-users@lists.osgeo.org cc Objet [mapserver-users] OSM mapfile I imported osm to postgis

[mapserver-users] mapcache and excessive NFS traffic

2014-02-20 Thread Travis Kirstine
We are running mapcache in a cluster with each tile/ webserver mounted to a shared cache. Periodically (~once a month) the NFS mount will lock and the load average on the web servers will skyrocket. Has anyone encountered something similar? ___

Re: [mapserver-users] mapcache and excessive NFS traffic

2014-02-20 Thread Stephen Woodbridge
On 2/20/2014 1:56 PM, Travis Kirstine wrote: We are running mapcache in a cluster with each tile/ webserver mounted to a shared cache. Periodically (~once a month) the NFS mount will lock and the load average on the web servers will skyrocket. Has anyone encountered something similar? Its

Re: [mapserver-users] RE OSM mapfile (SOLVED)

2014-02-20 Thread Jeff McKenna
On 2/20/2014, 11:46 AM, steve.tout...@inspq.qc.ca wrote: SOLVEd, just found this https://github.com/mapserver/basemaps/issues/9 Great, be sure to keep the wiki page you're using uptodate with all of your changes, as you travel down that path. (this will give you good karma and help the

Re: [mapserver-users] [EXTERNAL] Re: mapcache and excessive NFS traffic

2014-02-20 Thread Smith, Michael ERDC-RDE-CRREL-NH
On linux, exportfs -f run on the server will often refresh a lost nfs connection. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center On 2/20/14, 2:18 PM, Stephen Woodbridge wood...@swoodbridge.com wrote: On 2/20/2014 1:56 PM, Travis Kirstine wrote: We are running mapcache in

[mapserver-users] Mapserver 6.4.1 and libpng

2014-02-20 Thread Robert Sanson
What version of libpng is required by Mapserver 6.4.1? we have a problem with a client_wms call through a newly compiled Mapserver v6.4.1 on our Unbuntu server. Here is a layer from my map file: LAYER NAME lakes GROUP vector TYPE RASTER STATUS ON CONNECTION remote/WMSServer?

[mapserver-users] Mapcache settings and caching

2014-02-20 Thread TDS
Hello @all, Is there the possibility to disable expiration of tiles? When I generate tiles with mapcache_seed once with -z 0,10 and after it with -z 11,15 mapcache seems not to load tiles from cache and generate them new. Speed for level 11 and above is slow. auto_expire is disable and expires

[mapserver-users] Mapcache error handling

2014-02-20 Thread TDS
Hello @all, is there the possibility to tell mapcache_seed to ignore errors like XML exception from mapserver and go on with next tile? Sometimes a geometry isn't valid from import but that only affects a few tiles. An option to go on when an error occur would be nice? :-D -- Bye, TDS

Re: [mapserver-users] WFS whith openlayers

2014-02-20 Thread jongarrido
Thank you very much for your answers!! The problem was a cross domain issue. Some time ago I'had to add a new directive to my apache server to resolve a getfeatureinfo problem like this: Header set Access-Control-Allow-Headers X-Requested-With Now, for the getfeature request, the directive

Re: [mapserver-users] WFS whith openlayers

2014-02-20 Thread Dejan Gambin
Yep...this was my problem too :-) On 21. vel. 2014., at 08:23, jongarrido wrote: Thank you very much for your answers!! The problem was a cross domain issue. Some time ago I'had to add a new directive to my apache server to resolve a getfeatureinfo problem like this: Header set