-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
The intersection function doesn't return anything when intersecting two MULTILINESTRING, however the spatialite_gui application do returns. I've tested the same query with the same database and the intersection with android-spatialite doesn't show anything even when there are multiple rows as result.
This is my query, which returns 18 rows, but the column asd which represents the intersections as texts, only shows nulls
select name, astext(intersection(geometry, (select geometry from ln_data where name like '%desagü%'))) as asd
from ln_data
where
intersects(geometry, (select geometry from ln_data where name like '%desagü%'))
Metadata
Metadata
Assignees
Labels
No labels