agmission/Development/libs/shapefile/test/string-property.json

10 lines
396 B
JSON

{
"type": "FeatureCollection",
"bbox": [1, 2, 7, 8],
"features": [
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [1, 2]}},
{"type": "Feature", "properties": {"foo": "blue"}, "geometry": {"type": "Point", "coordinates": [3, 4]}},
{"type": "Feature", "properties": {"foo": "green"}, "geometry": {"type": "Point", "coordinates": [7, 8]}}
]
}