1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Documentation update

This commit is contained in:
Martin Tůma 2018-09-23 16:08:25 +02:00
parent e8f886c78b
commit 4e672c08c5

View File

@ -142,6 +142,12 @@
<p></p> <p></p>
<h4 id="TMS">TMS</h4>
<p>TMS maps with the global-mercator profile are supported by GPXSee in addition
to the OSM/Google tiles maps. The configuration is exactly the same as in the case
of OSM maps, the only difference is that TMS maps must have the <i>map</i>
<i>type</i> attribute set to <code>TMS</code>.</p>
<h4 id="WMTS">WMTS</h4> <h4 id="WMTS">WMTS</h4>
<p>WMTS maps are distinguished by setting the <i>type</i> attribute of the <p>WMTS maps are distinguished by setting the <i>type</i> attribute of the
<i>map</i> element to <code>WMTS</code>. Both the KVP and REST access methods <i>map</i> element to <code>WMTS</code>. Both the KVP and REST access methods
@ -214,13 +220,15 @@
</pre> </pre>
<h3 id="offline">Offline maps</h3> <h3 id="offline">Offline maps</h3>
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps and GeoTIFF images are <p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, MBTiles (raster only)
supported by GPXSee. Supported map projections are Mercator (including Web Mercator), and GeoTIFF images are supported by GPXSee.</p>
Transverse Mercator (including UTM), Lambert Conformal Conic, Albers Equal Area,
Lambert Azimuthal Equal Area, Křovák's and Latitude/Longitude (2D geographic). <p>Supported map projections are Mercator (including Web Mercator), Transverse Mercator
Additionally, the Swiss and Hungarian Oblique Mercator projections are aupported using (including UTM), Lambert Conformal Conic, Albers Equal Area, Lambert Azimuthal Equal Area,
LCC1 approximation. For list of supported datums and projected coordinate systems see Křovák's and Latitude/Longitude (2D geographic). Additionally, the Swiss and Hungarian
the <a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/gcs.csv">GCS.csv</a> Oblique Mercator projections are aupported using LCC1 approximation. For list of supported
datums and projected coordinate systems see the
<a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/gcs.csv">GCS.csv</a>
and <a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/pcs.csv">PCS.csv</a> and <a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/pcs.csv">PCS.csv</a>
configuration files (can be modified or overridden by user files like the map configuration files (can be modified or overridden by user files like the map
directory).</p> directory).</p>