diff --git a/project.mml b/project.mml index 2243df72..a2f07a07 100644 --- a/project.mml +++ b/project.mml @@ -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