Skip to content

Commit

Permalink
Fix to CBMT WMS layer URL change
Browse files Browse the repository at this point in the history
  • Loading branch information
kngai committed Dec 22, 2021
1 parent 249c37c commit 4b547f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/BBOXMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 4b547f5

Please sign in to comment.