mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[classifier] Added power=portal.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
094f481691
commit
c600374ecc
@@ -304,7 +304,8 @@ waterway|dam;200;
|
||||
amenity|charging_station|motorcar;[amenity=charging_station][motorcar?];;name;int_name;201;
|
||||
leisure|golf_course;202;
|
||||
highway|service|bridge;[highway=service][bridge?];;name;int_name;203;
|
||||
highway|pedestrian|square;[highway=pedestrian][place=square];;name;int_name;204;
|
||||
# ~250K usages.
|
||||
power|portal;204;
|
||||
# Marsh 500K usages, wet_meadow 160K
|
||||
natural|wetland|marsh;[natural=wetland][wetland=marsh],[natural=wetland][wetland=wet_meadow],[natural=wetland][wetland=dambo];;;;205;
|
||||
leisure|stadium;206;
|
||||
@@ -996,7 +997,7 @@ deprecated|deprecated;871;x
|
||||
deprecated|deprecated;872;x
|
||||
area:highway|pedestrian;873;
|
||||
area:highway|unclassified;874;
|
||||
deprecated|deprecated;875;x
|
||||
highway|pedestrian|square;[highway=pedestrian][place=square];;;;875;
|
||||
deprecated|deprecated;876;x
|
||||
area:highway|cycleway;877;
|
||||
entrance|exit;878;
|
||||
|
||||
|
Can't render this file because it contains an unexpected character in line 7 and column 16.
|
@@ -1216,6 +1216,7 @@ node|z14-[man_made=communications_tower],
|
||||
node|z17-[man_made=communications_tower],
|
||||
{font-size: 11;}
|
||||
|
||||
node|z19-[power=portal],
|
||||
node|z19-[power=tower],
|
||||
node|z15-[man_made=flagpole],
|
||||
node|z16-[man_made=mast],
|
||||
|
||||
@@ -1200,6 +1200,7 @@ man_made-mast # icon z16-
|
||||
man_made-silo # icon z16- (also has caption(optional) z18-)
|
||||
man_made-storage_tank # icon z16- (also has caption(optional) z18-)
|
||||
man_made-water_tower # icon z16- (also has caption(optional) z18-)
|
||||
power-portal # icon z19-
|
||||
power-tower # icon z19-
|
||||
=== 450
|
||||
|
||||
|
||||
@@ -290,8 +290,10 @@ node|z14-[highway=ford],
|
||||
node|z16-[highway=ladder],
|
||||
{icon-image: ladder-m.svg;}
|
||||
|
||||
node|z13-[power=portal],
|
||||
node|z13[power=tower],
|
||||
{icon-image: mast-m.svg;}
|
||||
node|z14-[power=portal],
|
||||
node|z14-[power=tower],
|
||||
{icon-image: power-tower-m.svg;}
|
||||
node|z15-[power=pole],
|
||||
|
||||
@@ -1201,6 +1201,7 @@ man_made-mast # icon z13- (also has captio
|
||||
man_made-silo # icon z13- (also has caption(optional) z14-)
|
||||
man_made-storage_tank # icon z13- (also has caption(optional) z14-)
|
||||
man_made-water_tower # icon z13- (also has caption(optional) z14-)
|
||||
power-portal # icon z13-
|
||||
power-tower # icon z13-
|
||||
=== 450
|
||||
|
||||
|
||||
Reference in New Issue
Block a user