mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-21 12:49:10 +02:00
Compare commits
No commits in common. "768a440d47071cbec52ef8ed1a9a42139af0952b" and "e2cf5fe483c8c9f5716d8243d0b6ccf6931b8182" have entirely different histories.
768a440d47
...
e2cf5fe483
17
doc.html
17
doc.html
@ -290,21 +290,8 @@
|
|||||||
|
|
||||||
<h4 id="headers">Server access</h4>
|
<h4 id="headers">Server access</h4>
|
||||||
<p>If the map server requires HTTP authentication, you can use the <i>authorization</i>
|
<p>If the map server requires HTTP authentication, you can use the <i>authorization</i>
|
||||||
element to specify HTTP basic authorization credentials:</p>
|
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>
|
||||||
<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>
|
<h3 id="offline">Offline maps</h3>
|
||||||
|
16
index.html
16
index.html
@ -193,14 +193,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="latest-news">
|
<div class="latest-news">
|
||||||
<h2>Releases</h2>
|
<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">
|
<div class="news-item">
|
||||||
<p class="date">May 21 2023</p>
|
<p class="date">May 21 2023</p>
|
||||||
<h3>Version 13.3</h3>
|
<h3>Version 13.3</h3>
|
||||||
@ -235,6 +227,14 @@
|
|||||||
<li>Minor fixes.</li>
|
<li>Minor fixes.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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>
|
||||||
<div id="changelog-link">
|
<div id="changelog-link">
|
||||||
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
|
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user