[mapserver-users] problems with KML output in context of WFS GetFeature

2014-09-24 Thread Peter Freimuth
Hi Mapserver Users, We have a problem with creating KML output from a PostGIS db in context of a GetFeature request version=1.1.0 outputformat=kml. The problem is that not all attributes are exported and that the values are shifted, means the mapping between value ad attribute name is wrong. T

[mapserver-users] searching for a solution to render polygons crossing the antimeridan

2014-09-01 Thread Peter Freimuth
Hi, i think this problem was solved already thousand times but i could not find a solution via google. We have polygons in a postgis 2.1 db describing the satellite images which sometimes cross the antimeridan. These polygons shall be rendered to a map via WMS calls using google Mercator in the

[mapserver-users] wcs 1.0.0 bbox problem

2014-01-28 Thread Peter Freimuth
_timeextent" "2011-01-04/2012-04-05" # shall be set dynamically by the wrapper script on mapObj base "wcs_timeitem" "acquidate" #disable explicitly everything that shall not be supported for this Layer "wms_enable_request" "!GetCapabilities !GetMap !GetLegendgraphic" "wfs_enable_request" "!GetCapabilities !GetFeature !DescribeFeatureType" END CLASS NAME "5 Band (16bit) RE Imagedata" KEYIMAGE "drgs_keyimage.png" END END ... END If i use CRS=EPSG:32616 which is the epsg code of the layer itself, everything works fine. I would expect that mapserver would reproject the wcs_extent or layer_extent or map_extent to the given CRS and use that BBOX by default. related to: https://github.com/mapserver/mapserver/issues/4853 -- Peter Freimuth ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] using MASK in context of WCS 1.0.0 GetCoverage

2013-09-06 Thread Peter Freimuth
Hi, i try to use a MASK layer to clip a WCS layer (5 bands a 16bit) in a GetCoverage request. It works fine when i use it in context of WMS GetMap requests. But the GetCoverage requests just ignores the MASK and i get my result unclipped. I would expect that the requested Geotiff contains NoDa

Re: [mapserver-users] wcs 1..0.0 getcapabilities problem in mapserver 6.4dev and 6.2.x

2013-09-04 Thread Peter Freimuth
Rouault wrote: Le jeudi 29 août 2013 18:56:48, Peter Freimuth a écrit : Hi, i ran into s small problem with setting up a WCS service on umn mapserver 6.2 and newer. When requesting the capabilities for VERSION=1.0.0 i get the following Warning printed to the Capabilities Doc: Any idea what is missing

[mapserver-users] wcs 1..0.0 getcapabilities problem in mapserver 6.4dev and 6.2.x

2013-08-29 Thread Peter Freimuth
Hi, i ran into s small problem with setting up a WCS service on umn mapserver 6.2 and newer. When requesting the capabilities for VERSION=1.0.0 i get the following Warning printed to the Capabilities Doc: http://www.opengis.net/wcs"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:gml

[mapserver-users] Fwd: cgi variable substituition in DATA statement

2013-08-28 Thread Peter Freimuth
mapserver is one of the best software projects in the OSGEO environment. Functionality is great and stable and support through dev and user list is always great. Best, Peter -- Peter Freimuth Begin forwarded message: > From: thomas bonfort > Subject: Re: [mapserver-users] cgi variable substit

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-26 Thread Peter Freimuth
, that's it. the substitutions only work for the mapserver CGI, not mapscripts. if you're using mapscript, you can manipulate your mapfile directly. -- thomas On 23 August 2013 04:41, Peter Freimuth wrote: Hi, i will do so on Monday. Is it possible that the fact that we use a tiny m

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-22 Thread Peter Freimuth
do with it. If i use static values everything is working fine. Kind regards, -- Peter Freimuth On 2013-08-22, at 3:17 AM, thomas bonfort wrote: > Peter, > can you email me your full mapfile, with the snippets you provided I > can't see anything wrong and would therefore need to se

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-21 Thread Peter Freimuth
, thomas bonfort wrote: try setting your VALIDATIONs to '.*' to see if your problem lies in your regex or elsewhere. For 6.3/4 You can also remove your xxx_validation_pattern metadata entries, and should move the default_xxx ones into the VALIDATION block. -- thomas On 21 August 2013

[mapserver-users] cgi variable substituition in DATA statement

2013-08-20 Thread Peter Freimuth
Hi, i am trying to get the dynamic variable substitution work on Mapserver 6.3dev but somehow it does'nt work as it worked before and as documented. When i execute http://10.10.4.18/cgi-bin/LI_USA-MT.cgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=48.046271,-115.929840,48.198407,-115.666914&CR

Re: [mapserver-users] wfs getfeature returns invalid xml when using gml_constants

2013-04-20 Thread Peter Freimuth
Hi Thomas, thanks for the hint. Actually this solved the problem. Kind regards, Peter On 2013-04-20, at 5:28 AM, Thomas Gratier wrote: > Hello, > > Only a clue but because it's XML, you have to escape your ampersands: so & > become & > and for a full example > > > "http://10.10.4.41/cgi-

[mapserver-users] wfs getfeature returns invalid xml when using gml_constants

2013-04-19 Thread Peter Freimuth
NAME=catalog&MAXFEATURES=100 Line Number 35, Column 102: http://10.10.4.41/cgi-bin/test.cgi?SERVICE=WCS&REQUEST=GetCoverage&IDENTIFIER=testdata_raw&VERSION=1.1.0 The XML doc seems to be ok when i check the page source. Any idea how this can be resolved. I would expect that the character field can handle also a url string. Thanks for any hint to resolve the issue. Kind regards, Peter -- Peter Freimuth ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] wfs getfeature returns invalid xml when using gml_constants

2013-04-19 Thread Peter Freimuth
NAME=catalog&MAXFEATURES=100 Line Number 35, Column 102: http://10.10.4.41/cgi-bin/test.cgi?SERVICE=WCS&REQUEST=GetCoverage&IDENTIFIER=testdata_raw&VERSION=1.1.0 The XML doc seems to be ok when i check the page source. Any idea how this can be resolved. I would expect that the character field can handle also a url string. Thanks for any hint to resolve the issue. Kind regards, Peter -- Peter Freimuth ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] experience with jp2000 libraries

2012-03-10 Thread Peter Freimuth
Hi Mapserver Community, i have to evaluate the different options for using JP2000 with mapserver 6.x. I have to create a fast WMS that streams 350-400GB of RGB satellite data (~1000 350MB uncompressed GeoTiffs images) and for this i have to evaluate options to reduce the filesize on the storage sys

[mapserver-users] which jp2000 is the best for rgb images

2012-03-01 Thread Peter Freimuth
Hi Mapserver Community, which jp2000 lib is the best (good compression and fast when decoded) when used by gdal / mapserver to stream rgb satellite data via a WMS. I have 16TB of satellite data that shall go into a fast WMS. JP2000 seems to be an interesting format to store the data on the storage

Re: [mapserver-users] [Fwd: mapserver - postgis bug]

2009-10-13 Thread Peter Freimuth
P Kishor schrieb: > On Mon, Oct 12, 2009 at 3:00 PM, Peter Freimuth wrote: > >> My Mapserver Configuration >> owsu...@map2:~> /srv/www/cgi-bin/mapserv -v >> MapServer version 5.4.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP >> OUTPUT=SVG SUPPORTS=PR

[mapserver-users] [Fwd: mapserver - postgis bug]

2009-10-12 Thread Peter Freimuth
-- Peter Freimuth Muskauer Str. 11 10997 Berlin Location:http://www.berlinonline.de/citymap/map.asp?start.x=5&plz=10997&str=Muskauer+Str.+11&grid=dedatlas10 Tel:+49(0)30-698