fnorf

Results 7 issues of fnorf

At the moment the resolution of Resampling for the Simple mode is limited to around 600 units (faces/vertices I believe). In some cases this might not be enough to render...

question

The resulting geojson is "pretty" formatted which leads to a vastly increased filesize. Removing all occurances of " " from a 11MB file shrank it to just 3MB.

npm test did not show errors for areal-weighting when I accidentally returned the whole sourceFeatures list from getIntersectingFeatures instead of only the filtered sourceList. ``` sourceList = sourceFeatures; return [sourceList,...

Use https://github.com/mourner/rbush to create a spatial index that can be utilised for all the intersection tests and operations. Something like: - Get the extends of each feature and use some...

I worked with rtree in Python recently so the logic was easy to transfer. Don't judge my code, I *hate* JavaScript and have no idea about anything. **Please don't merge...

Forgot to PR... No one needs this ;)