You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Why do you use array_flat for drawPolygon (gmaps.js:1265)?
Google maps correctly accepts multidimensional array of polygons to draw on map.
https://developers.google.com/maps/documentation/javascript/reference#PolygonOptions
See paths parameter doc
Also, you can check my example
https://pastebin.com/SkxKyqjE
it will require gmaps.js and wicket.js
Try to load this page with and without array_flat call in drawPolygon and you'll notice the difference
The text was updated successfully, but these errors were encountered: