File: in_geojson_expected

package info (click to toggle)
postgis 2.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,660 kB
  • ctags: 10,181
  • sloc: ansic: 132,858; sql: 131,148; xml: 46,460; sh: 4,832; perl: 4,476; makefile: 2,749; python: 1,198; yacc: 442; lex: 131
file content (30 lines) | stat: -rw-r--r-- 1,325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
geomfromgeojson_01|MULTIPOINT(1 1,1 1)
geomfromgeojson_02|MULTIPOINT(1 1,1 1)
geomfromgeojson_03|POINT(1 1)
geomfromgeojson_04|LINESTRING(0 0,1 1)
geomfromgeojson_05|POLYGON((0 0,1 1,1 0,0 0))
geomfromgeojson_06|MULTIPOLYGON(((0 0,1 1,1 0,0 0)))
#1434: Next two errors
ERROR:  Unable to find 'coordinates' in GeoJSON string
ERROR:  unexpected character (at offset 0)
ERROR:  unexpected end of data (at offset 0)
ERROR:  invalid GeoJSON representation
ERROR:  Too few ordinates in GeoJSON
ERROR:  Too few ordinates in GeoJSON
ERROR:  Unable to find 'coordinates' in GeoJSON string
ERROR:  Unable to find 'coordinates' in GeoJSON string
#2130|50
#2216|30
#2619|POLYGON EMPTY
#2619|MULTIPOLYGON Z (EMPTY)
ERROR:  The 'coordinates' in GeoJSON ring are not an array
ERROR:  The 'coordinates' in GeoJSON ring are not an array
geomfromgeojson_z_01|POINT(1 2 3)
geomfromgeojson_z_02|LINESTRING(1 2 3,2 3 4)
geomfromgeojson_zm_01|POINT(1 2 3)
geomfromgeojson_zm_02|LINESTRING(1 2 3,2 3 4)
geomfromgeojson_srs_1|GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
geomfromgeojson_srs_2|GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
geomfromgeojson_srs_3|GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
geomfromgeojson_srs_4|GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
#3583|MULTIPOLYGON Z (EMPTY)