Merge pull request #5422 from thefifthisa/style-unpaved-taxiway

Style unpaved Taxiway
This commit is contained in:
Bryan Housel
2018-10-31 15:43:57 -04:00
committed by GitHub
+7
View File
@@ -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) {