Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overwrite property not used when passed via properties #157

Open
harto opened this issue Jun 2, 2020 · 0 comments
Open

overwrite property not used when passed via properties #157

harto opened this issue Jun 2, 2020 · 0 comments

Comments

@harto
Copy link

harto commented Jun 2, 2020

The documentation suggests that overwrite should be set as an option via properties (https://rtree.readthedocs.io/en/latest/class.html#rtree.index.Property.overwrite), but it seems like that value is clobbered unless an overwrite kwarg is also passed to Index():

rtree/rtree/index.py

Lines 239 to 240 in 98c2ecf

self.properties.overwrite = \
bool(kwargs.get('overwrite', False))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant