File: geomfromkml16.testcase

package info (click to toggle)
spatialite 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,240 kB
  • sloc: ansic: 587,051; makefile: 8,583; sh: 4,276; yacc: 1,973; xml: 717
file content (7 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
From KML - Multigeometry - 2 x Point 2D
:memory:
SELECT AsText(GeomFromKML('<MultiGeometry><Point><coordinates>-122.0822035425683,37.42228990140251</coordinates></Point><Point><coordinates>-122,37</coordinates></Point></MultiGeometry>'))
1 # rows
1 # column
AsText(GeomFromKML('<MultiGeometry><Point><coordinates>-122.0822035425683,37.42228990140251</coordinates></Point><Point><coordinates>-122,37</coordinates></Point></MultiGeometry>'))
MULTIPOINT(-122.082204 37.42229, -122 37)