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:
parent
81d27f9ae9
commit
633333bb0f
@ -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 {
|
ul.rig {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
|
@ -271,17 +271,13 @@ margin: .5em 0 .5em 0
|
|||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-top {
|
.config-files {
|
||||||
height:10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.gallery-bottom {
|
.config-files .file {
|
||||||
height:50px;
|
font-family:monospace;
|
||||||
}
|
}
|
||||||
.gallery-main {
|
.config-files .os {
|
||||||
background-color:#000000;
|
padding-right:30px;
|
||||||
padding:20px 0;
|
font-style:italic;
|
||||||
}
|
|
||||||
|
|
||||||
#gallery {
|
|
||||||
margin: 0 50px 0 50px;
|
|
||||||
}
|
}
|
||||||
|
32
index.html
32
index.html
@ -97,18 +97,30 @@
|
|||||||
easily override the default map list with your own list either by editing the
|
easily override the default map list with your own list either by editing the
|
||||||
global map list file:</p>
|
global map list file:</p>
|
||||||
|
|
||||||
<pre>
|
<table class="config-files">
|
||||||
C:\Program Files\GPXSee\maps.txt # Windows
|
<tr>
|
||||||
/usr/share/gpxsee/maps.txt # Linux
|
<td class="os">Windows:</td>
|
||||||
/Applications/GPXSee.app/Contents/Resources/maps.txt # OS X
|
<td class="file">C:\Program Files\GPXSee\maps.txt</td>
|
||||||
</pre>
|
</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>
|
<p>or by overriding it with a user map list file:</p>
|
||||||
|
|
||||||
<pre>
|
<table class="config-files">
|
||||||
%HOMEPATH%\GPXSee\maps.txt # Windows
|
<tr>
|
||||||
$HOME/.gpxsee/maps.txt # OS X & Linux
|
<td class="os">Windows:</td>
|
||||||
</pre>
|
<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
|
<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
|
tiles URL delimited by a TAB character. The tile X and Y coordinates are
|
||||||
|
Loading…
Reference in New Issue
Block a user