blob: 540c31b24b4257f4db3ec17dc6292e52360d99d8 [file] [log] [blame]
{
"type":"Feature",
"id":"Poly",
"properties": {
"text":"This is a Feature with a Polygon"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[17.13, 51.11],
[30.54, 50.42],
[26.70, 58.36],
[17.13, 51.11]
],
[
[23.46, 54.36],
[20.52, 51.91],
[28.25, 51.50],
[26.80, 54.36],
[23.46, 54.36]
]
]
}
}