]> git.openstreetmap.org Git - nominatim.git/commit
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)
commit6f98fa0fb34f0f116002bf7154bc60698e0b2892
treeb42b2da7e5a87f98a372f38045290293d89e2673
parent555362eabefadca367f6262290874bf265c387ed
interpolations: snap lines to points, not vice versa

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
sql/postgis_20_aux.sql
tests/features/db/import/interpolation.feature