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

8 lines
205 B
JSON

{
"type": "FeatureCollection",
"bbox": [3, 4, 3, 4],
"features": [
{"type": "Feature", "properties": {"☃": "ηελλο ςορλδ"}, "geometry": {"type": "Point", "coordinates": [3, 4]}}
]
}