Skip to content
New issue

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

CanVec/Toporama maps #22

Open
bfransoo opened this issue Aug 1, 2024 · 2 comments
Open

CanVec/Toporama maps #22

bfransoo opened this issue Aug 1, 2024 · 2 comments

Comments

@bfransoo
Copy link

bfransoo commented Aug 1, 2024

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!

@clintonbale
Copy link

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>

@clintonbale
Copy link

clintonbale commented Oct 30, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants