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 final public map renders fire roads better when the geometry is MultiLineString rather than LineString.
Acceptance criteria:
When saving a fire road whose drawn geometry is a LineString, it is automatically converted to MultiLineString (single-element coordinates array) before the API call
Walking paths are saved as LineString
Existing MultiLineString fire roads loaded from the API are rendered correctly without modification
The final public map renders fire roads better when the geometry is
MultiLineStringrather thanLineString.Acceptance criteria:
LineString, it is automatically converted toMultiLineString(single-element coordinates array) before the API callLineStringMultiLineStringfire roads loaded from the API are rendered correctly without modification