Methods
(static) flattenMultiLineStrings(geojson)
Flatten MultiLineStrings to single LineStrings features.
Parameters:
Name | Type | Description |
---|---|---|
geojson | FeatureCollection | | a FeatureCollection or Features array |
- Source
Returns:
Features array
(static) lineStringsToLinks(model, bbox, lineStrings) → {Turtles|Links}
Parameters:
Name | Type | Description |
---|---|---|
model | Model | Instance of Model |
bbox | Array.<number> | [west, south, east, north] Gis BBox |
lineStrings | FeatureCollection | | geojson features |
- Source