David Manthey
David Manthey
If you are using a vgl rendered layer, you can change the data points (or any of the style parameters) without clearing and creating. This is done in another project...
I have thought of a fairly clean way to do this. It would ideally be implemented per GL feature, and will require a change to vgl. VGL currently discards and...
If a point passes under the mouse because of momentum, the events are not fired. This is still an issue.
It would be easy to drop jquery from geojs's source. We use jQuery in four ways: - A few trivial selector operations. These could be done with native code. The...
Incidentally, there was a bug in Firefox versions 55, 56, and 57 that prevented the screenshot from working on HTML images: https://bugzilla.mozilla.org/show_bug.cgi?id=1409992. It was fixed in Firefox 58. It worked...
We have the feature in the example pages. I think the original desire was to have a UI control (one of part of a set of widgets -- we have...
The polygon boolean operations largely address this. We probably should self-union polygon annotations on close. Update: Added in #1236.
Actual colinear points will be removed by the polybool union operation.
This is almost certainly cause by this change in mapnik: https://github.com/mapnik/mapnik/commit/db9829d702fb7d2a2ce9ee06fcb56fbaad499ba2#diff-3817884b302c98d6b02df071fa796efda25b53389fcedf28f6b7c200a7ed5efdL455-L463
This branch is more robust than the current master. Specifically, current master often generates polygons that violate epsilon, with generated sides less than fall below the epsilon length. This branch...