diff --git a/src/constants/providers.ts b/src/constants/providers.ts index 2140744..09aab02 100644 --- a/src/constants/providers.ts +++ b/src/constants/providers.ts @@ -5,7 +5,7 @@ export interface IProvider { } export type ITileMaps = Record -// { +// { // WATERCOLOR: IProvider, // DGIS: IProvider, // DEFAULT: IProvider, @@ -36,8 +36,8 @@ const TILEMAPS: ITileMaps = { }, DEFAULT: { name: 'OpenStreetMap', - // url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', - url: 'https://{s}.osm.tile.vault48.org/{z}/{x}/{y}.png', + url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', + // url: 'https://{s}.osm.tile.vault48.org/{z}/{x}/{y}.png', range: ['a', 'b', 'c'], }, // DARQ: { diff --git a/yarn.lock b/yarn.lock index 5a3cde3..c754c94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7218,7 +7218,12 @@ leaflet.markercluster@^1.4.1: resolved "https://registry.yarnpkg.com/leaflet.markercluster/-/leaflet.markercluster-1.5.0.tgz#54db42485da32fc3d92c7ae22d0d7982879e0b67" integrity sha512-Fvf/cq4o806mJL50n+fZW9+QALDDLPvt7vuAjlD2vfnxx3srMDs2vWINJze4nKYJYRY45OC6tM/669C3pLwMCA== -leaflet@>=0.7.0, leaflet@^1.6.0: +leaflet@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.6.0.tgz#aecbb044b949ec29469eeb31c77a88e2f448f308" + integrity sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ== + +leaflet@>=0.7.0: version "1.7.1" resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.7.1.tgz#10d684916edfe1bf41d688a3b97127c0322a2a19" integrity sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==