mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Various info update
This commit is contained in:
parent
f17ba1671e
commit
08be4ee44c
@ -209,14 +209,15 @@ h1.logo a span {
|
|||||||
margin-left:30px;
|
margin-left:30px;
|
||||||
}
|
}
|
||||||
#content p {
|
#content p {
|
||||||
margin: .5em 0 .5em 0
|
margin: .5em 0 .5em 0;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
#content pre {
|
#content pre {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
border: 1px solid #ADADAD;
|
border: 1px solid #ADADAD;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
}
|
}
|
||||||
.latest-news {
|
.latest-news {
|
||||||
}
|
}
|
||||||
|
9
doc.html
9
doc.html
@ -197,10 +197,11 @@
|
|||||||
|
|
||||||
<h3 id="offline">Offline maps</h3>
|
<h3 id="offline">Offline maps</h3>
|
||||||
<p>OziExplorer maps, TrekBuddy maps/atlases and GeoTIFF images are supported by
|
<p>OziExplorer maps, TrekBuddy maps/atlases and GeoTIFF images are supported by
|
||||||
GPXSee. Supported map projections are Web Mercator, Transverse Mercator
|
GPXSee. Supported map projections are Mercator (including Web Mercator),
|
||||||
(including UTM), Lambert Conformal Conic, Albers Equal Area, Lambert Azimuthal
|
Transverse Mercator (including UTM), Lambert Conformal Conic, Albers Equal Area,
|
||||||
Equal Area and Latitude/Longitude (2D geographic). For list of supported datums
|
Lambert Azimuthal Equal Area and Latitude/Longitude (2D geographic). Additionally,
|
||||||
and PCSs see the <a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/ellipsoids.csv">ellipsoids.csv</a>,
|
the Swiss and Hungarian Oblique Mercator projections are aupported using LCC1
|
||||||
|
aproximation. 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>
|
<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
|
||||||
|
@ -108,8 +108,9 @@
|
|||||||
<p>Additionally to the source codes, GPXSee is available as a Windows
|
<p>Additionally to the source codes, GPXSee is available as a Windows
|
||||||
installer and an OS X dmg from the project's Sourceforge page and in
|
installer and an OS X dmg from the project's Sourceforge page and in
|
||||||
form of various Linux packages from the project's openSUSE Build Service
|
form of various Linux packages from the project's openSUSE Build Service
|
||||||
page. Some linux distributions (e.g. openSUSE or Fedora) also provide
|
page. Most linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...)
|
||||||
GPXSee in their official repositories.</p>
|
also provide GPXSee in their official repositories, however not always in
|
||||||
|
the latest version.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/tumic0/GPXSee">Sources</a></li>
|
<li><a href="https://github.com/tumic0/GPXSee">Sources</a></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user