Skip to content

The service responsible for serving the background map

Notifications You must be signed in to change notification settings

mapdiscover/tile-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tile-service

The service responsible for serving the background map

Description

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.

How to use

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

About

The service responsible for serving the background map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages