diff --git a/css/style.css b/css/style.css index 10260dcf..d23f69c8 100644 --- a/css/style.css +++ b/css/style.css @@ -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 { } diff --git a/doc.html b/doc.html index a025c7e8..483f4f4a 100644 --- a/doc.html +++ b/doc.html @@ -197,10 +197,11 @@

Offline maps

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 ellipsoids.csv, + 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 GCS.csv and PCS.csv configuration files (can be modified or overridden by user files like the map diff --git a/index.html b/index.html index 78085cc9..2525d603 100644 --- a/index.html +++ b/index.html @@ -108,8 +108,9 @@

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.

+ page. Most linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...) + also provide GPXSee in their official repositories, however not always in + the latest version.