]> git.openstreetmap.org Git - nominatim.git/commitdiff
interpolations: snap lines to points, not vice versa
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 8 Mar 2015 17:25:51 +0000 (18:25 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 8 Mar 2015 17:25:51 +0000 (18:25 +0100)
Avoids the occasional rounding problem which might occur when splitting
a line anywhere but on a support point, see postgis doc for ST_Split.

Fixes #253


No differences found