diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-12-13 22:54:16 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-12-13 22:54:16 +0100 |
commit | 4cfe4231bcde25bca06f99c0a23f10005c900feb (patch) | |
tree | 88509013a7e09f003080adb2fa4c85efdce49791 /doc | |
parent | 650e5809e6cc986d87ce2e9f36169936d54c11fd (diff) | |
download | fietsboek-4cfe4231bcde25bca06f99c0a23f10005c900feb.tar.gz fietsboek-4cfe4231bcde25bca06f99c0a23f10005c900feb.tar.bz2 fietsboek-4cfe4231bcde25bca06f99c0a23f10005c900feb.zip |
add support for stamen maps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/configuration.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/administration/configuration.rst b/doc/administration/configuration.rst index 5f0e3d4..e77e3cc 100644 --- a/doc/administration/configuration.rst +++ b/doc/administration/configuration.rst @@ -168,6 +168,10 @@ users will be able to use the Thunderforest maps (to protect your quota), this can be changed by setting ``thunderforest.access = public`` (default is "restricted"). +You can enable `Stamen <http://maps.stamen.com>`__ support by setting +``stamen.maps`` to the desired maps, e.g. ``stamen.maps = toner terrain +watercolor``. + You can add custom tile layers in the following way: .. code:: ini |