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[]>>()
|
private historyCache = new Map<string, UIEventSource<OsmObject[]>>()
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
backend: string = "https://openstreetmap.org",
|
backend: string = "https://www.openstreetmap.org",
|
||||||
changes?: {
|
changes?: {
|
||||||
readonly pendingChanges: UIEventSource<ChangeDescription[]>
|
readonly pendingChanges: UIEventSource<ChangeDescription[]>
|
||||||
readonly isUploading: Store<boolean>
|
readonly isUploading: Store<boolean>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue