Skip to content

Commit

Permalink
Avoid duplicate in analyser_osmosis_relation_public_transport osm-fr#560
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jul 14, 2019
1 parent 8ecfe5f commit 3d0199b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysers/analyser_osmosis_relation_public_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"""

sql30 = """
SELECT
SELECT DISTINCT ON(relations.id, relation_members.member_type || relation_members.member_id)
relations.id,
relation_members.member_type || relation_members.member_id,
ST_AsText(coalesce(
Expand Down Expand Up @@ -210,7 +210,7 @@
"""

sql40 = """
SELECT
SELECT DISTINCT ON(relations.id)
relations.id,
ST_AsText(relation_locate(relations.id))
FROM
Expand Down

0 comments on commit 3d0199b

Please sign in to comment.