-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
… Terraformer GeoStore
…ed on the rtree within function
thanks for this patch @seanmalter 👍. just out of curiosity, what version of Node.js did you use to run the tests? i saw errors yesterday, even on 6.x. |
@jgravois I'm using 8.12.0. I did have to modify the test cases so that geojson that are on the edges of the rectangle are considered. I'm a little hesitant of these changes and actually think that we might want to make a new |
@jgravois added a new function |
…grunt scripts in the package.json
sorry, but i've encountering the same High Sierra/PhantomJS problems that drove me to make the test harness updates below. Esri/terraformer-arcgis-parser#52 i don't want to invest any more time than necessary here, but i'll figure out the bare minimum to get tests running locally soon. thanks for the contribution (and your patience). |
tested this further and might still have some issues with a larger set added to the geostore, need to investigate. Closing this for now. |
Is anyone tracking this repo? I had a PR open but found there were issues with @jgravois suggested fix. I dug through the code and wasn't able to pin down the issue. |
I am also experiencing this issue. Is there a solution or workaround for now? |
do you mean someone other than me? likely not. see Esri/terraformer#268 for more info. |
Description
This pull request is to fix the issue found and noted in #4. To resolve the issue the
overlap_rectangle
function will now consider a rectangles with equal sides as overlapping.