forked from organicmaps/organicmaps
[classif] Add man_made=utility_pole
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
d281139fd6
commit
e49e836f42
5 changed files with 9 additions and 1 deletions
|
@ -636,7 +636,8 @@ deprecated|deprecated;517;x
|
||||||
deprecated|deprecated;518;x
|
deprecated|deprecated;518;x
|
||||||
deprecated|deprecated;519;x
|
deprecated|deprecated;519;x
|
||||||
sport|diving;520;
|
sport|diving;520;
|
||||||
deprecated|deprecated;521;x
|
#~270k uses.
|
||||||
|
man_made|utility_pole;521;
|
||||||
deprecated:boundary|administrative|suburb:04.2024;[boundary=administrative][border_type=suburb];x;name;int_name;522;
|
deprecated:boundary|administrative|suburb:04.2024;[boundary=administrative][border_type=suburb];x;name;int_name;522;
|
||||||
deprecated|deprecated;523;x
|
deprecated|deprecated;523;x
|
||||||
railway|monorail|tunnel;[railway=monorail][tunnel?];;name;int_name;524;
|
railway|monorail|tunnel;[railway=monorail][tunnel?];;name;int_name;524;
|
||||||
|
|
Can't render this file because it contains an unexpected character in line 7 and column 16.
|
|
@ -23148,6 +23148,10 @@
|
||||||
comment = A single pole supporting minor power lines.
|
comment = A single pole supporting minor power lines.
|
||||||
en = Power Pole
|
en = Power Pole
|
||||||
|
|
||||||
|
[type.man_made.utility_pole]
|
||||||
|
comment = A single pole supporting various public utilities, such as lighting or telephony.
|
||||||
|
en = Utility Pole
|
||||||
|
|
||||||
[type.psurface]
|
[type.psurface]
|
||||||
en = psurface
|
en = psurface
|
||||||
af = Padoppervlak
|
af = Padoppervlak
|
||||||
|
|
|
@ -367,6 +367,7 @@ node|z13[power=tower],
|
||||||
node|z14-[power=tower],
|
node|z14-[power=tower],
|
||||||
{icon-image: power-tower-m.svg;}
|
{icon-image: power-tower-m.svg;}
|
||||||
node|z15-[power=pole],
|
node|z15-[power=pole],
|
||||||
|
node|z15-[man_made=utility_pole],
|
||||||
{icon-image: mast-m.svg;}
|
{icon-image: mast-m.svg;}
|
||||||
|
|
||||||
node|z13-[power=generator][generator:source=wind],
|
node|z13-[power=generator][generator:source=wind],
|
||||||
|
|
|
@ -1200,6 +1200,7 @@ emergency-emergency_ward_entrance # icon z18- (also has captio
|
||||||
building # caption z16- (also has area z14-)
|
building # caption z16- (also has area z14-)
|
||||||
building-garage # caption z16- (also has area z14-)
|
building-garage # caption z16- (also has area z14-)
|
||||||
building-has_parts # caption z16- (also has area z14-)
|
building-has_parts # caption z16- (also has area z14-)
|
||||||
|
man_made-utility_pole
|
||||||
power-plant # icon z17-
|
power-plant # icon z17-
|
||||||
power-plant-coal # icon z17-
|
power-plant-coal # icon z17-
|
||||||
power-plant-gas # icon z17-
|
power-plant-gas # icon z17-
|
||||||
|
|
|
@ -2509,6 +2509,7 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_SimpleTypesSmoke)
|
||||||
{"man_made", "silo"},
|
{"man_made", "silo"},
|
||||||
{"man_made", "storage_tank"},
|
{"man_made", "storage_tank"},
|
||||||
{"man_made", "tower"},
|
{"man_made", "tower"},
|
||||||
|
// {"man_made", "utility_pole"}, // In the outdoor style only.
|
||||||
{"man_made", "water_tap"},
|
{"man_made", "water_tap"},
|
||||||
{"man_made", "water_tower"},
|
{"man_made", "water_tower"},
|
||||||
{"man_made", "water_well"},
|
{"man_made", "water_well"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue