Demonstrating ArcGeometries
This is a demonstration on how to handle ArcGeometries, exported from a TopoJSON dataset.
Demonstration steps:
- 1.) The ARCS
- 1.1 get all TopoJSON-arcs as single LineStrings
- 1.2 manipulate them, by:
- linear simplification using 'simplify.js' (here: tolerance=0.01, maxQuality=false)
- semantic filtering (here: minimum length) using 'crossfilter.js'