mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
use api.osm.org also for map calls, release as v2.27.3
This commit is contained in:
@@ -35,6 +35,12 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# 2.27.3
|
||||
##### 2023-Nov-08
|
||||
|
||||
* Use `api.openstreetmap.org` domain also for _map_ API calls
|
||||
|
||||
|
||||
# 2.27.2
|
||||
##### 2023-Nov-08
|
||||
|
||||
|
||||
@@ -673,10 +673,10 @@ export default {
|
||||
return oauth.xhr({
|
||||
method: 'GET',
|
||||
prefix: false,
|
||||
path: urlroot + path
|
||||
path: apiUrlroot + path
|
||||
}, done);
|
||||
} else {
|
||||
var url = urlroot + path;
|
||||
var url = apiUrlroot + path;
|
||||
var controller = new AbortController();
|
||||
var fn;
|
||||
if (path.indexOf('.json') !== -1) {
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.27.2",
|
||||
"version": "2.27.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "iD",
|
||||
"version": "2.27.2",
|
||||
"version": "2.27.3",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@mapbox/geojson-area": "^0.2.2",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.27.2",
|
||||
"version": "2.27.3",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "dist/iD.min.js",
|
||||
"repository": "github:openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user