summaryrefslogtreecommitdiff
path: root/tests/gis_tests/data/has_nulls/has_nulls.geojson
blob: 0fccf19684394a1f6f4931596de75281135d94fd (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
  "type": "FeatureCollection",
  "name": "has_nulls",
  "crs": {
    "type": "name",
    "properties": {
      "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
    }
  },
  "features": [
    {
      "type": "Feature",
      "properties": {
        "uuid": "1378c26f-cbe6-44b0-929f-eb330d4991f5",
        "boolean": true,
        "datetime": "1994-08-14T11:32:14+0000",
        "name": "Philadelphia",
        "integer": 5,
        "num": 1.001
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -75.14923095703125,
              39.8928799002948
            ],
            [
              -75.25772094726562,
              39.889718875996685
            ],
            [
              -75.201416015625,
              40.03076909369051
            ],
            [
              -75.07644653320312,
              39.99500778093748
            ],
            [
              -75.14785766601562,
              39.95291166179976
            ],
            [
              -75.135498046875,
              39.91605629078665
            ],
            [
              -75.14923095703125,
              39.8928799002948
            ]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "uuid": "fa2ba67c-a135-4338-b924-a9622b5d869f",
        "integer": null,
        "num": null
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -75.11215209960938,
              39.94870062390347
            ],
            [
              -75.02838134765625,
              39.990799335838034
            ],
            [
              -74.959716796875,
              39.920269337633975
            ],
            [
              -75.025634765625,
              39.8465036024177
            ],
            [
              -75.12725830078125,
              39.871803651624425
            ],
            [
              -75.11215209960938,
              39.94870062390347
            ]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "uuid": "4494c1f3-55ab-4256-b365-12115cb388d5",
        "datetime": "2018-11-29T03:02:52+0000",
        "name": "north",
        "integer": 8,
        "num": 0.0,
        "boolean": false
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -75.24948120117188,
              39.99395569397331
            ],
            [
              -75.27420043945312,
              40.0507451947963
            ],
            [
              -75.20553588867188,
              40.119040222688795
            ],
            [
              -75.08193969726562,
              40.03287211677227
            ],
            [
              -75.16433715820312,
              39.97396296240704
            ],
            [
              -75.24948120117188,
              39.99395569397331
            ]
          ]
        ]
      }
    }
  ]
}