mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
renamed all POI/point of intrest to marker
This commit is contained in:
parent
cd16902635
commit
31940441ed
11 changed files with 153 additions and 157 deletions
|
|
@ -43,7 +43,7 @@ static const std::vector<types::LayerInfo> kDefaultLayers_ {
|
|||
types::InformationLayer::RadarSite,
|
||||
false,
|
||||
{false, false, false, false}},
|
||||
{types::LayerType::Information, types::InformationLayer::POILayer, true},
|
||||
{types::LayerType::Information, types::InformationLayer::Markers, true},
|
||||
{types::LayerType::Data, types::DataLayer::RadarRange, true},
|
||||
{types::LayerType::Alert, awips::Phenomenon::Tornado, true},
|
||||
{types::LayerType::Alert, awips::Phenomenon::SnowSquall, true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue