forked from MapComplete/MapComplete
Add cycle_highways theme, add configurable overpass backend as feature switch (settable via theme and URL)
This commit is contained in:
parent
f4ea36de9a
commit
ef0826ebb6
21 changed files with 377 additions and 48 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
|
||||
Metatags
|
||||
==========
|
||||
|
||||
|
|
BIN
Docs/Tools/graphs/Changesets per host in 2020.png
Normal file
BIN
Docs/Tools/graphs/Changesets per host in 2020.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
BIN
Docs/Tools/graphs/Changesets per host in 2021.png
Normal file
BIN
Docs/Tools/graphs/Changesets per host in 2021.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 247 KiB |
BIN
Docs/Tools/graphs/Changesets per host.png
Normal file
BIN
Docs/Tools/graphs/Changesets per host.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 199 KiB |
|
@ -150,6 +150,17 @@ The language to display mapcomplete in. Will be ignored in case a logged-in-user
|
|||
If true, shows some extra debugging help such as all the available tags on every object The default value is _false_
|
||||
|
||||
|
||||
overpassUrl
|
||||
-------------
|
||||
|
||||
Point mapcomplete to a different overpass-instance. Example: https://overpass-api.de/api/interpreter The default value is _https://overpass.kumi.de/api/interpreter_
|
||||
|
||||
|
||||
overpassTimeout
|
||||
-----------------
|
||||
|
||||
Set a different timeout (in seconds) for queries in overpass The default value is _60_
|
||||
|
||||
fake-user
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue