<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek, branch v0.5.0</title>
<subtitle>A web-based GPX track tracker</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/'/>
<entry>
<title>bump version to v0.5.0</title>
<updated>2023-01-12T19:34:30+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-12T19:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=cdbc12f96784d804d12969d9c79f677757bd9d6a'/>
<id>cdbc12f96784d804d12969d9c79f677757bd9d6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update dependencies</title>
<updated>2023-01-12T19:17:32+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-12T19:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=4de482f29163843a27915511c45ed1c056535141'/>
<id>4de482f29163843a27915511c45ed1c056535141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update bootstrap icons to 1.10.3</title>
<updated>2023-01-12T19:01:50+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-12T19:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=5f1b7e1467b28d177010251ada428f42815c2cb1'/>
<id>5f1b7e1467b28d177010251ada428f42815c2cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update bootstrap to 5.3.0-alpha1</title>
<updated>2023-01-12T18:59:25+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-12T18:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=48c173870f42febd8b07b76b42b737742302ce81'/>
<id>48c173870f42febd8b07b76b42b737742302ce81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update to GPXViewer 6.17</title>
<updated>2023-01-12T18:54:14+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-12T18:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=aa777379b181f05757972c46076f1975eb52f77d'/>
<id>aa777379b181f05757972c46076f1975eb52f77d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust zoom levels for stamen maps</title>
<updated>2023-01-12T17:33:36+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-12T17:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=b73b0f340e26c7ae6868f1d6a0050520c57213e2'/>
<id>b73b0f340e26c7ae6868f1d6a0050520c57213e2</id>
<content type='text'>
Note that those are not documented, but based on trial-and-error.
Terrain and Watercolor return 404 at the next zoom level, indicating
that this is the max that they support.

Toner does serve some tiles at level 18, but a lot of them return a 503.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that those are not documented, but based on trial-and-error.
Terrain and Watercolor return 404 at the next zoom level, indicating
that this is the max that they support.

Toner does serve some tiles at level 18, but a lot of them return a 503.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix layer types not being recognized</title>
<updated>2023-01-12T17:21:55+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-12T17:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=7c4b47624e9a1e60f9da89ffcd93b6f35af75d79'/>
<id>7c4b47624e9a1e60f9da89ffcd93b6f35af75d79</id>
<content type='text'>
Since we aliased the field layer_type to layer, we would need to use
type=... to set it. However, it is a bit confusing if we access it as
TileLayerConfig.layer_type, but set it with type=..., therefore let's
just turn on allow_population_by_field_name. This option lets us use
layer_type=... to set the field when initializing the object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we aliased the field layer_type to layer, we would need to use
type=... to set it. However, it is a bit confusing if we access it as
TileLayerConfig.layer_type, but set it with type=..., therefore let's
just turn on allow_population_by_field_name. This option lets us use
layer_type=... to set the field when initializing the object.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix maximum map zoom level not being honored</title>
<updated>2023-01-12T17:12:29+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-12T17:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=dd033571082be3addd3a2fa305fed69d9bb2475d'/>
<id>dd033571082be3addd3a2fa305fed69d9bb2475d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use GPX track description if available</title>
<updated>2023-01-10T21:03:59+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-10T21:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=7448b77bc3fa1c4f4d00482d5d3dad766820c1e5'/>
<id>7448b77bc3fa1c4f4d00482d5d3dad766820c1e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fietscron script for maintenance</title>
<updated>2023-01-03T23:42:33+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-03T23:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=cba02bdd0b8d7c10b9d25a3052e60ef9670eccf8'/>
<id>cba02bdd0b8d7c10b9d25a3052e60ef9670eccf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
