Create MBTiles file from PostGIS database tables

166 Views Asked by At

I am trying to create MBTiles files from PostGIS database connection. It should contain all geometry objects in .mbtles file (not only a tileset objects for browser).

What is the simpliest way to connect to a PostGIS database and put all the objects in a .mbtiles file?

I tried Martin, Tippecanoe and pg_tileserv, but it just doesn't work...

0

There are 0 best solutions below