diff --git a/Logic/Osm/OsmObjectDownloader.ts b/Logic/Osm/OsmObjectDownloader.ts index 6408f340e..c6c238eb8 100644 --- a/Logic/Osm/OsmObjectDownloader.ts +++ b/Logic/Osm/OsmObjectDownloader.ts @@ -17,7 +17,7 @@ export default class OsmObjectDownloader { private historyCache = new Map>() constructor( - backend: string = "https://openstreetmap.org", + backend: string = "https://www.openstreetmap.org", changes?: { readonly pendingChanges: UIEventSource readonly isUploading: Store