Ben

Results 136 comments of Ben

> For geofencing, do I need to send it in this comment? To setup a geofence from that polygon you would do ``` SETHOOK {your_geofence} {endpoint to send events to}...

I can confirm the issue in v0.20.0 and everything working in v0.19.0. Also took a look at the data and couldn't find anything wrong with it either. I was able...

Just for a sanity check. The mvt_postgis provider is not affected.

> which is why this is showing up only in the geopackage provider. just tested the legacy `postgis` provider. Same issue there for `geometry_type=polygon` but fine for `geometry_type=linestring`. 👀

Github offers code scanning too natively if that is an option.

For docker we should be able to get away with Dependabot keeping the image updated.

is there a data folder that your tile38 instance can pick up an appendonly file from?

Tile38 stores every command you execute in an appendonly file in your /tile38/data directory. On start-up it will read back whats in your /tile38/data folder into memory, that is why...