mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
temporary preset change
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// cdns for external data packages
|
||||
const presetsCdnUrl = ENV__ID_PRESETS_CDN_URL
|
||||
|| 'https://id-tagging-schema.deflock.me/';
|
||||
|| 'https://cdn.jsdelivr.net/npm/@openstreetmap/id-tagging-schema@{presets_version}/';
|
||||
const ociCdnUrl = ENV__ID_OCI_CDN_URL
|
||||
|| 'https://cdn.jsdelivr.net/npm/osm-community-index@{version}/';
|
||||
const wmfSitematrixCdnUrl = ENV__ID_WMF_SITEMATRIX_CDN_URL
|
||||
|
||||
@@ -19,7 +19,7 @@ const dotenv = require('dotenv');
|
||||
dotenv.config();
|
||||
const presetsVersion = require('../package.json').devDependencies['@openstreetmap/id-tagging-schema'];
|
||||
/* eslint-disable no-process-env */
|
||||
const presetsUrl = (process.env.ID_PRESETS_CDN_URL || 'https://id-tagging-schema.deflock.me/');
|
||||
const presetsUrl = (process.env.ID_PRESETS_CDN_URL || 'https://cdn.jsdelivr.net/npm/@openstreetmap/id-tagging-schema@{presets_version}/');
|
||||
/* eslint-enable no-process-env */
|
||||
|
||||
let _currBuild = null;
|
||||
|
||||
Reference in New Issue
Block a user