agmission/Development/libs/shapefile/test/null.json

16 lines
815 B
JSON

{
"type": "FeatureCollection",
"bbox": [1, 2, 17, 18],
"features": [
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [1, 2]}},
{"type": "Feature", "properties": {}, "geometry": null},
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [5, 6]}},
{"type": "Feature", "properties": {}, "geometry": null},
{"type": "Feature", "properties": {}, "geometry": null},
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [11, 12]}},
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [13, 14]}},
{"type": "Feature", "properties": {}, "geometry": null},
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [17, 18]}}
]
}