mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Documentation update
This commit is contained in:
parent
e8f886c78b
commit
4e672c08c5
22
doc.html
22
doc.html
@ -142,6 +142,12 @@
|
||||
|
||||
<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>
|
||||
<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
|
||||
@ -214,13 +220,15 @@
|
||||
</pre>
|
||||
|
||||
<h3 id="offline">Offline maps</h3>
|
||||
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps and GeoTIFF images are
|
||||
supported by GPXSee. Supported map projections are Mercator (including Web Mercator),
|
||||
Transverse Mercator (including UTM), Lambert Conformal Conic, Albers Equal Area,
|
||||
Lambert Azimuthal Equal Area, Křovák's and Latitude/Longitude (2D geographic).
|
||||
Additionally, the Swiss and Hungarian 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>
|
||||
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, MBTiles (raster only)
|
||||
and GeoTIFF images are supported by GPXSee.</p>
|
||||
|
||||
<p>Supported map projections are Mercator (including Web Mercator), Transverse Mercator
|
||||
(including UTM), Lambert Conformal Conic, Albers Equal Area, Lambert Azimuthal Equal Area,
|
||||
Křovák's and Latitude/Longitude (2D geographic). Additionally, the Swiss and Hungarian
|
||||
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>
|
||||
configuration files (can be modified or overridden by user files like the map
|
||||
directory).</p>
|
||||
|
Loading…
Reference in New Issue
Block a user