Re: [UMN_MAPSERVER-USERS] SLD

2008-02-06 Thread Bart van den Eijnden
Your URL should have SLD= before the sld URL. Best regards, Bart On Feb 6, 2008 11:36 AM, Gregorio Muñoz [EMAIL PROTECTED] wrote: Hello! I am working with SLD but can not make it work. This my url:

Re: [UMN_MAPSERVER-USERS] WMS GetFeatureInfo

2008-01-30 Thread Bart van den Eijnden
Milo, the WMS client determines the info_format. I assume QGIS is asking for MIME or text/plain. You need to add the following METADATA to your layers: OWS_INCLUDE_ITEMS all Maybe even GML_INCLUDE_ITEMS all I am not sure. Give it a try. If Flamingo wants GML, it will request with

[UMN_MAPSERVER-USERS] TRANSPARENCY 0 and MS 5.0

2008-01-27 Thread Bart van den Eijnden
Hi list, last Friday I ran into the problem that when using existing MAP files with Mapserver 5.0, some of the layers were not drawn anymore. Those layers had TRANSPARENCY 0, and using Mapserver 4.X they did draw. If I read the migration guide, I would not expect this behaviour. Is somebody

Re: [UMN_MAPSERVER-USERS] zoom rectangle (or dynamic zoom) with python mapscript

2008-01-27 Thread Bart van den Eijnden
You will need javascript anyway, so I recommend looking at the excellent OpenLayers library instead of creating your own: http://www.openlayers.org Best regards, Bart On Jan 27, 2008 6:20 PM, william paul [EMAIL PROTECTED] wrote: Hello: I am trying to learn mapscript and I am using the

Re: [UMN_MAPSERVER-USERS] map_resolution in 5.0 does not work

2008-01-18 Thread Bart van den Eijnden
Message- *From:* UMN MapServer Users List [mailto:[EMAIL PROTECTED] *On Behalf Of *Bart van den Eijnden *Sent:* Friday, January 18, 2008 6:03 AM *To:* MAPSERVER-USERS@LISTS.UMN.EDU *Subject:* [UMN_MAPSERVER-USERS] map_resolution in 5.0 does not work Hi list, why does the following fail

Re: [UMN_MAPSERVER-USERS] Creating Google Tiles with MapServer?

2007-12-18 Thread Bart van den Eijnden
Have a look at 1) TileCache, http://www.tilecache.org 2) gdal2tiles: http://www.gdal.org/gdal2tiles.html Best regards, Bart On Dec 18, 2007 8:23 PM, Kirk Holbrook [EMAIL PROTECTED] wrote: Hi, I want to create a cached base map from a large geographic area. The base map file on my

Re: [UMN_MAPSERVER-USERS] Strange wms behaviour

2007-12-10 Thread Bart van den Eijnden
Milo, a bit more info would be helpful :-) It could be that your MAP Object's NAME equals your LAYER NAME, or your WMS client requests the top level Layer (which is the Map's NAME). What would be helpful: -MAP file -GetCapabilities output -the URL that your WMS client uses. Best regards, Bart

Re: [UMN_MAPSERVER-USERS] Mapfile classes

2007-11-05 Thread Bart van den Eijnden
Hi Todd, you will need to sort your data, for shapefiles you can use sortshp. http://mapserver.gis.umn.edu/docs/reference/utilityreference/sortshp Best regards, Bart On 11/5/07, Todd Harris [EMAIL PROTECTED] wrote: Hi all, In a mapfile, using classes, is there any way to ensure that the

Re: [UMN_MAPSERVER-USERS] Update data

2007-11-05 Thread Bart van den Eijnden
You can probably get it done using some custom PHP/Mapscript, though it will always be suboptimal IMHO. Mapserver has never been intended to do editing/updating of data. I personally would use OpenLayers and Geoserver for this kind of task. These kind of project requirements should be clear

[UMN_MAPSERVER-USERS] legend for polygon layer with only outlinecolor

2007-11-01 Thread Bart van den Eijnden
Hi list, why does the legend for a polygon layer with only an outlinecolor defined draw like a line and not like a (transparent) box? Is this intentional? Best regards, Bart

Re: [UMN_MAPSERVER-USERS] ScaleHint in GetCapabilities resquest

2007-10-22 Thread Bart van den Eijnden
Hi Yves, Mapserver's default resolution is 72 dpi, that should explain your difference. However I would encourage you to change this in the MAP file if you are running an OGC service, you should use: MAP .. RESOLUTION 90.714 .. instead according to the OGC. Best regards, Bart On

[UMN_MAPSERVER-USERS] query template question

2007-10-22 Thread Bart van den Eijnden
Hi list, is there a way to just get the following HTML out of a WMS GetFeatureInfo request: table tr tdMyAttributeName/td tdMyAttributeValue/td /tr tr tdMyAttributeName/td tdMyAttributeValue/td /tr /table *without* specifying the names of the columns explicitly in the template? Best regards,

Re: [UMN_MAPSERVER-USERS] TIFF/TFW fails in v5.0

2007-10-02 Thread Bart van den Eijnden
Just to confirm we've had this same problem with that particular FWTools release on Fedora 3 using Geotiff files. Downgrading FWTools solved it for us. Best regards, Bart On 10/2/07, Jørn Vegard Røsnes [EMAIL PROTECTED] wrote: Hi all, I have just migrated from Mapserver-4.9/FWTools to

Re: [UMN_MAPSERVER-USERS] Legend problem in MapServer 5.0

2007-09-25 Thread Bart van den Eijnden
I think this is by design, see: http://trac.osgeo.org/mapserver/ticket/1524 Best regards, Bart On 9/19/07, Frode Wiseth Jørgensen [EMAIL PROTECTED] wrote: Hey! I have just upgraded to MapServer 5.0, and there seems to be a little problem. When I use MAXSCALE and MINSCALE on a layer, the

Re: [UMN_MAPSERVER-USERS] SVG for symbology encoding

2007-09-25 Thread Bart van den Eijnden
No it does not support this as yet. Best regards, Bart On 9/25/07, varyag [EMAIL PROTECTED] wrote: Does MS4W support SVG for symbology encoding? SYMBOL IMAGE sym1.svg - I want to use SVG here END -- View this message in context:

[UMN_MAPSERVER-USERS] 5.0: change in PIXMAP SIZE?

2007-09-11 Thread Bart van den Eijnden
Hi list, I just spent half of my day finding out why an SLD with external graphics did not work anymore with 5.0, something like: PointSymbolizerGeometryPropertyNamemsGeometry/PropertyName/GeometryGraphicExternalGraphicOnlineResource '. 'xmlns:xlink=http://www.w3.org/1999/xlink;

Re: [UMN_MAPSERVER-USERS] 5.0: change in PIXMAP SIZE?

2007-09-11 Thread Bart van den Eijnden
-psChild psSize-psChild-pszValue) psStyle-size = atoi(psSize-psChild-pszValue); else psStyle-size = 6; /* defualt value */ Best regards, Bart On 9/11/07, Bart van den Eijnden [EMAIL PROTECTED] wrote: Hi list, I just spent half of my day finding out why

[UMN_MAPSERVER-USERS] difference between shp2img and Mapserver

2007-09-10 Thread Bart van den Eijnden
Hi list, if I omit a NAME from a LAYER, shp2img will still draw the layer, but Mapserver will not draw it using mode=maplayers=all. Would it not be better to generate an error/warning message saying the NAME is required in all cases? It took me quite a while to figure out what I was doing wrong

[UMN_MAPSERVER-USERS] scale difference in 5.0?

2007-09-10 Thread Bart van den Eijnden
Hi list, I was surprised to get a different scale back in 5.0 than in 4.8. I tracked it down to the following difference in mapscale.c: 4.8.4: md = width/(resolution*msInchesPerUnit(units, center_y)); /* was (width-1) */ 5.0: md = (width-1)/(resolution*msInchesPerUnit(units, center_y)); /*

Re: [UMN_MAPSERVER-USERS] difference between shp2img and Mapserver

2007-09-10 Thread Bart van den Eijnden
: Bart van den Eijnden wrote: Hi list, if I omit a NAME from a LAYER, shp2img will still draw the layer, but Mapserver will not draw it using mode=maplayers=all. Would it not be better to generate an error/warning message saying the NAME is required in all cases? It took me quite

Re: [UMN_MAPSERVER-USERS] strange problem with quadtree index

2007-09-04 Thread Bart van den Eijnden
1860 -Original Message- From: Bart van den Eijnden [EMAIL PROTECTED] To: MAPSERVER-USERS@LISTS.UMN.EDU Date: Mon, 3 Sep 2007 17:21:46 +0200 Subject: [UMN_MAPSERVER-USERS] strange problem with quadtree index Hi list

Re: [UMN_MAPSERVER-USERS] strange problem with quadtree index

2007-09-04 Thread Bart van den Eijnden
Hi Flavio, I didn't try and it is not really an option for us, we want as little as possible data conversions ofcourse. Best regards, Bart On 9/4/07, Flavio Hendry [EMAIL PROTECTED] wrote: Hi Bart Did you try to convert the whole to MapInfo TAB (should be as fast as it is the same indexing

[UMN_MAPSERVER-USERS] strange problem with quadtree index

2007-09-03 Thread Bart van den Eijnden
Hi list, I have a 3D POINT shapefile dataset, and if I do a query using Mapserver (or ogrinfo for that matter) when the shapefile has a quadtree index file associated (level 4), it does not find any features within the box. If I delete the qix file, it correctly finds all the features in the

[UMN_MAPSERVER-USERS] labeling difference between 4.8 and 4.10

2007-09-03 Thread Bart van den Eijnden
Hi list, what has changed in labeling between Mapserver 4.8 and Mapserver 4.10? Image with Mapserver 4.8: http://www.osgis.nl/download/mapserv48.gif Image with Mapserver 4.10: http://www.osgis.nl/download/mapserv410.gif Zoom in to the lower left corner of the image especially around the city

[UMN_MAPSERVER-USERS] labelcache_map_edge_buffer

2007-08-09 Thread Bart van den Eijnden (OSGIS)
. labelcache_map_edge_buffer -100 TIA Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] labelcache_map_edge_buffer

2007-08-09 Thread Bart van den Eijnden (OSGIS)
Found it after reading the code a bit. I had to add PARTIALS FALSE to get it to work. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Bart van den Eijnden OSGIS [EMAIL PROTECTED] Naar: MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] wfs 1.1 support in mapserver 5.0

2007-08-01 Thread Bart van den Eijnden (OSGIS)
AFAIK Mapserver 5.0 will not yet support WFS 1.1. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: H. Porath [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp

Re: [UMN_MAPSERVER-USERS] Cannot zoom in any further

2007-07-30 Thread Bart van den Eijnden (OSGIS)
Hi Milo, I know of no such limit in Mapserver, so I expect this to be on the Cartoweb side. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Milo van der Linden [EMAIL PROTECTED] Naar: MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] Polygon outline width

2007-07-30 Thread Bart van den Eijnden (OSGIS)
Try and leave out the OUTLINECOLOR altogether. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Gilles Bassi�re [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp

[UMN_MAPSERVER-USERS] ANGLE FOLLOW

2007-07-25 Thread Bart van den Eijnden (OSGIS)
-- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] ANGLE FOLLOW

2007-07-25 Thread Bart van den Eijnden (OSGIS)
So this is mostly useful for streets which are shown with very wide lines in which the labels fit, and not so much for rivers like I wanted to use it for? Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van

Re: [UMN_MAPSERVER-USERS] Oracle GeoRasters

2007-05-25 Thread Bart van den Eijnden (OSGIS)
It does not support it (yet). There were plans a few years ago, but I guess they never materialized. GDAL would be the right place to add this. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Francesco Sozzi

Re: [UMN_MAPSERVER-USERS] SIZE in percentages?

2007-05-21 Thread Bart van den Eijnden (OSGIS)
or higher might work better. Steve On 5/16/2007 at 1:49 PM, in message [EMAIL PROTECTED], Bart van den Eijnden (OSGIS) [EMAIL PROTECTED] wrote: Hi list, we've got a problem with labels getting too small in a PDF print (not using Mapserver's PDF output btw). The WMS image requested for the PDF print

Re: [UMN_MAPSERVER-USERS] AW: [UMN_MAPSERVER-USERS] Mapserver handling BBox in different coordinate systems

2007-05-16 Thread Bart van den Eijnden (OSGIS)
-- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Milo van der Linden [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp: Re: [UMN_MAPSERVER-USERS] AW: [UMN_MAPSERVER-USERS] Mapserver handling

Re: [UMN_MAPSERVER-USERS] queryable layer

2007-05-08 Thread Bart van den Eijnden (OSGIS)
This is not considered a bug. For 5.0 there is talk about introducing a QUERYABLE keyword instead (with values true/false). Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Barend Köbben [EMAIL PROTECTED] Naar

Re: [UMN_MAPSERVER-USERS] WMS: non square pixels performance

2007-05-03 Thread Bart van den Eijnden (OSGIS)
Hi Frank, I've tested your change and the speedup is really big. Thanks. I've opened up ticket 2084 for this: http://trac.osgeo.org/mapserver/ticket/2084 Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Frank

[UMN_MAPSERVER-USERS] WMS: non square pixels performance

2007-05-02 Thread Bart van den Eijnden (OSGIS)
=0,30,30,625000width=320height=320 Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] Class order in mapfile

2007-04-26 Thread Bart van den Eijnden (OSGIS)
Sortshp can do this for shapefiles, see: http://mapserver.gis.umn.edu/docs/reference/utilityreference/sortshp Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Gregor Mosheh [EMAIL PROTECTED] Naar: MAPSERVER

Re: [UMN_MAPSERVER-USERS] WFS Filter Oracle

2007-04-24 Thread Bart van den Eijnden (OSGIS)
=window') = 'TRUE' In the SQL there are some errors: ilike '123456' should be like '123456' escape '!' should not be present at all Could this be a bug or is there something wrong with my WFS filter URL? Cheers! Sture -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] What's the best OUTPUTFORMAT for ECW-files using WMS

2007-04-23 Thread Bart van den Eijnden (OSGIS)
If your layers are only backgrounds and don't need transparency, I would suggest JPEG. If you need more than 256 colours and transparency, you will need PNG24 like you are using now but the images get pretty big unfortunately, which is a disadvantage. Best regards, Bart -- Bart van den Eijnden

Re: [UMN_MAPSERVER-USERS] Problem with map file serving WMS - tiff

2007-04-16 Thread Bart van den Eijnden (OSGIS)
What kind of values are in the location column of your tileindex dbf? Are these relative or absolute paths? Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Steven De Vriendt [EMAIL PROTECTED] Naar: MAPSERVER

Re: [UMN_MAPSERVER-USERS] Problem with map file serving WMS - tiff

2007-04-16 Thread Bart van den Eijnden (OSGIS)
to /ms4w/apps/chameleon/samples/data/topo/ Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Steven De Vriendt [EMAIL PROTECTED] Naar: Bart van den Eijnden OSGIS [EMAIL PROTECTED] Cc: MAPSERVER-USERS@lists.umn.edu

Re: [UMN_MAPSERVER-USERS] [OSGeo-Discuss] MapServer Vs GeoServer

2007-04-13 Thread Bart van den Eijnden
organizations who don't want CGI's, but ofcourse have no problem with J2EE. Best regards, Bart Gary Watry schreef: Can anyone tell the strong points of using either MapServer or GeoServer -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] Examples of proprietary extensions that have improved MapServer?

2007-04-11 Thread Bart van den Eijnden (OSGIS)
Hi Sean, MapDotNetServer seems to be one of them (at least they use the Mapserver MAP file format, so I am sure they must be using Mapserver somewhere under the hood): http://www.goisc.com/products.htm Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] GetFeatureInfo XML-Template

2007-04-10 Thread Bart van den Eijnden (OSGIS)
You can just use gml_include_items all and have Mapserver output GML. You don't need any XML template for this. http://mapserver.gis.umn.edu/docs/howto/wms_server Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht

Re: [UMN_MAPSERVER-USERS] MapServer performance

2007-03-27 Thread Bart van den Eijnden (OSGIS)
Hi Antti, which version of VMWare? 3 or 4? We have a significant performance drop in Mapserver (about a factor 3) running on VMWare 3. VMWare 4 is supposed to have better performance for this type of application. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http

Re: [UMN_MAPSERVER-USERS] WFS Server - GML3 support

2007-03-15 Thread Bart van den Eijnden (OSGIS)
are not listed in my capabilities, I couldn't find any relevant compilation difference compared to this server : http://www2.dmsolutions.ca/cgi-bin/mswfs_gmap?SERVICE=WFSVERSION=1.0.0REQUEST=getcapabilities Has anyone an idea of what's going on ? Thanks. -- Bart van den Eijnden OSGIS, Open Source GIS http

Re: [UMN_MAPSERVER-USERS] ArcSDE and SLD WMS (attribute queries)

2007-03-14 Thread Bart van den Eijnden (OSGIS)
Victoria, BC Canada V8W 3C6 Tel: (250) 381-8130 Fax: (250) 381-8132 Geocortex Internet Mapping (www.geocortex.net) - Helping people succeed with web-based geography -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] [Mapbuilder-users] Group Layer

2007-03-12 Thread Bart van den Eijnden (OSGIS)
Mapscript has functions to convert from/to a Web Map Context document. So you need to script this, you can't use a WMC directly in Mapserver CGI AFAIK. Look for saveMapContext and loadMapContext functions on the Map object. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http

Re: [UMN_MAPSERVER-USERS] Simple configuration PostgreSQL/MapServer/Openlayers

2007-03-11 Thread Bart van den Eijnden (OSGIS)
(well, for a while at least!). Many thanks Andy -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] queryByAttributes - speed

2007-02-27 Thread Bart van den Eijnden (OSGIS)
Hi, I don't believe the Mapinfo attribute indexes are used by Mapserver/OGR. This is not implemented. So if you need performance, store your data in e.g. PostGIS instead if possible. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

[UMN_MAPSERVER-USERS] WMS GetFeatureInfo and SDE problem

2007-02-27 Thread Bart van den Eijnden (OSGIS)
OBJECTID comes out twice. Is this intentional? Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] WMS and Legend Display in ArcMap

2007-02-25 Thread Bart van den Eijnden (OSGIS)
Stefan, I believe ArcMap (especially 9.2) has support for GetLegendGraphic in layouts. For details ask your ESRI contact. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Stefan Schwarzer [EMAIL PROTECTED

Re: [UMN_MAPSERVER-USERS] OracleSpatial getFeatureInfo problem against unique column containing text

2007-02-23 Thread Bart van den Eijnden (OSGIS)
No this is not possible. You need to use an integer for the unique column. It's a requirement. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Sebastian Schmitz [EMAIL PROTECTED] Naar: MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] OracleSpatial getFeatureInfo problem against unique column containing text

2007-02-23 Thread Bart van den Eijnden (OSGIS)
It's a restriction from Mapserver side. You can't change your view SQL so that it has an integer primary key column? Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Sebastian Schmitz [EMAIL PROTECTED] Naar

Re: [UMN_MAPSERVER-USERS] Layer name in legend

2007-02-23 Thread Bart van den Eijnden (OSGIS)
-saveWebImage(); // The resulting image includes class symbols/names only. Thank you very much. Ei -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http://www.osgis.nl

[UMN_MAPSERVER-USERS] WCS client

2007-02-22 Thread Bart van den Eijnden (OSGIS)
Hi list, can the GDAL WCS client be used currently inside of Mapserver? If so, has anybody tried this as yet? Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] WMS/WFS and (yearly) time-dependent data

2007-02-21 Thread Bart van den Eijnden (OSGIS)
no experience with this whatsoever: http://mapserver.gis.umn.edu/docs/howto/WCSServerFormatHowTo Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Stefan Schwarzer [EMAIL PROTECTED] Naar: MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] WMS and getFeatureInfo problem

2007-02-20 Thread Bart van den Eijnden (OSGIS)
-- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Stefan Schwarzer [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp: [UMN_MAPSERVER-USERS] WMS and getFeatureInfo problem Datum: 20/02/07 12

Re: [UMN_MAPSERVER-USERS] scale dependent getfeatureinfo

2007-02-14 Thread Bart van den Eijnden (OSGIS)
that they group heterogeneous/different featuretypes. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Steven M. Ottens [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp: Re

Re: [UMN_MAPSERVER-USERS] feature-id in getfeatureinfo requests

2007-02-05 Thread Bart van den Eijnden (OSGIS)
Hi Richard, you need to add GML_INCLUDE_ITEMS all to your LAYER's METADATA section. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Richard Duivenvoorde [EMAIL PROTECTED] Naar: MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] feature-id in getfeatureinfo requests

2007-02-05 Thread Bart van den Eijnden (OSGIS)
Ah right, and how about: gml_featureid oid ? If this does not work, can you post your DATA statement? Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Richard Duivenvoorde [EMAIL PROTECTED] Naar: Bart van

Re: [UMN_MAPSERVER-USERS] Advantage WFS vs. WMS

2007-01-29 Thread Bart van den Eijnden (OSGIS)
Please note that the filter given here is not WMS, its Mapserver's native query language, so it can at most be seen as a vendor-specific parameter. The way to do this with WMS is to use SLD. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] UMN - Oracle Spatial

2007-01-29 Thread Bart van den Eijnden (OSGIS)
need heavy queries, I tend to go for Geoserver instead. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Pleyer, Walter [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp

Re: [UMN_MAPSERVER-USERS] AW: [UMN_MAPSERVER-USERS] UMN - Oracle Spatial

2007-01-29 Thread Bart van den Eijnden (OSGIS)
Shouldn't you then just simplify/generalize the geometries at the database level so that at a smaller map scale less and simpler geometries can be retrieved by Mapserver? So make several tables and apply them to scale levels. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http

Re: [UMN_MAPSERVER-USERS] Advantage WFS vs. WMS

2007-01-28 Thread Bart van den Eijnden (OSGIS)
for a tooltip layer. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Kai Behncke [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp: [UMN_MAPSERVER-USERS] Advantage

Re: [UMN_MAPSERVER-USERS] Raster EXTENT on the fly

2007-01-18 Thread Bart van den Eijnden (OSGIS)
Ofcourse there is :-) : $oMap-setExtent($minx, $miny, $maxx, $maxy); Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Luca Casagrande [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] Raster EXTENT on the fly

2007-01-18 Thread Bart van den Eijnden (OSGIS)
Okay, I did not get that from your first e-mail. A LayerObj has a getExtent method which you can try. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Luca Casagrande [EMAIL PROTECTED] Naar: MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] scalefactor log in apache error.log file

2007-01-15 Thread Bart van den Eijnden (OSGIS)
Jan 12 16:02:18 2007] [error] [client 127.0.0.1 http://127.0.0.1/] scalefactor = 0.0177154\r I have no DEBUG ON line in my mapfile. Thanks. -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] MapServer contains some memory leaks whereby running it in FastCGI mode

2007-01-15 Thread Bart van den Eijnden (OSGIS)
this issue? Thanks, -- John J. Mitchell -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] How to change your Map Server's email address or remove email from list

2007-01-10 Thread Bart van den Eijnden (OSGIS)
NOTIFY US IMMEDIATELY by replying to the message and deleting it from your computer. -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] Slow map server doing getcapabilities with 200 layers

2007-01-09 Thread Bart van den Eijnden (OSGIS)
will be performed. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: José Ramón López [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp: [UMN_MAPSERVER-USERS] Slow map server doing

Re: [UMN_MAPSERVER-USERS] projection offset

2007-01-09 Thread Bart van den Eijnden (OSGIS)
,-0.406857330322398,0.350732676542563,-1.8703473836068,4.0812 +no_defs Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Steven M. Ottens [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] Bug by WMS-GetFeatureInfo in Mapserver 4.10.0 ?

2007-01-08 Thread Bart van den Eijnden (OSGIS)
Hi Kai, see: http://mapserver.gis.umn.edu/download/current/migration_guide_48_410 so add wms_include_items all in your METADATA section of the LAYER. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Kai

Re: [UMN_MAPSERVER-USERS] WMS-Transparency (?)

2007-01-08 Thread Bart van den Eijnden (OSGIS)
://mapserver.gis.umn.edu/data2/wilma/mapserver-users/0406/msg00538.html Hope this helps. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Kai Behncke [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] WCS output formats?

2007-01-08 Thread Bart van den Eijnden (OSGIS)
NAME MrSID MIMETYPE image/mrsid DRIVER GDAL/MrSID EXTENSION sid IMAGEMODE RGB TRANSPARENT FALSE END Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: edfialk [EMAIL PROTECTED] Naar

Re: [UMN_MAPSERVER-USERS] MS4W and Oracle (spatial)

2007-01-04 Thread Bart van den Eijnden (OSGIS)
See: http://www.maptools.org/ms4w/index.phtml?page=README_INSTALL.html#oracle-10g Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Virginie BERRE [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER

Re: [UMN_MAPSERVER-USERS] MS4W and Oracle (spatial)

2007-01-04 Thread Bart van den Eijnden (OSGIS)
Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Virginie BERRE [EMAIL PROTECTED] Naar: Bart van den Eijnden OSGIS [EMAIL PROTECTED], MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Cc: [EMAIL PROTECTED] Onderwerp: RE: [UMN_MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] Use of CDATA in context documents

2007-01-03 Thread Bart van den Eijnden (OSGIS)
I know are really out of date now. Can anyone tell me if using CDATA in context docs is supported in more recent versions of MapServer? If it isn't, are their any plans to incorporate this? Thanks for the info. Debbie -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http

Re: [UMN_MAPSERVER-USERS] Digital Map Philosophy

2006-12-31 Thread Bart van den Eijnden (OSGIS)
-looking maps over several MapServer projects? Happy New Year! - Bill Thoen -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] avoid label collision in scalebar

2006-12-27 Thread Bart van den Eijnden (OSGIS)
Another option could be to just leave out some of the labels, for instance if I have 5 intervals, just display 3 labels instead of 6. IMHO that would be the best option. Best regards, Bart Bart van den Eijnden (OSGIS) schreef: For my use case only the third option would solve it. I have

Re: [UMN_MAPSERVER-USERS] avoid label collision in scalebar

2006-12-27 Thread Bart van den Eijnden (OSGIS)
this message in error, please delete it and notify the sender immediately. When in doubt whether this message is correct or complete, please contact the sender. -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED

Re: [UMN_MAPSERVER-USERS] legend generation

2006-12-21 Thread Bart van den Eijnden (OSGIS)
ANGLE 360 COLOR 0 0 255 SYMBOL 2 END TITLE overig END END -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] tune mapserver on oraclespatial

2006-12-08 Thread Bart van den Eijnden (OSGIS)
to draw when retrieving data from Oracle Spatial. For this, it would help to see the SQL Mapserver generates and uses when accessing Oracle Spatial using CONNECTIONTYPE oraclespatial. How can I do this? Any hints greatly appreciated. Cheers Sebastian -- Bart van den Eijnden OSGIS, Open

Re: [UMN_MAPSERVER-USERS] null values in GML

2006-12-07 Thread Bart van den Eijnden (OSGIS)
/PRIORITY But as pointed out on the wfs-dev e-mail list, there are also a few issues with the nillable solution. So there is no easy fix Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Steve Lime [EMAIL

[UMN_MAPSERVER-USERS] null values in GML

2006-12-06 Thread Bart van den Eijnden (OSGIS)
output: ms:pnt_pntid000A2510/ms:pnt_pntid .. ms:hgt_hgtwd/ms:hgt_hgtwd .. Does anybody have an idea what is causing the sequence of asterisks? Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] null values in GML

2006-12-06 Thread Bart van den Eijnden (OSGIS)
(empty string?) in the DBF code. What does GDAL/OGR do with NULLs in its output? Steve Mateusz Loskot [EMAIL PROTECTED] 12/6/2006 9:44:29 AM Bart van den Eijnden (OSGIS) wrote: Hi list, I have a strange phenomenon. A shape attribute table has some null values in it (column type

Re: [UMN_MAPSERVER-USERS] WFS Problems

2006-11-29 Thread Bart van den Eijnden (OSGIS)
Your DATA statement is missing the USING UNIQUE clause. See the Mapserver Oracle Spatial Howto on the website for details. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: José Ramón López [EMAIL PROTECTED

Re: [UMN_MAPSERVER-USERS] AJAX for panning

2006-11-14 Thread Bart van den Eijnden (OSGIS)
1) DBOX: http://maps.dnr.state.mn.us/tools/dbox/ 2) OpenLayers (has a Mapserver native interface option as well as WMS among others): http://www.openlayers.org Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van

[UMN_MAPSERVER-USERS] CLASS NAME from attribute table?

2006-11-09 Thread Bart van den Eijnden (OSGIS)
an enhancement bug. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] Too Many Symbols

2006-11-07 Thread Bart van den Eijnden (OSGIS)
(they might charge you for it though). Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Leonardo Olivieri [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS@LISTS.UMN.EDU Onderwerp: [UMN_MAPSERVER

Re: [UMN_MAPSERVER-USERS] Help with rasters

2006-10-20 Thread Bart van den Eijnden (OSGIS)
. The layer in the mapfile itself is pretty simple: LAYER NAME A TYPE RASTER STATUS ON DATA rasterindex END Any hints as to what I'm doing wrong? -- Bart van den Eijnden OSGIS, Open Source GIS [EMAIL PROTECTED] http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] Help with rasters

2006-10-20 Thread Bart van den Eijnden (OSGIS)
of the full extent of the map. Only problem is that it took ten minutes to generate. Next? Read up on optimization and tuning of raster maps. Thanks for the help. -Original Message- From: Bart van den Eijnden (OSGIS) [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 11:49 AM

Re: [UMN_MAPSERVER-USERS] Raster and legend

2006-09-28 Thread Bart van den Eijnden (OSGIS)
in Mapserver 4.8. AFAIK the gradient stuff is not supported for legends yet. Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl - Oorspronkelijk bericht Van: Pleyer, Walter [EMAIL PROTECTED] Naar: MAPSERVER-USERS@LISTS.UMN.EDU MAPSERVER-USERS

Re: [UMN_MAPSERVER-USERS] Multiple feature queries to WFS?

2006-09-23 Thread Bart van den Eijnden (OSGIS)
in a filter? Is there a limit to how large my filterXML can get? -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] patch for SLD (vs. 4.8.3)

2006-09-12 Thread Bart van den Eijnden (OSGIS)
] = %f), atof(pszQuantity)); + } + if (psLayer-numclasses MS_MAXCLASSES) { initClass((psLayer-class[psLayer-numclasses])); Rob -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] GetLegendGraphic without label

2006-09-07 Thread Bart van den Eijnden (OSGIS)
Hi Norbert, I have run into this problem as well. I'm afraid there is no solution currently. Apparently in WMS 1.3 width and height for LegendURL are now optional. So that way the server can advertize the image without specifying the width and the height, simply because it does not know of the

Re: [UMN_MAPSERVER-USERS] mime type of GetCapabilities response

2006-09-05 Thread Bart van den Eijnden (OSGIS)
expecting application/vnd.ogc.wms_xml but I don't get it, at least Firefox does not show, and it does with Geoserver/Deegree. I get a download dialog with only a Save button and then get mapserv.exe saved. The download dialog shows no content-type at all. Best regards, Bart Bart van den Eijnden

[UMN_MAPSERVER-USERS] WFS GetCapabilities 1.0.0 not valid

2006-09-05 Thread Bart van den Eijnden (OSGIS)
in not allowed as result format ResultFormat GML2/ GML3/ /ResultFormat Best regards, Bart -- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl

Re: [UMN_MAPSERVER-USERS] mime type of GetCapabilities response

2006-09-05 Thread Bart van den Eijnden (OSGIS)
GMT Best regards, Bart Daniel Morissette schreef: Bart van den Eijnden (OSGIS) wrote: Hi Daniel, I am expecting application/vnd.ogc.wms_xml but I don't get it, at least Firefox does not show, and it does with Geoserver/Deegree. I get a download dialog with only a Save button and then get

  1   2   3   >