Skip to content

Commit

Permalink
Revert change on ST_DistanceSphere analyser_osmosis_water osm-fr#448
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jul 8, 2019
1 parent 0b31cc7 commit 6fd555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/analyser_osmosis_water.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
LEFT JOIN water ON
(objects.type != 'W' OR water.id != objects.id) AND
objects.bbox && water.linestring AND
ST_Distance_Sphere(objects.geom, water.linestring) < 30
ST_DistanceSphere(objects.geom, water.linestring) < 30
WHERE
water IS NULL
"""
Expand Down

0 comments on commit 6fd555d

Please sign in to comment.