From 4b547f55ff008972f56e47d2b21fc7211de1dd05 Mon Sep 17 00:00:00 2001 From: Kevin Ngai Date: Wed, 22 Dec 2021 07:39:50 -0800 Subject: [PATCH] Fix to CBMT WMS layer URL change --- src/components/BBOXMap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BBOXMap.vue b/src/components/BBOXMap.vue index 60bcd15..0541421 100644 --- a/src/components/BBOXMap.vue +++ b/src/components/BBOXMap.vue @@ -450,8 +450,8 @@ export default { }, urlWMS_CMBT: function () { return { - en: 'https://geogratis.gc.ca/maps/CBMT?', - fr: 'https://geogratis.gc.ca/cartes/CBCT?' + en: 'https://maps.geogratis.gc.ca/wms/CBMT?', + fr: 'https://cartes.geogratis.gc.ca/wms/CBCT?' } }, isLoadingStations: function () {