[mapserver-users] Problem: HTML-Entities in query templates

2010-11-12 Thread Markus Spring
Hi list, I ran into a problem when trying to use HTML-Entities like nbsp; inside my mapserver query templates: They always get printed as strings because mapserver escapes them. A quick googling for this problem unfortunately brought no results. Does anybody have a solution for this? best

RE: [mapserver-users] Problem: HTML-Entities in query templates

2010-11-12 Thread Lime, Steve D (DNR)
MapServer only escapes tag content so I assume you mean you have attribute data that contains HTML? If so you can use the item tag: Instead of [foo] try [item name=foo escape=none]... Steve -Original Message- From: mapserver-users-boun...@lists.osgeo.org

[mapserver-users] Measure tool?

2010-11-12 Thread Bistrais, Bob
Does anyone have code for a simple measure tool for MapServer applications that they are willing to share? I'm looking for something that can measure a simple line (click beginning and end point), and also something that could measure an area (draw polygon with the mouse). Thanks, Bob

[mapserver-users] RE: Measure tool?

2010-11-12 Thread Lime, Steve D (DNR)
OpenLayers? From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Bistrais, Bob Sent: Friday, November 12, 2010 9:33 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Measure tool? Does anyone have code for a simple measure

[mapserver-users] RE: Measure tool?

2010-11-12 Thread Bistrais, Bob
No, I'm building an app using MapServer with PHPMapscript. Is there something in the OpenLayers code that can be used here? From: Lime, Steve D (DNR) [mailto:steve.l...@state.mn.us] Sent: Friday, November 12, 2010 10:41 AM To: Bistrais, Bob;

[mapserver-users] Can MapServer use RSS feeds?

2010-11-12 Thread Bistrais, Bob
Has anyone successfully configured MapServer to use GeoRSS feeds and display that data? If so, do you have any sample code? ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] RE: Measure tool?

2010-11-12 Thread Lime, Steve D (DNR)
MapServer and PHP/MapScript are server-side. There's no reason you can't use just about any client-side technology with that, OpenLayers being one option and there are others. Most others are higher level frameworks built atop OpenLayers. Steve From: Bistrais, Bob

[mapserver-users] RE: Can MapServer use RSS feeds?

2010-11-12 Thread Lime, Steve D (DNR)
OGR/GDAL has a GeoRSS driver so that's where I'd start. If that software supports it then so does MapServer... ;-) From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Bistrais, Bob Sent: Friday, November 12, 2010 9:29 AM To:

RE: [mapserver-users] mapserver stopped working - help needed

2010-11-12 Thread Lime, Steve D (DNR)
Out of curiosity has this been resolved? Steve -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Andy Colson Sent: Wednesday, November 10, 2010 3:31 PM To: nelson guda Cc: mapserver-users@lists.osgeo.org

Re: [mapserver-users] RE: Measure tool?

2010-11-12 Thread Alexander Petkov
Hey Bob, Do you already have the client-side code for user-drawn polygons? If so, what are you using? Like Steve mentioned, OpenLayers will do what you want, drawing of geometries included. Alex On Fri, Nov 12, 2010 at 8:49 AM, Lime, Steve D (DNR) steve.l...@state.mn.us wrote: MapServer and

[mapserver-users] multi criteria visualization on vector

2010-11-12 Thread Simone Frigerio
Hi folk, one question on visualization based on logic criteria. I have a huge vectorial shp file (thousand of records). An example of attributes as following: __ Shape A B C D COMBI Polygon 0 0 3 4 0_0_3_4 Polygon 0 0

Re: [mapserver-users] multi criteria visualization on vector

2010-11-12 Thread Alexander Petkov
The classes are fine for defining your 25 combinations to make them look the way you want to. To the question about your shapefile--you could keep as one shapefile and define you connection to the data as shown here: http://mapserver.org/input/vector/ogr.html Define a static filter at first to

[mapserver-users] RE: Measure tool?

2010-11-12 Thread Ludwig Kniprath
Hi Bob, we use clientside javascript-functions. They both need an array of points (digi_points) with real-world-coordiantes (properties pointX and pointY) as input-parameter. This array is filled by clicks on the map, the click-coordiantes (pixel-distance from the click-point to the upper left

[mapserver-users] using a SLD for a non-WMS layer.

2010-11-12 Thread Martin Ouellet
Hi all, I would like a confirmation to be sure that I understand the process: Considering that I can't use a sld directly inside a layer definition (in my case BDTQ_HYDRO_L_ARC), I have to define another WMS layer (BDTQ_HYDRO_L_ARC_SLD in my example below) that will be redirected to the

RE: [mapserver-users] WMS identify within ArcGIS

2010-11-12 Thread David Hildebrand
Mark: I did a bit of digging and discovered a couple of things with respect to GML encoding. The ESRI documentation states that GML is supported and, in fact, encouraged with WFS services (http://webhelp.esri.com/arcgisserver/9.3/dotNet/index.htm#wfs_service.h tm). However, because WMS