trohsb
trohsb
Apologies. The following code snippet does what I want although I had to use the JtsSpatialContext. SpatialContext sc = JtsSpatialContext.GEO; ShapeFactory.LineStringBuilder lsb = sc.getShapeFactory().lineString(); // add points to lsb lsb.buffer(0.00006);...
I've created a fiddle here with something that works. https://jsfiddle.net/trohsb/2t8z7dan/3/  Is there a way to not have to loop through the values passed into the axes.values function as follows?...
Hi, I have cloned the repository to my machine, edited the [add-del-series.html](https://leeoniya.github.io/uPlot/demos/add-del-series.html) demo so that both instances of u.setData(data) are u.setData(data, false). When I click the 'Add Series' button the...