Robert Coup

Results 92 comments of Robert Coup

FYI, functions need to be tagged `SQLITE_INNOCUOUS` — some distributions of SQLite are now compiling with [`trusted_schema=off`](https://sqlite.org/pragma.html#pragma_trusted_schema), and users will need to do `PRAGMA trusted_schema=1;` to enable non-innocuous function calls....

So my 10-minute exercise got it working — the only changes I made were css classes: * `maplibregl-ctrl` is the equivalent to `mapboxgl-ctrl` * likewise `maplibregl-ctrl-bottom-right` is the equivalent to...