The service responsible for serving the background map
Generates the background map tiles in the *.mbtile
format used by many tile serving services like OpenMapTiles what we use for our extension tileserver. Maps generated using this builder need to credit © OpenMapTiles © OpenStreetMap contributors
. Attribution won't be applied automatically. This builder uses OpenMapTiles underneath.
This tool will generate a .mbtile
file which contains the necessary data for generating map background tiles either on the fly (upon request by the client)ss. Run the following commands:
export $(cat ../$envfile | xargs)
bash generate_mbtiles.sh
- The
.mbtile
file out is located at./data