diff --git a/doc.html b/doc.html index 6545b10b..b05084a9 100644 --- a/doc.html +++ b/doc.html @@ -186,13 +186,18 @@ case of the set element, you may specify the axis attribute to override the default axis order.

+

It is possible to combine multiple WMS layers together in one map. To do so, + use a comma separated list of WMS layers as the layer element content and + a corresponding comma separated list as the style element content (can be + omitted if all styles are the default style).

+
 <?xml version="1.0" encoding="UTF-8"?>
 <map xmlns="http://www.gpxsee.org/map/1" type="WMS">
-  <name>CUZK-WMS</name>
-  <url>http://geoportal.cuzk.cz/WMS_ZM50_PUB/WMService.aspx</url>
-  <layer>GR_ZM50</layer>
-  <crs>EPSG:3035</crs>
+  <name>Katastr nemovitostí</name>
+  <url>http://services.cuzk.cz/wms/wms.asp</url>
+  <layer>polygony_parcel,polygony_budov,polygony_k_u</layer>
+  <crs axis="yx">EPSG:3034</crs>
 </map>