Skip to content

Commit

Permalink
Spurious spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
StyXman committed Nov 2, 2024
1 parent f26736c commit c87d7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Layer:
ELSE 'no'
END AS link,
NULL AS preserved,
COALESCE(layer, 0) AS layernotnull,
COALESCE(layer,0) AS layernotnull,
osm_id,
z_order
FROM planet_osm_line
Expand All @@ -503,7 +503,7 @@ Layer:
WHEN tags->'railway:preserved' = 'yes' THEN 'yes'
ELSE 'no'
END AS preserved,
COALESCE(layer, 0) AS layernotnull,
COALESCE(layer,0) AS layernotnull,
osm_id,
z_order
FROM planet_osm_line
Expand Down

0 comments on commit c87d7d5

Please sign in to comment.