Ben

Results 136 comments of Ben

Tile38 does not allow you to calculate the distance between two points. You can use the formulae to calculate the haversine distance independently from tile38.

Hey. Tile38 does not provide a UI. You can build one yourself with JavaScript. There has been a project somewhere on github I can’t find right now, but if you...

No idea, probably also a javascript mockup. 🤷

NEARBY will only ever consider the center point of linestrings and polygons, hence the result you see.

You can use a tool that provides you with the required capabilities such as PostGIS or you can calculate distances in your application and order instead of relying on Tile38...

Which kind of hook are you using? Also, your collection and hooks are long lived objects in memory, so it will never go down entirely. However, I can attest to...

https://github.com/tidwall/tile38/blob/a08c55bf2c5bf1ecdb3e7a2282b44576ba2e3435/internal/endpoint/endpoint.go#L148 If every hook has its own connection and each connection is an entry in that map then adding new hooks over the course of a Tile38 leader lifetime will...

Ah gotcha!! It's unique connections, not duplicate per hook.

![profile008](https://github.com/tidwall/tile38/assets/6152183/89533f48-e7bc-472a-8d7b-cdbc7f16d686) - 1000 hooks - 1000 objects where each is "moving" through space and triggers one or more of the hooks ![profile009](https://github.com/tidwall/tile38/assets/6152183/10024ae9-0371-42a9-9697-923cee0a6464) this is 5 minutes after i stop moving...

I'm sorry that was really not helpful. I was dumping information and was interrupted providing additional context. > To be clear, you are saying there's still a leak due to...