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
Been looking at converting geojson-dissolve to ES modules and diving into the source code and many things could be dropped for performance and geojson-linestring-dissolve can be converted to an internal TurfJS module.
DenisCarriere
changed the title
Rework modules @turf/dissolve & new module @turf/line-dissolve
Rework modules @turf/dissolve & new modules proposal
Oct 17, 2017
DenisCarriere
changed the title
Rework modules @turf/dissolve & new modules proposal
Rework @turf/dissolve & new modules proposal
Oct 17, 2017
Rework module
@turf/dissolve
New module proposal
@turf/line-dissolve
New module proposal
@turf/polygon-dissolve
New module proposal
@turf/homogenous
Been looking at converting
geojson-dissolve
to ES modules and diving into the source code and many things could be dropped for performance andgeojson-linestring-dissolve
can be converted to an internal TurfJS module.Dependencies
topojson-server
(ES module compatible)topojson-client
(ES module compatible)geojson-linestring-dissolve
(should be internalized to TurfJS => zero external dependencies required)geojson-flatten
(changed to@turf/meta
flattenEach()
which will boost performance on large dataset).@turf/homogenous
Returns a string Geometry type, if multiple or no geometry types are found then it will return
null
.The text was updated successfully, but these errors were encountered: