[mapserver-commits] r12069 - sandbox/inspire_soc2011/mapserver

svn at osgeo.org svn at osgeo.org
Thu Aug 18 15:53:33 EDT 2011


Author: stefanl
Date: 2011-08-18 12:53:33 -0700 (Thu, 18 Aug 2011)
New Revision: 12069

Modified:
   sandbox/inspire_soc2011/mapserver/rfc73.rst
Log:
no need for option wms_inspire_languagesubstitution as languageparameter will always be appended to onlineresource, similar approach to runtimesubstitution is followed with %language% for DATA resp. CONNECTION metadata, language substituion parameter is automatically validated against inspire_languages, if missing/invalid then substitution with default value is applied

Modified: sandbox/inspire_soc2011/mapserver/rfc73.rst
===================================================================
--- sandbox/inspire_soc2011/mapserver/rfc73.rst	2011-08-18 18:54:13 UTC (rev 12068)
+++ sandbox/inspire_soc2011/mapserver/rfc73.rst	2011-08-18 19:53:33 UTC (rev 12069)
@@ -97,7 +97,10 @@
 ::
 
   ...
-    DATA "shapes/rivers_%language%.shp
+         LAYER
+          NAME TN.RoadTransportNetwork.RoadLink
+          DATA "road_%language%"
+           METADATA
   ...
 
 If the language parameter is not provided or invalid, the default language is substituted.



More information about the mapserver-commits mailing list