mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-12-04 08:19:10 +01:00
Compare commits
2 Commits
e2cf5fe483
...
768a440d47
Author | SHA1 | Date | |
---|---|---|---|
768a440d47 | |||
977622b221 |
17
doc.html
17
doc.html
@ -290,8 +290,21 @@
|
||||
|
||||
<h4 id="headers">Server access</h4>
|
||||
<p>If the map server requires HTTP authentication, you can use the <i>authorization</i>
|
||||
element to specify HTTP basic authorization credentials. Since version 13.3 you may
|
||||
also specify additional HTTP request headers using the <i>header</i> element.</p>
|
||||
element to specify HTTP basic authorization credentials:</p>
|
||||
|
||||
<pre>
|
||||
...
|
||||
<authorization username="joe" password="123456"/>
|
||||
</pre>
|
||||
|
||||
<p>Since version 13.3 you may also specify additional HTTP request headers using
|
||||
the <i>header</i> element:</p>
|
||||
|
||||
<pre>
|
||||
...
|
||||
<header name="Referer">https://referer.limited/</header>
|
||||
<header name="User-Agent">Mozilla/5.0 (GNU Hurd)</header>
|
||||
</pre>
|
||||
|
||||
|
||||
<h3 id="offline">Offline maps</h3>
|
||||
|
16
index.html
16
index.html
@ -193,6 +193,14 @@
|
||||
</div>
|
||||
<div class="latest-news">
|
||||
<h2>Releases</h2>
|
||||
<div class="news-item">
|
||||
<p class="date">Jun 10 2023</p>
|
||||
<h3>Version 13.4</h3>
|
||||
<ul>
|
||||
<li>Extended Mapsforge render themes support.</li>
|
||||
<li>Improved ENC maps rendering.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">May 21 2023</p>
|
||||
<h3>Version 13.3</h3>
|
||||
@ -227,14 +235,6 @@
|
||||
<li>Minor fixes.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Apr 10 2023</p>
|
||||
<h3>Version 12.4</h3>
|
||||
<ul>
|
||||
<li>Fixed/improved Mapsforge maps rendering.</li>
|
||||
<li>Minor fixes.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="changelog-link">
|
||||
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
|
||||
|
Loading…
Reference in New Issue
Block a user