Adds custom CSS styling for ferry routes

Closes #5414
This commit is contained in:
Quincy Morgan
2018-10-18 18:31:43 -07:00
parent 9b84f9622f
commit 38bfeb852d
2 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export function svgTagClasses() {
var primaries = [
'building', 'highway', 'railway', 'waterway', 'aeroway',
'motorway', 'boundary', 'power', 'amenity', 'natural', 'landuse',
'leisure', 'military', 'place', 'man_made'
'leisure', 'military', 'place', 'man_made', 'route'
];
var statuses = [
'proposed', 'construction', 'disused', 'abandoned', 'dismantled',