tile38/internal
tidwall bdc80a7f70 Added WHERE expressions
It's now possible to do:

   SCAN fleet WHERE "properties.speed < 25 || properties.speed > 50"

Uses javascript-like syntax using the https://github.com/tidwall/expr package.

Automatically reference fields and GeoJSON properties:

   SET fleet truck1 FIELD speed 65 POINT -112 33

Can be queried:

   SCAN fleet WHERE "speed > 50"
   SCAN fleet WHERE "id == 'truck1'"
   SCAN fleet WHERE "speed > 50 && id == 'truck1'"
2022-10-20 17:01:12 -07:00
..
2019-10-30 10:17:59 -07:00
2021-07-08 06:46:08 -07:00
2022-09-12 17:06:27 -07:00
2022-09-12 17:06:27 -07:00
2022-09-21 18:29:01 -07:00
2022-10-20 17:01:12 -07:00
2022-09-19 17:47:38 -07:00