Re: [mapserver-users] invalid schema location?

2010-05-04 Thread bartvde
Hi Roy, I can confirm the issue with Xerces. It should be as simple as replacing the space with %20 or not? Fatal Error at (file stdin, line 8, char 361): The schemaLocation attribute does not contain pairs of values. Can you open up a ticket in the Mapserver Trac? Best regards, Bart Thanks,

Re: [mapserver-users] invalid schema location?

2010-05-04 Thread bartvde
=1.1.0REQUEST=DescribeFeatureTypeTYPENAME=wfstest Wouldn't it work correctly if the first request is used as a schema location always if GetFeature is asked with gml2 as outputformat, and the latter one with gml3 output? -Jukka Rahkonen- bartvde wrote: Hi Roy, I can confirm the issue

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread bartvde
Hi, you need to repeat your filter (comma-separated) IIRC. Best regards, Bart Dear All, I've two layers (elteresek and elteresek2), and I'd like to get features from both of them using WFS GetFeature request. If I apply one typename at a time, it works correct, but if I include two

Re: [mapserver-users] (no subject)

2010-02-26 Thread bartvde
Hi, which client are you using to display the legend? The code below only changes the LegendURL advertized in the WMS GetCapabilities response. It will not change things for mode=legend etc. Best regards, Bart Dear list, recently, I found an article that describes how to integrate an image

Re: [mapserver-users] mapserver as a tile cache client?

2010-02-04 Thread bartvde
John, yes it's possible see: http://www.gdal.org/frmt_wms.html Best regards, Bart Hi, We are having a arcgis tile cache layer but also need to have static images with a given bounding box, not limited by the tiling scheme, but making it available as a wms. Is it possible to use mapserver

[mapserver-users] ArcSDE raster and value difference of 256

2009-11-26 Thread bartvde
Hi list, I am trying to use an ArcSDE raster layer in Mapserver, but the values that Mapserver gives back are different from the values that ArcMap gives back. There is a difference of exactly 256. So NODATA is 256 according to ArcMap, but Mapserver seems to map it to 0, etc. for all other

Re: [mapserver-users] Mapserver 5.2.1 ignores WMS requests for version after 1.1.1

2009-11-24 Thread bartvde
Hi, MS 5.2.1 does not support WMS 1.3. Try 5.4. Best regards, Bart Hi to all, I've just donwloaded mapserver binaries for windows (http://maptools. org/dl/ms4w/ms4w-2.3.1-setup.exe). The output of mapserv -v is: MapServer version 5.2.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP

Re: [mapserver-users] WMSgetFeatureInfo and variable substitution

2009-11-23 Thread bartvde
Daniel is right. Steve, I've opened up an OpenLayers bug [1]. In the meantime you can try and use vendorParams on the GetFeatureInfo control, but you need to update the property whenever your values change. Further discussion can best be done on the OL mailing list. [1]

Re: [mapserver-users] Can I set default format for WMS GetFeatureInfo?

2009-11-16 Thread bartvde
Hi Jukka, it should be possible using: wms_feature_info_mime_type Best regards, Bart Hi, There are stupid WMS clients which can send GetFeatureInfo requests but which do not allow giving INFO_FORMAT parameter. Is there a way to configure MapServer to use for example

[mapserver-users] WCS GetCoverage question

2009-10-13 Thread bartvde
Hi list, my bathymetry source raster (tiff file) has a field value_0 which contains the depth in meters. I've got a classification on the raster on value_0. When doing a WCS GetCoverage request, I get out a Geotiff raster, but it contains value_0, value_1 and value_2 with the R G B values

Re: [mapserver-users] WCS GetCoverage question

2009-10-13 Thread bartvde
Hi Jukka, it results in a fully black tiff file with all values 0. I am using MS 5.2.0. Best regards, Bart Hi, Here is my outputformat from some multichannel Landsat experiment. I remember that IMAGEMODE BYTE was needed for creating multichannel GeoTIFFS. Let's hope it makes something

Re: [mapserver-users] MapServer+OpenLayers+TileCache

2009-08-04 Thread bartvde
Hi Jelmer, PROJECTION of a LAYER is the projection of your source data, so I assume that's RD in your case or not? So use: LAYER .. PROJECTION init=epsg:28992 END METADATA

Re: [mapserver-users] Changing to Layers.WMS from Layers.Mapserver

2009-07-17 Thread bartvde
Hi, there are several things wrong here. 'wms_srs' epsg: 32119 epsg: 4326 should be (uppercase EPSG for METADATA and no space in between): 'wms_srs' EPSG:32119 EPSG:4326 however Mapserver cannot reproject your data if you do not add a PROJECTION block to your LAYER stating the projection in

RE: [mapserver-users] Changing to Layers.WMS from Layers.Mapserver

2009-07-17 Thread bartvde
Almost, PROJECTION init=epsg:28992 END Best regards, Bart Thanks for the quick reply. You mentioned adding a projection block to the layer. Is that done by the following: PROJECTION epsg:32119 END Thanks again Date: Fri, 17 Jul 2009 13:22:04 +0200 Subject: Re:

Re: [mapserver-users] mapserver/openlayers

2009-07-16 Thread bartvde
Hi, no you can also use OpenLayers.Layer.Mapserver, but this is not the recommended way. Mapserver has a native CGI interface, e.g. stuff like mapserv?map=/mymap.maplayers=allmode=map But there is also a standard way of getting maps out of a web mapping server, and this is called WMS. The

Re: [mapserver-users] WFS returning empty features

2009-06-24 Thread bartvde
Hmm, running out of ideas :-) What if you remove your FILTER tag or add brackets to it? FILTER (geoidn='geoidNL.IMRO.0026.SVBBU-0001') Best regards, Bart Bart, Thanks, Tried to widen that. No luck .. Is the request ok (i try in the browser)? :

Re: [mapserver-users] WFS returning empty features

2009-06-24 Thread bartvde
Try and widen your MAP-EXTENT. Best regards, Bart Roy, Jukka, List, I've tried adding extents to each layer: no succes I've gml_include_items all gml_featureid geoidn in the layer metadata MArco Here is a snippet of the mapfile: MAP NAME NL.IMRO.0026.SVBBU-0001

Re: [mapserver-users] Another mailing list for MapServer?

2009-05-08 Thread bartvde
Hi, this is the only one (though there regional ones like in Germany IIRC). Why are you asking? Is this one not providing you with answers? Best regards, Bart Hi, Does anyone know of another mailing list for MapServer where users can ask questions or is this the only one? Thanks, Peter

Re: [mapserver-users] Another mailing list for MapServer?

2009-05-08 Thread bartvde
Hi, I've read your posts but I still don't understand the problem exactly. Not everybody has a copy of the book you are talking about so we can't guess about that approach. Are you able to share your PHP script, that might help TIA. Best regards, Bart Hi, No I've asked the same

Re: [mapserver-users] DescribeFeatureType

2009-04-28 Thread bartvde
Hi, sorry but Mapserver does not support this (yet). Best regards, Bart Hi, I have MapServer with Oracle Spatial and when I run the request DescribeFeatureType, the result of types for all fiels is string. http://localhost/cgi-

Re: [mapserver-users] WMS and transparent

2009-03-25 Thread bartvde
Hi, jpegs can not be transparent. Only if you switch to another image format like image/png. Best regards, Bart I am trying to consume this WMS service with MapServer 5.0.2 as a client and would like to make the background transparent instead of white. Is this possible mapserver? I

RE: [mapserver-users] WMS and transparent

2009-03-25 Thread bartvde
Yeah maybe OFFSITE can do this for you, give it a try, it works for normal rasters so why not for a WMS client layer (haven't tried though). Best regards, Bart Thanks for the reply. I was hoping maybe MapServer could consume that jpeg and set the white color to transparent, then mapserver

Re: [mapserver-users] Hide legend of some layers

2009-03-18 Thread bartvde
Leave out the NAME of the CLASS(es). Best regards, Bart Hello friends, I need help because I have a doubt in the redaction of mapfile. How I can hide the legend of some layers or classes of layers? Thank you. _ Nuevo

Re: [mapserver-users] can't display a very big .TIF

2009-02-09 Thread bartvde
Have you created overviews using gdaladdo? http://www.gdal.org/gdaladdo.html Best regards, Bart hi again, can someone help me out here, i can't display my my basemap because the size is too big. I've successfully merged my tiled TIFs if you still remember my previous post, but now my

Re: [mapserver-users] Change/Insert new Symbol to mapfile.

2009-02-05 Thread bartvde
Hi, your first SYMBOL has 2 END tags, it should only be 1 END tag. Bart Hello friends, I want to insert new symbol in .map file so i have prepare .sym file in which i have added new symbol in first and then calling through .map file but it gives me error. so where i mistaken?? .sym

[mapserver-users] GDAL_WMS xml inline

2009-01-29 Thread bartvde
Hi list, is it possible to use a GDAL_WMS XML config inline in a MAP file, just like it is possible to use an ovf file inline? Best regards, Bart ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] broken link for cartographic symbols

2009-01-29 Thread bartvde
Hi list, just wanted to report that the link to the example symbolset from Cartographic Symbol Construction with Mapserver (http://mapserver.org/mapfile/symbology/construction.html) is broken. i.e.: http://www.mapmedia.de/dokumente/umn_signaturen_howto/vortrag_demo.zip is broken. Would be nice

Re: [mapserver-users] wfs data conversion with ogr2ogr?

2008-12-16 Thread bartvde
If you look at the XML schema, i.e. http://geoportal.geodaten.sachsen-anhalt.de/geodatenportal/servlet/gtEntryPoint?REQUEST=DescribeFeatureTypeVERSION=1.0.0SERVICE=WFSTYPENAME=featureSet_704 the optional field VERWALTUNG should contain the geometry. Apparently these are not filled in the

Re: [mapserver-users] wfs client question

2008-12-08 Thread bartvde
Hi Knut, Mapserver should be able to do this for you. Just use wfs_srs EPSG:31468 on your CONNECTIONTYPE WFS layer, and maybe add a PROJECTION block as well on the LAYER: PROJECTION init=epsg:31468 END On your MAP object you can use: PROJECTION init=epsg:4326 END Mapserver

Re: [mapserver-users] OUTPUTFORMAT shapefiles instead of GML2/GML3 with WFS?

2008-12-02 Thread bartvde
Hi Maarten, no unfortunately not, there used to be talk about an OGR output driver, so that any OGR (write) format could be written, but this was never implemented. Geoserver does have this functionality. Would be nice to have this in Mapserver though. Best regards, Bart Hi all, Is it

Re: [mapserver-users] how to load tiff image on to mapserver...

2008-12-01 Thread bartvde
See: http://ms.gis.umn.edu/docs/howto/raster_data Best regards, Bart How do i load tiff image on to mapserver -- Regards Vikas KM ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] How to add point based on User interaction using C#

2008-11-27 Thread bartvde
Hi, can you please stop cross-posting e-mails, when this is one is clearly intended for the users list. Your chance of getting an answer is actually getting less by cross-posting! Especially do not use: [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks. Best regards, Bart Dear All, I want

Re: [mapserver-users] theme on the fly with mapserver

2008-11-20 Thread bartvde
Hi, have a look at Styled Layer Descriptor (SLD). http://mapserver.gis.umn.edu/docs/howto/sldhowto and on the Geotools side: http://docs.codehaus.org/display/GEOTDOC/06+Style+Layer+Descriptor+Document Best regards, Bart Hi, i'm new in the list and i'm starting to use MapServer I created a

Re: [mapserver-users] If any one has PDF of mapser book... plll send

2008-11-12 Thread bartvde
I am sure you realize this violates the copyright of the book, so I find this request very inappropriate to be honest. Just buy it, it's less than 32 USD. Best regards, Bart Hi all... Those who have EBOOK of Beginning MapServer: Open Source GIS Development

Re: [mapserver-users] spatial filter to WFS server

2008-11-11 Thread bartvde
Then I fear it won't be possible with Mapserver, I don't even think WFS has something for this. The only way would be preprocessing your dataset before serving it out with WFS. You sometimes see this as a feature of OWS security systems, maybe Deegree OWSProxy can do it for you? Best regards,

Re: [mapserver-users] Downloadable version of mailing-lists

2008-11-06 Thread bartvde
Hi Ad, I can confirm something is wrong with the text.gz archives. I'd suggest using plain old Google with a site keyword, something like: site:lists.osgeo.org/pipermail wfs problem Hope this helps. Best regards, Bart Hello All, I'm new to MapServer and MapScript, so I need as much info

Re: [mapserver-users] Mapserver wms-client to tilecache / mapfile definition

2008-10-23 Thread bartvde
Not directly with Mapserver's built-in WMS client. You might get lucky with the GDAL WMS-C driver, but it has some assumptions (like all resolution ratios should be 2) that might not apply to your TileCache instance. http://gdal.org/frmt_wms.html Best regards, Bart Hello list users, I'm

Re: [mapserver-users] Use featureid WMS Property in MapServer

2008-08-27 Thread bartvde
This is probably a vendor-specific extension that Geoserver did, since this is not part of the WMS standard AFAIK. With Mapserver you have to create an SLD (Styled Layer Descriptor) document to achieve the same thing. In an SLD you can use a Filter. Best regards, Bart Hi the list, I work in

Re: [mapserver-users] Reg:How to implement Tile-based output for Mapserver in C#.net

2008-08-26 Thread bartvde
Hi Venkat, please do not cross-post, you might think it gives you a higher chance of a response, but actually it will achieve the opposite. And please don't use [EMAIL PROTECTED] or [EMAIL PROTECTED], they are not meant for this. The first one is linked to subversion commits (automatically

Re: [mapserver-users] Apache can't start on windows

2008-08-26 Thread bartvde
Possibly the Microsoft Runtime is not available on your system, see also the following thread: http://www.nabble.com/fastCgiServer-with-ms4w-td18348539.html You can also just comment the following line in httpd.conf if you don't need FastCGI: #LoadModule fcgid_module modules/mod_fcgid.so Best

Re: [mapserver-users] Instead of having an embedded class/style/label statement could a map file instead reference a .sld file?

2008-08-19 Thread bartvde
No, this is not yet possible. It will need some funding to get done most likely. Best regards, Bart Hi, Instead of having an embedded class/style/label statement like listed below could a map file instead reference a .sld file? Thanks, John CLASS STYLE COLOR 255 0 0

Re: [mapserver-users] Instead of having an embedded class/style/label statement could a map file instead reference a .sld file?

2008-08-19 Thread bartvde
No I don't think there is a ticket already. Assefa did prepare an RFC once IIRC, but this never made it to mapserver-dev as the project fell through unfortunately. Best regards, Bart Is there a ticket for this? If not there should be. Steve On 8/19/2008 at 3:09 AM, in message [EMAIL

Re: [mapserver-users] WFS server configuration problems...

2008-08-18 Thread bartvde
Is you data inside of the MAP-extent? Best regards, Bart Hi all again =) Nowadays I’m trying to fire up a WFS server based on Mapserver 5.0.2, but I have a problem with it. This is what I have: 1) mapserv –v output: MapServer version 5.0.2 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG

Re: [mapserver-users] How do i define my SLD inside the mapfile?

2008-08-07 Thread bartvde
No you can't use an SLD directly in a WMS server MAP file. What I normally do is apply the SLD to the MAP file using a simple PHP script: #!/bin/sh sudo -u apache php -f $0 $*; exit $? ?php if ($argc != 4) { echo Usage: applysldurl.php input MAP file SLD url output MAP file\n; echo \n;

Re: [MAPSERVER-USERS] mapserver does not show oracle layer

2008-08-06 Thread bartvde
What do you get if you use shp2img with debug info? shp2img -all_debug 10 Best regards, Bart Hi, i´m having troubles shwoing a oracle layer in mapserver. in open layers i´ve: map = new OpenLayers.Map( 'map' , { scales: [ 400,300,200,100,

[mapserver-users] hiding the geometry (WFS)

2008-07-04 Thread bartvde
Hi list, I remember a post by Steve Lime, in which he explained how to hide the geometry from the WFS responses. Unfortunately I cannot find the post anymore. Does anyone know how to hide the geometry from the WFS GetFeature output? TIA. Best regards, Bart

Re: [mapserver-users] show legend graphic with mapbuilder 1.5 andmapserverUID 4386)

2008-06-10 Thread bartvde
Hi, I think you are missing the required parameter VERSION in your GetLegendGraphic URL. http://localhost/cgi-bin/mapserv.exe?map=d:/www/lliria_wms/lliria.mapREQUEST=GetLegendGraphicLAYER=EdificiosFORMAT=image/gifversion=1.1.1 Otherwise try the URL directly in your browser and see what error

[mapserver-users] date format?

2008-05-09 Thread bartvde
Hi list, using a shapefile with a Date column, is it possible to change the date format (string) that Mapserver will use in the WFS GetFeature output? Now it outputs: ms:Discovery_date19690101/ms:Discovery_date whereas we would want 1969-01-01 Best regards, Bart

Re: [mapserver-users] Transparencies and IE6

2008-05-08 Thread bartvde
This a known issue/bug in IE6. You can use a png hack to overcome this problem (though performance might be an issue), e.g.: http://code.google.com/p/pnghack/ Best regards, Bart On Thu, 8 May 2008 10:51:39 -0400, Nelson Soto [EMAIL PROTECTED] wrote: I am having trouble getting cross-browser

Re: [mapserver-users] Large scale PDF output on Windows

2008-04-23 Thread bartvde
There is MAXSIZE for this on the MAP object: MAXSIZE [integer] Sets the maximum size of the map image. This will override the default value. For example, setting this to 2048 means that you can have up to 2048 pixels in both dimensions (i.e. max of 2048x2048). Wrt resource issues, we have

Re: [mapserver-users] Oracle+WMS: GetCapabilities issueUID 1559)

2008-04-23 Thread bartvde
[EMAIL PROTECTED] [EMAIL PROTECTED] UID 1564) [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] X-Sender: [EMAIL PROTECTED] Received: from b50-11.minvenw.nl [145.50.39.11] with HTTP/1.1 (POST); Wed, 23 Apr 2008 14:25:13 +0200 User-Agent: RoundCube Webmail/0.1 Content-Type: text/plain;

[mapserver-users] querying a WFS on property alias

2008-04-15 Thread bartvde
Hi list, it seems that querying a WFS on a property alias does not work in MS 5.0.2. Is this a known issue? Using something like: gml_OBJ_IDENT_alias Identifier I can't query on Identifier in the PropertyName, but it works if I use the attribute name OBJ_IDENT as PropertyName. This is kind of