[mapserver-dev] RFC113 Chainable Compositing Filters
Riedo Marc
Marc.Riedo at ne.ch
Wed Oct 7 01:13:50 PDT 2015
Hi Thomas, Hi Steve,
Thanks for your nice comments on our maps and thanks for the great implementation of the new filters that will help us to improve our cartography. We are great fans of mapserver here at SITN.
In the current version http://sitn.ne.ch/production/wsgi/short/oyno9 we use the 7.0 hack. We will use the new possibilities developed by Thomas asap.
Here is an example for the lakes
LAYER
NAME "lakes_situation"
METADATA
"wms_title" "Lacs suisse"
"wms_srs" "EPSG:21781 EPSG:54004 EPSG:3785 EPSG:4326 EPSG:900913"
END
GROUP "Fonds_carto"
TYPE POLYGON
STATUS ON
CONNECTIONTYPE POSTGIS
CONNECTION ...
PROCESSING "CLOSE_CONNECTION=DEFER"
DATA "geom from mobilite2030.lacs_mobilite using unique idobj using srid=21781"
CLASS
STYLE
COLOR 180 230 255
OUTLINECOLOR 107 185 235
WIDTH 0.5
END
END
END
LAYER
NAME "lakes_situation_shading"
METADATA
"wms_title" "lacs_situation ombrage"
"wms_srs" "EPSG:21781 EPSG:54004 EPSG:3785 EPSG:4326 EPSG:900913"
END
GROUP "Fonds_carto"
TYPE POLYGON
CONNECTIONTYPE POSTGIS
CONNECTION ...
PROCESSING "CLOSE_CONNECTION=DEFER"
DATA "geom from mobilite2030.lacs_mobilite using unique idobj using srid=21781"
STATUS ON
COMPOSITE
OPACITY 50
COMPFILTER "10"
END
CLASS
STYLE
GEOMTRANSFORM (buffer([shape],-8))
COLOR 255 255 255
END
END
END
Marc Riedo
Responsable du SITN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20151007/b7a41ffc/attachment.html>
More information about the mapserver-dev
mailing list