forked from MapComplete/MapComplete
Fix index page
This commit is contained in:
parent
a6e8714ae0
commit
0326668e62
1 changed files with 1 additions and 1 deletions
2
State.ts
2
State.ts
|
@ -321,7 +321,7 @@ export default class State {
|
|||
);
|
||||
|
||||
this.overpassUrl = QueryParameters.GetQueryParameter("overpassUrl",
|
||||
layoutToUse?.overpassUrl.join(","),
|
||||
(layoutToUse?.overpassUrl ?? Constants.defaultOverpassUrls).join(",") ,
|
||||
"Point mapcomplete to a different overpass-instance. Example: https://overpass-api.de/api/interpreter"
|
||||
).map(param => param.split(","), [], urls => urls.join(","))
|
||||
|
||||
|
|
Loading…
Reference in a new issue