File: in_geojson_expected

package info (click to toggle)
postgis 3.5.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 69,528 kB
  • sloc: ansic: 162,229; sql: 93,970; xml: 53,139; cpp: 12,646; perl: 5,658; sh: 5,369; makefile: 3,435; python: 1,205; yacc: 447; lex: 151; pascal: 58
file content (40 lines) | stat: -rw-r--r-- 1,881 bytes parent folder | download | duplicates (6)
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
31
32
33
34
35
36
37
38
39
40
geomfromgeojson_01|SRID=3005;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)))
geomfromgeojson_07|MULTIPOLYGON(((0 0,1 1,1 0,0 0)))
geomfromgeojson_08|MULTIPOLYGON(((0 0,1 1,1 0,0 0)))
ERROR:  Only lon/lat coordinate systems are supported in geography. at character 71
#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
#1434.5|0101000020E6100000000000000000F87F000000000000F87F
#1434.6|0104000020E610000000000000
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 EMPTY
ERROR:  The 'coordinates' in GeoJSON ring are not an array
ERROR:  The 'coordinates' in GeoJSON ring are not an array
geomfromgeojson_z_01|SRID=4326;POINT(1 2 3)
geomfromgeojson_z_02|SRID=4326;LINESTRING(1 2 3,2 3 4)
geomfromgeojson_zm_01|SRID=4326;POINT(1 2 3)
geomfromgeojson_zm_02|SRID=4326;LINESTRING(1 2 3,2 3 4)
geomfromgeojson_srs_1|SRID=3395;GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
geomfromgeojson_srs_2|SRID=3395;GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
geomfromgeojson_srs_3|SRID=4326;GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
geomfromgeojson_srs_4|SRID=4326;GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
ERROR:  The 'coordinates' in GeoJSON are not sufficiently nested
ERROR:  The 'coordinates' in GeoJSON are not sufficiently nested
#4470.a|POLYGON((0 0))
#4470.b|POLYGON EMPTY
#4470.c|MULTIPOLYGON(((0 0)))
#4470.d|MULTIPOLYGON EMPTY
cast1|POINT(1 1)
cast2|SRID=3005;MULTIPOINT(1 1,1 1)