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;
|
||||
}
|
||||
#content p {
|
||||
margin: .5em 0 .5em 0
|
||||
margin: .5em 0 .5em 0;
|
||||
text-align: justify;
|
||||
}
|
||||
#content pre {
|
||||
font-size: 10pt;
|
||||
text-align: left;
|
||||
background-color: #F0F0F0;
|
||||
border: 1px solid #ADADAD;
|
||||
padding: .5em;
|
||||
font-size: 10pt;
|
||||
text-align: left;
|
||||
background-color: #F0F0F0;
|
||||
border: 1px solid #ADADAD;
|
||||
padding: .5em;
|
||||
}
|
||||
.latest-news {
|
||||
}
|
||||
|
9
doc.html
9
doc.html
@ -197,10 +197,11 @@
|
||||
|
||||
<h3 id="offline">Offline maps</h3>
|
||||
<p>OziExplorer maps, TrekBuddy maps/atlases and GeoTIFF images are supported by
|
||||
GPXSee. Supported map projections are Web Mercator, Transverse Mercator
|
||||
(including UTM), Lambert Conformal Conic, Albers Equal Area, Lambert Azimuthal
|
||||
Equal Area and Latitude/Longitude (2D geographic). For list of supported datums
|
||||
and PCSs see the <a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/ellipsoids.csv">ellipsoids.csv</a>,
|
||||
GPXSee. Supported map projections are Mercator (including Web Mercator),
|
||||
Transverse Mercator (including UTM), Lambert Conformal Conic, Albers Equal Area,
|
||||
Lambert Azimuthal Equal Area and Latitude/Longitude (2D geographic). Additionally,
|
||||
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>
|
||||
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
|
||||
|
@ -108,8 +108,9 @@
|
||||
<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
|
||||
form of various Linux packages from the project's openSUSE Build Service
|
||||
page. Some linux distributions (e.g. openSUSE or Fedora) also provide
|
||||
GPXSee in their official repositories.</p>
|
||||
page. Most linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...)
|
||||
also provide GPXSee in their official repositories, however not always in
|
||||
the latest version.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/tumic0/GPXSee">Sources</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user