diff --git a/libs/utility/src/models/map-layers.ts b/libs/utility/src/models/map-layers.ts index 6e0d51c0f..7e94ac263 100644 --- a/libs/utility/src/models/map-layers.ts +++ b/libs/utility/src/models/map-layers.ts @@ -19,10 +19,7 @@ export class MapLayers { this.createBaseLayer('Topographic', 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x}', 'Tiles © Esri — Esri, DeLorme, NAVTEQ, TomTom, Intermap, iPC, USGS, FAO, NPS, NRCAN, GeoBase, Kadaster NL, Ordnance Survey, Esri Japan, METI, Esri China (Hong Kong), and the GIS User Community', 17); - - this.createBaseLayer('National Geographic', 'https://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x}', - 'Tiles © Esri — National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC', 12); - + this.createBaseLayer('BC Web Mercator', 'https://maps.gov.bc.ca/arcgis/rest/services/province/web_mercator_cache/MapServer/tile/{z}/{y}/{x}', 'GeoBC, DataBC, TomTom, © OpenStreetMap contributors', 17);