2020-03-01 14:29:25 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-12-19 08:17:55 +01:00
|
|
|
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
|
2020-03-01 14:29:25 +01:00
|
|
|
<name>Canada - Toporama</name>
|
|
|
|
<url>http://wms.ess-ws.nrcan.gc.ca/wms/toporama_en</url>
|
|
|
|
<!--
|
|
|
|
The WMS server has broken label rendering which cuts the labels on the tile
|
|
|
|
bounds. As a workaround we set the tile size to 512px which makes the cut
|
|
|
|
labels less common. (Works with GPXSee >= 7.24)
|
|
|
|
-->
|
|
|
|
<tile size="512"/>
|
|
|
|
<copyright>Natural Resources Canada (NRCan)</copyright>
|
|
|
|
<layer>WMS-Toporama</layer>
|
|
|
|
<crs>EPSG:3978</crs>
|
|
|
|
</map>
|