Re: [mapserver-users] Projection

2012-06-14 Thread Arnd Wippermann
Your map extent should something like this EXTENT 3186000 521 4006000 6156000 PROJECTION init=epsg:2166 #or init=epsg:31467 END then your layer should show. Instead of Gauss-Krüger i would take EPSG:25832 (UTM32). It's the new official used projection for Germany . The layer will

Re: [mapserver-users] Circles around points in miles

2012-06-11 Thread Arnd Wippermann
Hello, Most likely the radius of your circles is to small for the extent you choose Arnd -Ursprüngliche Nachricht- Von: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Im Auftrag von Ian Walberg Gesendet: Montag, 11. Juni 2012 18:37 An: Lime,

AW: [mapserver-users] Open Layers Problem

2012-04-28 Thread Arnd Wippermann
your server http://173.236.45.118/cgi-bin/mapserv?map=/home/bicimapas/mapdata/BiciMapasM S.map works also well with OpenLayers. This should show your server with OpenLayers: http://gis.ibbeck.de/olclient/OLClient.asp?WMC=./data/WMC/BiciMapasMS.wmc.xm l Perhaps you use not the right zoomlevel

AW: [mapserver-users] Mapserver WFS - ODBC RDBMS - GEOMETRY_COLUMNS andSPATIAL_REF_SYS Tables

2012-03-02 Thread Arnd Wippermann
Hi, It seems, that the table GEOMETRY_COLUMNS is not used, if the geometry column is declared like CONNECTION 'ODBC:GEO,GEOPOINTS(theGeom)' Omitting the geometry column CONNECTION 'ODBC:GEO,GEOPOINTS' and renaming the table GEOMETRY_COLUMNS in the MDB, gets a different response for MapServer

AW: [mapserver-users] Mapserver WFS - ODBC RDBMS - GEOMETRY_COLUMNS andSPATIAL_REF_SYS Tables

2012-03-02 Thread Arnd Wippermann
. The structure of my access tables are the same as yours. If your ODBC connection not working, it's possibly an issue with setting the DNS. Arnd -Ursprüngliche Nachricht- Von: Donald Kerr [mailto:donald.k...@dkerr.co.uk] Gesendet: Freitag, 2. März 2012 19:55 An: 'Arnd Wippermann' Cc

AW: [mapserver-users] Style a polygon with Horizontal, Vertical, or Diagonal Lines using SLD?

2012-02-01 Thread Arnd Wippermann
you can define a symbol for the hatch in your mapfile SYMBOL NAME schraffur TYPE HATCH END and use this in your sld An example how it works: http://gis.ibbeck.de/ginfo/apps/OLExamples/OL210/MapServer_SLD_World/MapServ er_SLD_World.asp?mapservLayers=0

AW: [mapserver-users] Smuggling vendor parameters into WMSOnlineResource

2011-10-31 Thread Arnd Wippermann
Hi, You can build your own template. In your mapfile insert TEMPLATE 'path\templates\openlayers_lh.html' And request the map http://[version6]/mapserv.exe?map=brd.mapmode=browsetemplate=openlayers_lh layers=Kreise You have to take an other name than openlayers.html, to get your template.

AW: [mapserver-users] default values if not provided in the URL

2011-10-27 Thread Arnd Wippermann
Hi, You can use a wrapper for the mapserver request instead of a url with the mapfile parameter. Inside the wrapper you can decide which mapfile to use. Simple example wrapper in asp: http://trac.osgeo.org/mapserver/ticket/1254 Arnd -Ursprüngliche Nachricht- Von:

AW: [mapserver-users] Mapserver WMS Grey-scale Images

2011-10-08 Thread Arnd Wippermann
Perhaps to use OUTPUTFORMAT with FORMATOPTION PALETTE=/path/to/palette.txt FORMATOPTION PALETTE_FORCE=on may help http://gis.ibbeck.de/ginfo/apps/OLExamples/OL210/MapServer_SLD_World/MapServ er_Grayscale.asp Arnd -Ursprüngliche Nachricht- Von: mapserver-users-boun...@lists.osgeo.org

AW: [mapserver-users] Re: Feature wish: Internal mapfile variables

2011-10-04 Thread Arnd Wippermann
Hi, MapServer supports named styles. http://mapserver.org/ogc/sld.html#sld At rendering time, if the CLASSGROUP is defined, only classes that have the same group name would be used. Based on this concept, WMS/SLD support uses the class groups as named styles. Each group of classes is considered

AW: [mapserver-users] getFeatureInfo html with special characters indatasource

2011-09-09 Thread Arnd Wippermann
Hi, Perhaps you can use [yourFIELD_raw]. It shouldn't encode HTML. http://mapserver.org/mapfile/template.html [attribute name],[attrribute name_esc],[attribute item name_raw] Or you can use javascript in your templates to solve this !-- Mapserver Template -- script var ret =

AW: [mapserver-users] WFS with OpenLayers

2011-07-13 Thread Arnd Wippermann
Hi, Good explanation. I like MapServer, but sometimes it is difficult to get it working as one wishes. I haven't tried WFS version 1.1.0 yet. A hint to OpenLayers. If you include proj4.js and the projection files needed for your purpose to your application, and adds the param projection to

AW: [mapserver-users] WFS with 6.0.0 Beta RC2

2011-07-11 Thread Arnd Wippermann
An: Arnd Wippermann Cc: mapserver-users@lists.osgeo.org Betreff: Re: [mapserver-users] WFS with 6.0.0 Beta RC2 The interesting thing is that when a GET request is issued with the same filter, the GML for the feature is returned as expected. Does anybody have POST GetFeature requests working

AW: [mapserver-users] ogc:And in SLD .. ?

2011-07-07 Thread Arnd Wippermann
Hi, It does See your sld on http://gis.ibbeck.de/ginfo/apps/OLExamples/OL210/MapServer_SLD_Demo/MapServe r_SLD_Demo.asp?SLDsrcIdx=38 Perhaps your attributs names or values not in the correct writing (upper and lowercase). Arnd -Ursprüngliche Nachricht- Von:

AW: [mapserver-users] Low-resolution raster image problem when usingOpenlayers

2011-07-01 Thread Arnd Wippermann
a imageformat, then the OpenLayers.Layer.MapServer requests a png and the WMS requests a jpg (if not set transparent=true). Arnd _ Von: kensei3000 [mailto:kensei3...@yahoo.com] Gesendet: Donnerstag, 30. Juni 2011 04:58 An: Arnd Wippermann Cc: mapserver-users@lists.osgeo.org Betreff: Re

AW: [mapserver-users] mapserver SLD Scale

2011-06-30 Thread Arnd Wippermann
hi, here an online example for MinScaleDenominator.../MinScaleDenominator MaxScaleDenominator.../MaxScaleDenominator of a polygonlayer. http://gis.ibbeck.de/ginfo/apps/OLExamples/OL210/MapServer_SLD_Demo/MapServe r_SLD_Demo.asp?SLDsrcIdx=37

[mapserver-users] WFS with 6.0.0 Beta RC2

2011-05-09 Thread Arnd Wippermann
Hi, I'm trying to get WFS working with 6.0.0 Beta RC2. If i use MapServer 5.6.5 a wfs post request returns the features. If I use MapServer 6.0.0 the same post request responses with ...gml:nullmissing/gml:null. The BBOX coordinates, the mapfile projection and layer is in EPSG:3763. In the WEB

[mapserver-users] SLD Filter with comment breaks filter

2011-05-06 Thread Arnd Wippermann
Hi, The filter PropertyIsLike works now as expected with 6 RC2. I have noticed two other issues: 1. The use of a filter And/Or with two or more conditions and adding a comment between the conditions resolves to true for all features, whether true or not. Filter And PropertyIsLike wildCard=*

[mapserver-users] error and temp file handling with 6.0.0

2011-04-29 Thread Arnd Wippermann
Hi, I'm a bit confused about how MapServer log errors and where it saves temporary files. In my mapfile I have declared CONFIG MS_ERRORFILE file.err #and DEBUG is not set LOG file.log #in the WEB block TEMPPATH ... #in the WEB block Playing with SLD and polygon fill with exernal graphic

AW: [mapserver-users] Some issues with SLD and MapServer 6.0.0 Beta RC1

2011-04-29 Thread Arnd Wippermann
. Thank for watching the points Regards, Arnd -Ursprüngliche Nachricht- Von: Yewondwossen Assefa [mailto:yass...@dmsolutions.ca] Gesendet: Freitag, 29. April 2011 19:48 An: Arnd Wippermann Cc: mapserver-users@lists.osgeo.org Betreff: Re: [mapserver-users] Some issues with SLD and MapServer

[mapserver-users] Some issues with SLD and MapServer 6.0.0 Beta RC1

2011-04-28 Thread Arnd Wippermann
Hi, I'm interested in map styling with SLD and have tested it locally with MapServer 6.0.0 Beta RC1 windows binaries from www.gisinternals.com. I have created an online application to play with SLD and the different MapServer versions.

AW: [mapserver-users] CLASS visualization with different attributevalue

2011-01-17 Thread Arnd Wippermann
And OR instead of AND I would suggest. Arnd -Ursprüngliche Nachricht- Von: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Im Auftrag von Lime, Steve D (DNR) Gesendet: Montag, 17. Januar 2011 17:49 An: Simone Frigerio;

AW: [mapserver-users] shp/dbf file's name

2010-08-21 Thread Arnd Wippermann
Hi Johan, Haven't thought, that it is possible to style by joined fields. But your example works. First I had some trouble to get the right syntax, and that causes in MapServer crashes. But finally it worked! (Mapserver 5.2, 5.6.1) With connection to shape and dbase folder CONNECTIONTYPE OGR

WG: [OpenLayers-Users] [mapserver-users] WFS GetFeature and SLDfilter Between

2010-08-05 Thread Arnd Wippermann
-Ursprüngliche Nachricht- Von: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] Im Auftrag von Arnd Wippermann Gesendet: Donnerstag, 5. August 2010 17:33 An: 'Yewondwossen Assefa' Cc: us...@openlayers.org Betreff: Re: [OpenLayers-Users] [mapserver-users] WFS GetFeature

[mapserver-users] WFS GetFeature and SLD filter Between

2010-08-04 Thread Arnd Wippermann
Hi if I use a SLD filter Between for filter the WFS getfeature, I get the following error: ?xml version='1.0' encoding=ISO-8859-1 ? ServiceExceptionReport version=1.2.0 xmlns=http://www.opengis.net/ogc; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[mapserver-users] layertype CHART - how to get the pie chart for a specific polygon

2010-05-17 Thread Arnd Wippermann
. Is there an other way possible? Regards Arnd Wippermann http://gis.ibbeck.de/ ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

AW: [mapserver-users] layertype CHART - how to get the pie chart for a specific polygon

2010-05-17 Thread Arnd Wippermann
for a specific polygon. Regards, Arnd -Ursprüngliche Nachricht- Von: Lime, Steve D (DNR) [mailto:steve.l...@state.mn.us] Gesendet: Montag, 17. Mai 2010 23:28 An: Arnd Wippermann; mapserver-users@lists.osgeo.org Betreff: RE: [mapserver-users] layertype CHART - how to get the pie chart

AW: [mapserver-users] [wms] How to get gml/xml results from a GetFeatureInfo on OpenStreetMap?

2010-04-09 Thread Arnd Wippermann
Hi, In your layer declaration add DUMP TRUE and choose INFO_FORMAT=application/vnd.ogc.gml in the WMS request. Part from the WMS GetCapabilities Request GetFeatureInfo Formattext/plain/Format Formattext/html/Format Formatapplication/vnd.ogc.gml/Format Arnd

AW: [mapserver-users] WMS GetFeatureInfo on a WFS layer

2010-03-24 Thread Arnd Wippermann
Hi, as I know, you cann't request a WMS or WFS through a connection in your mapfile (results to Search return no result). Only with own data added as shapefile and so on, you can get a result for GetfeatureInfo requests. Wether mapinfo via ogr cann't request, i have no clue. But I would think,

AW: [mapserver-users] Problem with Russia polygon

2010-01-06 Thread Arnd Wippermann
Hi, Use ogr tools to convert the shapefile to mapinfo mif. Then you can look at the coordinates for the polygons. There are a couple of times with a longitude -180. 179.86 -89.92 -180.14999 -89.779991 -179.99941 -84.4286809998 If you change them to

AW: [mapserver-users] How do I Control QUERY Output?

2009-12-09 Thread Arnd Wippermann
Hi, You cann't insert html to a html document by using a url. There is nothing like the img tag for pictures. You have to use ajax to request your query. Then you can put the result with innerHTML to your element. Arnd -Ursprüngliche Nachricht- Von:

AW: [mapserver-users] Query feature using openlayers and mapserver

2009-11-03 Thread Arnd Wippermann
Hi, Look for the visibility of your querylayer and decide what to do map.events.register('click', map, function (e) { var flag=map.getLayersBy(name, querylayer)[0].visibility; if(flag) { var url = http://localhost/cgi-bin/mapserv.exe; + ?map=map/file/directory.map

AW: [mapserver-users] Invalid format for the EXCEPTIONparameter

2009-09-23 Thread Arnd Wippermann
Hi, in ArcMap 9.3 it's possible to change from default version for the WMS request to other versions. Arnd _ Von: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Im Auftrag von Robert Sanson Gesendet: Mittwoch, 23. September 2009 02:49 An:

AW: [mapserver-users] Invalid format for theEXCEPTIONparameter

2009-09-23 Thread Arnd Wippermann
Hi Robert, I'm using ArcMap 9.3 and the add WMS server dialog has a dropdown list for selecting a version (see attached image). Arnd _ Von: Robert Sanson [mailto:sans...@asurequality.com] Gesendet: Mittwoch, 23. September 2009 22:44 An: Arnd Wippermann Cc: mapserver-users

AW: [mapserver-users] openlayers/mapserver

2009-07-17 Thread Arnd Wippermann
Hi, with a right click on the pink tile you can get the url of the image. Test it in the browser and you should get an error message. Perhaps it's the wrong parameter SRS (it's a wms parameter) or the absent parameter map_projection (mapserver parameter). You should also declare options for

AW: [mapserver-users] Passing single quoted strings

2009-04-23 Thread Arnd Wippermann
Hi, Another possibility: somevalue = filter \datum between '2002-8-8' and '2002-8-9'\; Perhaps this works. Arnd -Ursprüngliche Nachricht- Von: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Im Auftrag von Heiko Schröter Gesendet: Donnerstag,

AW: [mapserver-users] map server wms request

2009-01-31 Thread Arnd Wippermann
saving the response of your request. But the result is the same. Arnd Wippermann _ Von: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Im Auftrag von cemre yilmaz Gesendet: Samstag, 31. Januar 2009 15:47 An: mapserver-users@lists.osgeo.org Betreff

AW: [mapserver-users] MapServer Animation Examples of Pipeline Flow?

2008-08-03 Thread Arnd Wippermann
here is another example with animation and OpenLayers http://gis.ibbeck.de/ginfo/apps/Pentominoes/pentominoes.html click 'starten' or 'start' to begin the animation. Arnd Wippermann _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Bill Thoen Gesendet: Samstag, 2

AW: [mapserver-users] Setting up a MAP file to use data on a networkshare [newbie I guess! :-) ]

2008-05-17 Thread Arnd Wippermann
Hello Greg, Try to use the UNC path in the data tag DATA \\server\path\myshapefile.shp This should work. Otherwise I think, their are problems with permissions. Mit freundlichen Grüssen Arnd Wippermann http://gis.ibbeck.de/ginfo/ -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED

AW: [mapserver-users] WMS for SRTM ? How to implement?

2008-04-12 Thread Arnd Wippermann
' '1.1.1' 'wms_srs' 'EPSG:4326' #Uppercase!!! 'wms_server_version' '1.1.0' 'wms_formatlist' 'image/gif,image/png,image/jpeg,image/wbmp' 'wms_format' 'image/png' #'wms_style' 'visual' END END END Mit freundlichen Grüssen Arnd