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

Setting a fence or roaming fence follows the syntax of NEARBY FENCE ROAM In The test for nearby matches (fence and roaming fences) tests for group, id an distance internal/server/fence.go#L367...

**Describe the bug** If I start up a server that has a (large) AOF on disk and then immediately tell the server to `FOLLOW` a new leader. The server responds...

**Describe the bug** I have 1 leader and 2 followers running for the past week. At some point in the past week one of the followers has lost changes spontaneously...

**Describe the bug** I am running tile38 on production. For my use cases I have 1 million hooks and geofences defined. Everything works as expected except that I am getting...

I have been attempting to do a query where I am searching within a polygon for the closest N number of objects to a specific point. Currently, i have to...

connection should be reused instead of creating a new connection in every send causing - usage of memory from a few mb to gb for the same workload - eventually...

Hi, I have a use case where I want to use my tile38 pipeline to also geofence historical data. In particular, there a about 100 geofences and 1 object that...

**Is your feature request related to a problem? Please describe.** The project has its own [mock server](https://github.com/tidwall/tile38/blob/master/tests/mock_test.go) for running unit tests without an out-of-process server. Unfortunately it's not available as...

Please do not open a pull request without first filing an issue and/or discussing the feature directly with the project maintainer. ### Please ensure you adhere to every item in...

**Describe the bug** I'm not sure if this is a bug or if i'm not using it correctly. I initiate a new `WebSocket` connection in Chrome and it appears to...