tile38/internal
tidwall 2075bbeae4 Allow for queries GeoJSON properties
This commit allows for performing WHERE on the object's GeoJSON
properties member.

For example:

    SET fleet truck1 OBJECT '{"type":"Feature","geometry":{"type":"Point","coordinates":[-112,33]},"properties":{"speed":50}}'

You can now do:

    SCAN fleet WHERE properties.speed > 50
2022-10-20 14:26:34 -07:00
..
bing Code cleanup 2019-10-30 10:17:59 -07:00
buffer Added BUFFER option for Within and Intersects 2021-12-09 18:14:50 -07:00
clip Code cleanup 2021-07-08 06:46:08 -07:00
collection Allow for queries GeoJSON properties 2022-10-20 14:26:34 -07:00
deadline Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
endpoint Thread safe log and support for concurrent tile38 instances 2022-09-26 10:02:02 -07:00
field Add field path queries for json and comparison operators 2022-10-20 11:17:01 -07:00
glob Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
hservice Faster point in polygon / GeoJSON updates 2018-10-13 04:30:48 -07:00
log Thread safe log and support for concurrent tile38 instances 2022-09-26 10:02:02 -07:00
object Update btree and minor optz 2022-09-21 18:29:01 -07:00
server Allow for queries GeoJSON properties 2022-10-20 14:26:34 -07:00
sstring Field overhaul 2022-09-19 17:47:38 -07:00