forked from MapComplete/MapComplete
Fix: use correct backend address (including www.)
This commit is contained in:
parent
e2b3032198
commit
c320239610
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default class OsmObjectDownloader {
|
|||
private historyCache = new Map<string, UIEventSource<OsmObject[]>>()
|
||||
|
||||
constructor(
|
||||
backend: string = "https://openstreetmap.org",
|
||||
backend: string = "https://www.openstreetmap.org",
|
||||
changes?: {
|
||||
readonly pendingChanges: UIEventSource<ChangeDescription[]>
|
||||
readonly isUploading: Store<boolean>
|
||||
|
|
Loading…
Reference in a new issue