mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Merge pull request #5422 from thefifthisa/style-unpaved-taxiway
Style unpaved Taxiway
This commit is contained in:
@@ -100,6 +100,13 @@ export function svgTagClasses() {
|
||||
}
|
||||
}
|
||||
|
||||
// Style unpaved taxiways
|
||||
if (primary === 'aeroway') {
|
||||
if (t.aeroway === 'taxiway' && t.surface === 'unpaved') {
|
||||
classes += ' tag-unpaved';
|
||||
}
|
||||
}
|
||||
|
||||
classes = classes.trim();
|
||||
|
||||
if (classes !== value) {
|
||||
|
||||
Reference in New Issue
Block a user