1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-12-04 16:29:09 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
768a440d47 Version 13.4 info 2023-06-10 14:26:42 +02:00
977622b221 Added server access configuration examples 2023-06-10 14:26:03 +02:00
2 changed files with 23 additions and 10 deletions

View File

@ -290,8 +290,21 @@
<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. Since version 13.3 you may element to specify HTTP basic authorization credentials:</p>
also specify additional HTTP request headers using the <i>header</i> element.</p>
<pre>
...
&lt;authorization username="joe" password="123456"/&gt;
</pre>
<p>Since version 13.3 you may also specify additional HTTP request headers using
the <i>header</i> element:</p>
<pre>
...
&lt;header name="Referer">https://referer.limited/&lt;/header&gt;
&lt;header name="User-Agent">Mozilla/5.0 (GNU Hurd)&lt;/header&gt;
</pre>
<h3 id="offline">Offline maps</h3> <h3 id="offline">Offline maps</h3>

View File

@ -193,6 +193,14 @@
</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>
@ -227,14 +235,6 @@
<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>