Skip to content

Commit

Permalink
Merge pull request #438 from quasart/proposed-route
Browse files Browse the repository at this point in the history
fix proposed route no more rendered with dashes
  • Loading branch information
Phyks committed Oct 7, 2020
2 parents 2b71aa7 + a02905f commit 54b52d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ Layer:
SELECT way, 'lcn' as type, tags->'lcn' AS state, 4 as priority
FROM planet_osm_line
WHERE tags->'lcn' IS NOT NULL AND tags->'lcn' NOT IN ('no', 'none')
AND highway IS NOT NULL
) as routes_from_relations_and_ways
ORDER BY priority DESC
) AS data
Expand Down

0 comments on commit 54b52d5

Please sign in to comment.