Skip to content

Commit

Permalink
Switch to api.openstreetmap.org API host
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldegroot2 authored Oct 21, 2023
1 parent c7d103a commit 57b5676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ const maps = (() => {
map.on("moveend", fetchNotes);

};
let osm_api_createnote = 'https://www.openstreetmap.org/api/0.6/notes.json'
let osm_api_createnote = 'https://api.openstreetmap.org/api/0.6/notes.json'

let create_osm_note = function (pos) {

Expand Down Expand Up @@ -1372,4 +1372,4 @@ const maps = (() => {
reopen_osm_note,
comment_osm_note,
};
})();
})();

0 comments on commit 57b5676

Please sign in to comment.