Skip to content

Commit

Permalink
Avoid duplicate on analyser_osmosis_node_like_way osm-fr#560
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jul 15, 2019
1 parent 26c4714 commit f0e1d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/analyser_osmosis_node_like_way.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"""

sql20 = """
SELECT
SELECT DISTINCT ON (nodes.id)
intersection(akeys(ways.tags), akeys(nodes.tags)),
ways.id,
nodes.id,
Expand Down

0 comments on commit f0e1d57

Please sign in to comment.