mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Make the XML code snippets fit to the code block boxes
This commit is contained in:
parent
af0247a880
commit
5d04221f5f
30
doc.html
30
doc.html
@ -115,10 +115,10 @@
|
||||
<pre>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map>
|
||||
<name>Czech Republic</name>
|
||||
<url>http://tile.server.cz/map/$z/$x/$y.png</url>
|
||||
<zoom min="2" max="15"/>
|
||||
<bounds left="12.3" bottom="48.6" right="18.9" top="51.2"/>
|
||||
<name>Czech Republic</name>
|
||||
<url>http://tile.server.cz/map/$z/$x/$y.png</url>
|
||||
<zoom min="2" max="15"/>
|
||||
<bounds left="12.3" bottom="48.6" right="18.9" top="51.2"/>
|
||||
</map>
|
||||
</pre>
|
||||
|
||||
@ -140,12 +140,12 @@
|
||||
<pre>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map type="WMTS">
|
||||
<name>CUZK</name>
|
||||
<url>http://geoportal.cuzk.cz/WMTS_ZM_900913/WMTService.aspx</url>
|
||||
<format>image/png</format>
|
||||
<layer>zm</layer>
|
||||
<style>default</style>
|
||||
<set axis="yx">ogc:1.0:globalcrs84pixel</set>
|
||||
<name>CUZK</name>
|
||||
<url>http://geoportal.cuzk.cz/WMTS_ZM_900913/WMTService.aspx</url>
|
||||
<format>image/png</format>
|
||||
<layer>zm</layer>
|
||||
<style>default</style>
|
||||
<set axis="yx">ogc:1.0:globalcrs84pixel</set>
|
||||
</map>
|
||||
</pre>
|
||||
|
||||
@ -158,11 +158,11 @@
|
||||
<pre>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map type="WMTS">
|
||||
<name>Wien - Ortho</name>
|
||||
<url type="REST">http://maps1.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml</url>
|
||||
<layer>lb</layer>
|
||||
<style>farbe</style>
|
||||
<set>google3857</set>
|
||||
<name>Wien - Ortho</name>
|
||||
<url type="REST">http://maps1.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml</url>
|
||||
<layer>lb</layer>
|
||||
<style>farbe</style>
|
||||
<set>google3857</set>
|
||||
</map>
|
||||
</pre>
|
||||
<p>There is one more important attribute - the <i>axis</i> attribute of the
|
||||
|
Loading…
Reference in New Issue
Block a user