Documentation update

This commit is contained in:
Pieter Vander Vennet 2021-06-08 17:00:54 +02:00
parent 2383d204d7
commit d86801ebed
2 changed files with 21 additions and 15 deletions

View file

@ -210,8 +210,8 @@ export default class State {
"If true, shows some extra debugging help such as all the available tags on every object")
.map(str => str === "true", [], b => "" + b)
this.featureSwitchApiURL = QueryParameters.GetQueryParameter("backend","https://openstreetmap.org",
"The OSM backend to use - can be used to redirect mapcomplete to a testing backend or e.g. openHistoricalMap")
this.featureSwitchApiURL = QueryParameters.GetQueryParameter("backend","osm",
"The OSM backend to use - can be used to redirect mapcomplete to the testing backend when using 'osm-test'")
}