tile38 icon indicating copy to clipboard operation
tile38 copied to clipboard

Real-time Geospatial and Geofencing

Results 134 tile38 issues
Sort by recently updated
recently updated
newest added

i am trying ignore ids within match but seems like its not working glob code is `[^1^2^3]` or `[^(1)(2)(3)]`

enhancement

Continuing discussion from https://github.com/tidwall/tile38/issues/328 ```json {"type":"Point","coordinates":[30.60775148298956,-96.3439205355819]} ``` If I were to put a boundary for earth in tile38 (full extent of the WGS84 range) tile38 would return 0 results when...

As the DevOps side of a development team that is looking to incorporate this into their project I have a few questions. Is there a way to have a config...

Consider the following: ``` INTERSECTS polygons FENCE GET points id ``` This only emits messages when any of the polygons change, but not when the point is updated. I'm not...

We are seing intermittent **Connection Refused** issues of **Tile38** running in Kubernetes with python Redis client. Both client/server implements keep_alive and a retry logic. I analized the network with Wireshark...

Hi, We're trying to use Tile38 with any Redis library available in the examples section. Unfortunately, we haven't managed to make `NEARBY` query works with Java or Go client libraries....

could tile38 monitor the track of point Intersects the polyline?like tile38 could monitor an object enters or exits the the geofence. will the future version support this Features? thank you...

Does Tile38 save somewhere else (besides the AOF) the registered hooks/chans so it could reload them after a restart? In my use-case I don't care much about the data, and...

It looks like the `SCAN..WHERE` clause implements greater than or equal to, not greater than (as mentioned in the [documentation](https://tile38.com/commands/intersects/)). For example: ``` 127.0.0.1:9851> set module test-module object {"type":"Point","coordinates":[-0.07731199264526366, 51.528183411474586]}...