mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:10:05 +00:00
Update for Mapbox style layer names
This commit is contained in:
parent
f857cadfdf
commit
9ce33ed953
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ static const std::unordered_map<MapProvider, MapProviderInfo> mapProviderInfo_ {
|
|||
{.name_ {"Bubble"},
|
||||
.url_ {
|
||||
"mapbox://styles/mapbox-map-design/cl4wxue5j000c14r17uqrjpqb"},
|
||||
.drawBelow_ {"com\\.mapbox\\.annotations\\.points"}},
|
||||
.drawBelow_ {".*\\.annotations\\.points"}},
|
||||
{.name_ {"Cali Terrain"},
|
||||
.url_ {"mapbox://styles/mapbox/cjerxnqt3cgvp2rmyuxbeqme7"},
|
||||
.drawBelow_ {"major roads casing"}},
|
||||
|
|
@ -107,7 +107,7 @@ static const std::unordered_map<MapProvider, MapProviderInfo> mapProviderInfo_ {
|
|||
.drawBelow_ {mapboxDrawBelow_}},
|
||||
{.name_ {"Satellite"},
|
||||
.url_ {"mapbox://styles/mapbox/satellite-v9"},
|
||||
.drawBelow_ {"com.mapbox.annotations.points"}},
|
||||
.drawBelow_ {".*\\.annotations\\.points"}},
|
||||
{.name_ {"Satellite Streets"},
|
||||
.url_ {"mapbox://styles/mapbox/satellite-streets-v11"},
|
||||
.drawBelow_ {mapboxDrawBelow_}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue