Results 50 comments of Stephen Lacy

rn 60 has the commit for multiple destructive indexes, it was rolled from master

Tile38 is written in Golang and not Java, as such you can not use tile38 in the sense of a "java" library. You can use tile38's libraries in your Golang...

@stefanocudini That is an issue with your docker setup not tile38.

@tidwall Would you be open to accepting a PR that adds coordinate validation that validates based on WGS84 with an opt-in option?

Yes, I'd check if the lat/lons were not 0 and -/+ 180,90.

Sounds good, perhaps in the future we could add a validate command to validate that the input geojson is valid? `tile38-cli > validate "{geojson}"`

On SET and INTERSECTS, as we have datasets that may contain invalid coordinates. Right now if a coordinate is invalid tile38 returns an empty [] and we dont know if...

(note: I'm the author of that post) In my case I was wanting to check a specific metric `num_objects`, you would be just needing the state of the follower to...

You have a few issues going on here, they are not related to you using docker compose. To debug, install and run `redis-commander` with the port 9851. It will give...

@ElRochito Please provide details regarding your error. I highly doubt you have the same error as the original poster as that was specific to a third party module not supporting...