-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional map, where no point is selected, gives an error. #5038
Optional map, where no point is selected, gives an error. #5038
Comments
The whole map component seems a bit unreliable. |
The map in 3.0.1 still used the old map interaction. So i think this error is old behavior.. (For as far is i can see, does the stable branch for 3.0.X only contain the new map tile layer (background) feature) Do we want a backport for this issue? (i.e. setting the default value for the map component to |
Because the geoJsonGeometry is available before the featureGroupRef is set, can the useEffect hook not draw the map shapes
Refinement: We'll backport this when its reported in the real world. It will be fixed in 3.1 |
Restructured the drawing logic of the map component, ensuring that geoJsonGeometry and the featureGroupRef are available. This also further encapsulates the drawing logic from the more general map functionalities.
No description provided.
The text was updated successfully, but these errors were encountered: