mirror of https://github.com/tidwall/tile38.git
2075bbeae4
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 |
||
---|---|---|
.. | ||
collection.go | ||
collection_test.go | ||
geodesic.go | ||
string.go |