mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:00:06 +00:00
Adding Ocean and Toner MapTiler styles
This commit is contained in:
parent
a792538e29
commit
c78fd097a1
1 changed files with 6 additions and 0 deletions
|
|
@ -149,6 +149,9 @@ static const std::unordered_map<MapProvider, MapProviderInfo> mapProviderInfo_ {
|
|||
{.name_ {"Landscape"},
|
||||
.url_ {"https://api.maptiler.com/maps/landscape/style.json"},
|
||||
.drawBelow_ {"Runway"}},
|
||||
{.name_ {"Ocean"},
|
||||
.url_ {"https://api.maptiler.com/maps/ocean/style.json"},
|
||||
.drawBelow_ {"Landform labels"}},
|
||||
{.name_ {"Outdoor"},
|
||||
.url_ {"https://api.maptiler.com/maps/outdoor-v2/style.json"},
|
||||
.drawBelow_ {"aeroway_runway", "Aeroway"}},
|
||||
|
|
@ -167,6 +170,9 @@ static const std::unordered_map<MapProvider, MapProviderInfo> mapProviderInfo_ {
|
|||
.url_ {"https://api.maptiler.com/maps/ch-swisstopo-lbm-vivid/"
|
||||
"style.json"},
|
||||
.drawBelow_ {"pattern_landcover_vineyard", "Vineyard pattern"}},
|
||||
{.name_ {"Toner"},
|
||||
.url_ {"https://api.maptiler.com/maps/toner-v2/style.json"},
|
||||
.drawBelow_ {"Bridge"}},
|
||||
{.name_ {"Topo"},
|
||||
.url_ {"https://api.maptiler.com/maps/topo-v2/style.json"},
|
||||
.drawBelow_ {"aeroway_runway", "Runway"}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue