SupportedFilesMarkdown/Files/fictional_park.geojson

25 lines
531 B
Plaintext
Raw Permalink Normal View History

2025-03-01 15:02:58 +03:00
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-100.0, 40.0],
[-99.0, 40.0],
[-99.0, 41.0],
[-100.0, 41.0],
[-100.0, 40.0]
]
]
},
"properties": {
"name": "Fictional Park",
"description": "A large, fictional park for demonstration purposes."
}
}
]
}