Skip to content

Commit

Permalink
Render halt train station.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimondable committed Jan 3, 2020
1 parent 51f8578 commit 2e5f9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ Layer:
(
SELECT way, railway AS type, name, tags->'station' AS station, z_order
FROM planet_osm_point
WHERE railway = 'station'
WHERE railway = 'station' OR railway = 'halt'
ORDER BY z_order NULLS LAST
) AS data
geometry: point
Expand Down

0 comments on commit 2e5f9fc

Please sign in to comment.