From ebe3a8138aa8b0a6ed8b84ebdddd221fefaa4eb5 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 8 Jun 2021 17:13:25 +0200 Subject: [PATCH] Fix url --- Logic/Osm/OsmConnection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logic/Osm/OsmConnection.ts b/Logic/Osm/OsmConnection.ts index 1bba8d7d52..a732becd95 100644 --- a/Logic/Osm/OsmConnection.ts +++ b/Logic/Osm/OsmConnection.ts @@ -27,7 +27,7 @@ export class OsmConnection { "osm": { oauth_consumer_key: 'hivV7ec2o49Two8g9h8Is1VIiVOgxQ1iYexCbvem', oauth_secret: 'wDBRTCem0vxD7txrg1y6p5r8nvmz8tAhET7zDASI', - url: "https://openstreetmap.org" + url: "https://www.openstreetmap.org" }, "osm-test": { oauth_consumer_key: 'Zgr7EoKb93uwPv2EOFkIlf3n9NLwj5wbyfjZMhz2',