Hi dear StackOverflow experts, I know it may sound like a stupid question but I searched everywhere for a solution and I hope you can help me.
I have this Object which saves the coordinates of polygons relative to a worldmap with Mapbox. And my question is i have to get to the coordinates Arrays but how do I get there?
I hope you can help me :)
{
"type": "FeatureCollection",
"features": [
{
"id": "85d9515ab2c9df2f8d8c1509983d2cfa",
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
9.688465713883659,
47.42508776635637
],
[
9.670269607933506,
47.406270028309706
],
[
9.714558243187213,
47.402087395494846
],
[
9.724857925803434,
47.41463429766182
],
[
9.703915237808047,
47.43391352359839
],
[
9.688465713883659,
47.42508776635637
]
]
],
"type": "Polygon"
}
}
]
}