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
For a reason I don't remember anymore, parsePolyline currently parses the shape into a GeoJSON FeatureCollection of PointFeatures, but a single Feature containing a LineString makes a lot more sense. 🤔
The text was updated successfully, but these errors were encountered:
For a reason I don't remember anymore,
parsePolyline
currently parses the shape into a GeoJSONFeatureCollection
ofPoint
Feature
s, but a singleFeature
containing aLineString
makes a lot more sense. 🤔The text was updated successfully, but these errors were encountered: