Skip to content

Commit

Permalink
Fix invalid SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Aug 31, 2024
1 parent d81bfa1 commit 9f0752a
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 @@ -2130,7 +2130,7 @@ Layer:
OR leisure IN ('slipway', 'track')
OR waterway IN ('dam', 'weir')
OR "natural" IN ('arete', 'cliff', 'ridge'))
AND COALESCE((tags->('name:it')), (tags->('name:en')), name, NULL) IS NOT NULL
AND COALESCE((tags->('name:it')), (tags->('name:en')), name, NULL) IS NOT NULL)
OR (tags @> 'golf=>hole' AND ref IS NOT NULL)
) AS text_line
properties:
Expand Down

0 comments on commit 9f0752a

Please sign in to comment.