Skip to content

Commit

Permalink
Remove highway=runway and highway=taxiway rendering
Browse files Browse the repository at this point in the history
These tags are wrong and there are no occurances in the database.

See gravitystorm#204
  • Loading branch information
pnorman committed Oct 1, 2013
1 parent f5ef478 commit f23f1a0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2279,21 +2279,6 @@
text-clip: false;
}
}

[highway = 'runway'],
[highway = 'taxiway'] {
[zoom >= 15][bridge = 'no'] {
text-name: "[ref]";
text-size: 10;
text-fill: #333;
text-spacing: 750;
text-clip: false;
text-placement: line;
text-min-distance: 18;
text-face-name: @book-fonts;
text-halo-radius: 1;
}
}
}

#roads-text-name {
Expand Down

0 comments on commit f23f1a0

Please sign in to comment.