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
I'm trying to implement a simple map, where user can click on a polygon and do stuff with it. The app is running on NextJS and I've attached the package.json + the component
I've encountered a issue where the onClick event is not registered if the polygon is small (so if the coordinates are close together).
Seems to work fine with bigger polygons so don't know if it's a library limitation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I'm trying to implement a simple map, where user can click on a polygon and do stuff with it. The app is running on NextJS and I've attached the package.json + the component
I've encountered a issue where the onClick event is not registered if the polygon is small (so if the coordinates are close together).
Seems to work fine with bigger polygons so don't know if it's a library limitation.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions