diff options
author | Chris Mytton <chrismytton@gmail.com> | 2019-11-15 15:59:44 +0000 |
---|---|---|
committer | Chris Mytton <chrismytton@gmail.com> | 2019-11-27 13:41:58 +0000 |
commit | 7ce3a0a38967bd5a35b20b95c38c5471d44998e4 (patch) | |
tree | aac5adbb693b8e15c8cd8ec8c649646301888152 /t/map/tests.t | |
parent | 7ea719a848046c072472360c9d7f925721cead49 (diff) |
[Peterborough] Add OS MasterMap map tiles
This adds a new "MasterMap" map type which uses tiles from Tilma to
display MasterMap data.
Diffstat (limited to 't/map/tests.t')
-rw-r--r-- | t/map/tests.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/map/tests.t b/t/map/tests.t index f1f29dc06..1c5c2b64a 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -14,6 +14,7 @@ my $requires = { 'Hounslow' => 'map-wmts-hounslow.js', 'IsleOfWight' => 'map-wmts-isleofwight.js', 'OSM' => 'OpenStreetMap.js', + 'MasterMap' => 'map-mastermap.js', 'CycleMap' => 'OpenStreetMap.js', 'MapQuest' => 'OpenStreetMap.js', 'StreetView' => 'map-streetview.js', |