whosonfirst / go-whosonfirst-pip-v2

An in-memory point-in-polygon (reverse geocoding) package for GeoJSON data, principally Who's On First data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for updating records on the fly

thisisaaronland opened this issue · comments

https://github.com/dhconnelly/rtreego/#storing-updating-and-deleting-objects

Mostly just a re-jiggering of the code in IndexFeature in to share methods and various locks and flags (indexing) to keep everything in order.

Also, a separate /update HTTP handler and suitable ACLS...