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

Hi @tidwall , We are using tile38 geofencing functionality. But in our project some objects get every time 6 tracked positions coming in at the same time(different lat/lon). We have...

**Describe the bug** I got this error on the server when trying to use OBJECT type WITHIN fleet FENCE OBJECT {"type": "Polygon","coordinates": [[[100.0, 0.0],[101.0, 0.0],[101.0, 1.0],[100.0, 1.0],[100.0, 0.0]]]} **To Reproduce**...

Hi. I am using tile38. Works fast, everything suits. But there is one problem. I have objects with geo-coordinates, and many layers. a layer is a geofence (polygon) and a...

Hi @tidwall We are looking to use this project in production. Expecting there to be multiple indexes in the order of GBs ( > 100 million points in each index)....

Hi, I would like to know what the limit is for geofences : have you already done a benchmark or tested the limits ? For example: 1000, 10000, 100000, 100000,...

Hi there: I am maintaining a project and I received a requirement recently in which I need to find points in an annulus, and I search a lot and find...

Hi everyone, I have a small question. Is there any way or command to get all objects, which are defined in tile38 server? Thanks in advanced.

Situation: start server-A start server-B make server-B follow server-A On server a: set player test point 0 0 set player test2 point 0 0 setchan notify nearby player fence roam...

I'm liking everything I see about Tile38, and it looks like it will solve a technical issue I'd have to implement (roaming geofences). Is there a list available of existing...

I can provide you an example: ```go import "github.com/go-redis/redis" client := redis.NewClient(&redis.Options{Addr: "localhost:9851"}) cmd := redis.NewStringCmd("set", "fleet", "truck1", "point", 33.5123, -112.2693) client.Process(cmd) v, err := cmd.Result() if err != nil...