1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-11-24 03:35:53 +01:00

Added Canada Toporama map

This commit is contained in:
Martin Tůma 2020-03-01 14:30:23 +01:00
parent c2bf9630af
commit 51a0e121bf
3 changed files with 20 additions and 0 deletions

View File

@ -226,6 +226,12 @@ use it in GPXSee.</small></p>
</tr> </tr>
</table> </table>
<h2>North America</h2> <h2>North America</h2>
<h3>Canada</h3>
<table>
<tr>
<td><a href="maps/Canada-Toporama.xml" download><img src="tiles/Canada-Toporama.png" alt="Map Preview" width="256" height="256"/></a><br/>Canada - Toporama</td>
</tr>
</table>
<h3>United States of America</h3> <h3>United States of America</h3>
<table> <table>
<tr> <tr>

14
maps/Canada-Toporama.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
<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>

BIN
tiles/Canada-Toporama.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB