bcgov / bcdata

An R package for searching & retrieving data from the B.C. Data Catalogue
https://bcgov.github.io/bcdata
Apache License 2.0
81 stars 12 forks source link

No longer need http for getCapabilities request. #329 #333

Closed ateucher closed 9 months ago

ateucher commented 9 months ago

DSS fixed the ows GetCapabilities endpoint (https://openmaps.gov.bc.ca/geo/pub/ows?service=WFS&version=2.0.0&request=GetCapabilities) so we no longer need to switch to http for this one call.

Closes #329