We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://natural-resources.canada.ca/science-and-data/science-and-research/geomatics/topographic-tools-and-data/web-services/17216#
Any chance you could add CanVec data to a map source? Or investigate why my client crashes adding their WMS address?
Helpful repo for the rest, thanks a ton!
The text was updated successfully, but these errors were encountered:
Here's a working Toporama source
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <customWmsMapSource> <name>Canada - Toporama</name> <version>1.1.1</version> <minZoom>0</minZoom> <maxZoom>23</maxZoom> <tileType>jpg</tileType> <url>https://maps.geogratis.gc.ca/wms/toporama_en?</url> <coordinatesystem>EPSG:3857</coordinatesystem> <layers>WMS-Toporama</layers> </customWmsMapSource>
Sorry, something went wrong.
And CBMT:
<?xml version="1.0" encoding="UTF-8"?> <customWmsMapSource> <name>Canada Base Map – Transportation</name> <version>1.1.1</version> <minZoom>0</minZoom> <maxZoom>23</maxZoom> <tileType>jpg</tileType> <url>https://maps.geogratis.gc.ca/wms/CBMT?</url> <coordinatesystem>EPSG:3857</coordinatesystem> <layers>CBMT</layers> <styles></styles> <backgroundColor>#000000</backgroundColor> </customWmsMapSource>
No branches or pull requests
https://natural-resources.canada.ca/science-and-data/science-and-research/geomatics/topographic-tools-and-data/web-services/17216#
Any chance you could add CanVec data to a map source? Or investigate why my client crashes adding their WMS address?
Helpful repo for the rest, thanks a ton!
The text was updated successfully, but these errors were encountered: