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
The text was updated successfully, but these errors were encountered:
dvmai11
changed the title
Error {message: "Input data given to 'mapbox-gl-draw-cold' is not a valid GeoJSON object."}
Error {message: "Input data given to 'mapbox-gl-draw-cold' is not a valid GeoJSON object."} with DragCircleMode
Sep 8, 2022
This seems to be a known issue for DragCircleMode. (iamanvesh/mapbox-gl-draw-circle#21)
A potential fix for this - iamanvesh/mapbox-gl-draw-circle@71a3834
... geojson.properties.active = (isActivePolygon) ? Constants.activeStates.ACTIVE : Constants.activeStates.INACTIVE; if (state.polygon.properties.center.length > 0) return display(geojson);
The text was updated successfully, but these errors were encountered: