mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-17 16:20:48 +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>
|
<pre>
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<map>
|
<map>
|
||||||
<name>Czech Republic</name>
|
<name>Czech Republic</name>
|
||||||
<url>http://tile.server.cz/map/$z/$x/$y.png</url>
|
<url>http://tile.server.cz/map/$z/$x/$y.png</url>
|
||||||
<zoom min="2" max="15"/>
|
<zoom min="2" max="15"/>
|
||||||
<bounds left="12.3" bottom="48.6" right="18.9" top="51.2"/>
|
<bounds left="12.3" bottom="48.6" right="18.9" top="51.2"/>
|
||||||
</map>
|
</map>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
@ -140,12 +140,12 @@
|
|||||||
<pre>
|
<pre>
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<map type="WMTS">
|
<map type="WMTS">
|
||||||
<name>CUZK</name>
|
<name>CUZK</name>
|
||||||
<url>http://geoportal.cuzk.cz/WMTS_ZM_900913/WMTService.aspx</url>
|
<url>http://geoportal.cuzk.cz/WMTS_ZM_900913/WMTService.aspx</url>
|
||||||
<format>image/png</format>
|
<format>image/png</format>
|
||||||
<layer>zm</layer>
|
<layer>zm</layer>
|
||||||
<style>default</style>
|
<style>default</style>
|
||||||
<set axis="yx">ogc:1.0:globalcrs84pixel</set>
|
<set axis="yx">ogc:1.0:globalcrs84pixel</set>
|
||||||
</map>
|
</map>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
@ -158,11 +158,11 @@
|
|||||||
<pre>
|
<pre>
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<map type="WMTS">
|
<map type="WMTS">
|
||||||
<name>Wien - Ortho</name>
|
<name>Wien - Ortho</name>
|
||||||
<url type="REST">http://maps1.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml</url>
|
<url type="REST">http://maps1.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml</url>
|
||||||
<layer>lb</layer>
|
<layer>lb</layer>
|
||||||
<style>farbe</style>
|
<style>farbe</style>
|
||||||
<set>google3857</set>
|
<set>google3857</set>
|
||||||
</map>
|
</map>
|
||||||
</pre>
|
</pre>
|
||||||
<p>There is one more important attribute - the <i>axis</i> attribute of the
|
<p>There is one more important attribute - the <i>axis</i> attribute of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user