1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Improved config files info formatting

This commit is contained in:
Martin Tůma 2017-07-04 12:25:26 +02:00
parent 81d27f9ae9
commit 633333bb0f
3 changed files with 44 additions and 21 deletions

View File

@ -1,3 +1,18 @@
.gallery-top {
height:10px;
}
.gallery-bottom {
height:50px;
}
.gallery-main {
background-color:#000000;
padding:20px 0;
}
#gallery {
margin: 0 50px 0 50px;
}
ul.rig {
list-style: none;
font-size: 0px;

View File

@ -271,17 +271,13 @@ margin: .5em 0 .5em 0
float:right;
}
.gallery-top {
height:10px;
.config-files {
margin-left: 10px;
}
.gallery-bottom {
height:50px;
.config-files .file {
font-family:monospace;
}
.gallery-main {
background-color:#000000;
padding:20px 0;
}
#gallery {
margin: 0 50px 0 50px;
.config-files .os {
padding-right:30px;
font-style:italic;
}

View File

@ -97,18 +97,30 @@
easily override the default map list with your own list either by editing the
global map list file:</p>
<pre>
C:\Program Files\GPXSee\maps.txt # Windows
/usr/share/gpxsee/maps.txt # Linux
/Applications/GPXSee.app/Contents/Resources/maps.txt # OS X
</pre>
<table class="config-files">
<tr>
<td class="os">Windows:</td>
<td class="file">C:\Program Files\GPXSee\maps.txt</td>
</tr><tr>
<td class="os">Linux:</td>
<td class="file">/usr/share/gpxsee/maps.txt</td>
</tr><tr>
<td class="os">OS X:</td>
<td class="file">/Applications/GPXSee.app/Contents/Resources/maps.txt</td>
</tr>
</table>
<p>or by overriding it with a user map list file:</p>
<pre>
%HOMEPATH%\GPXSee\maps.txt # Windows
$HOME/.gpxsee/maps.txt # OS X &amp; Linux
</pre>
<table class="config-files">
<tr>
<td class="os">Windows:</td>
<td class="file">%HOMEPATH%\GPXSee\maps.txt</td>
</tr><tr>
<td class="os">OS X, Linux:</td>
<td class="file">$HOME/.gpxsee/maps.txt</td>
</tr>
</table>
<p>The file format is one map entry per line, consisting of the map name and
tiles URL delimited by a TAB character. The tile X and Y coordinates are