CA
sensitive-blue
Google Maps Polygon
I am trying to create a custom polygon in Maps and am getting an error.
"MultiPolygon must be a 4 nested array with longitude and latitude numbers."
Here is my array. What am I missing?
{
"type": "MultiPolygon",
"coordinates": [
[
[
8.1542789,
50.453046
],
[
7.6869921,
50.4477435
],
[
7.6250622,
50.4416808
],
[
8.4615197,
50.4512578
],
[
8.1542789,
50.453046
]
]
]
}
2 Replies
@Maps_Crawler just advanced to level 1! Thanks for your contributions! 🎉
sensitive-blueOP•2y ago
Fixed it. Of course, it is a simple "polygon" and not a multi. Works fine.