-
Is it possible to filter points based on direction? If my direction of travel is East bound and I have several points along this path but only want to know x number of upcoming locations is this possi…
gmonk updated
6 years ago
-
**Is your feature request related to a problem? Please describe.**
Fleet points are updated every second and I would like to show nearest upcoming intersection point while traveling along a path but …
gmonk updated
3 years ago
-
Hi, I would like to say many thanks to your contribution. But I have a question: How can I detect a object inside or outside a area? This area i have already define like this:
`
http://test-server…
ghost updated
5 years ago
-
@tidwall hi, I test **INTERSECTS** with **LineString**, but I gets wrong results. It seems that the first point and the last point of a LineString has been connected when doing **INTERSECTS** . Can y…
-
**Is your feature request related to a problem? Please describe.**
Hooks that live for a limited time are a feature with Tile38, because we can set e.g. `EX 3600`.
I have a hook that expires in 10…
iwpnd updated
2 years ago
-
When an AOF file gets too large it should automatically shrink. This can be done in a background routine in a similar manner as BuntDB.
https://github.com/tidwall/buntdb/blob/27d3577d74cea0b53b426136…
-
Set up a new key with set two points:
```
DROP TEST
SET test 1 OBJECT '{"type":"Point","coordinates":[-122.44502,37.79191]}'
SET test 2 OBJECT '{"type":"Point","coordinates":[-122.44484,37.79193]}…
-
**Is your feature request related to a problem? Please describe.**
In profiling our workload, tile38 appears to spend a hefty amount of time doing map lookups in `Collection.getFieldValues`. It see…
-
Need to collect a benchmark suite. Places to look:
* Subrepos
* https://github.com/dr2chase/bent
* https://pkg.go.dev/golang.org/x/benchmarks
* https://twitter.com/davecheney/status/123243159641…
-
Given this command
`sethook myhook http://172.17.0.1:9999/ nearby cars fence roam boundies * 100`
I am expecting objects within 100 meters (coord accuracy is 6 digits after comma):
Boundies is…