OpenMapTiles is an extensible and open tile schema based on the OpenStreetMap.
 
 
 
Go to file
Petr Pridal dca81130d8
Merge pull request #627 from daliborjanak/master
Update contributing spec
2019-05-27 13:23:05 +02:00
.github Add pull request template 2018-01-31 17:13:25 +01:00
layers Add intermittent field to water* layers (#430 PR #585) 2019-05-24 13:21:43 +02:00
qa Minor trailing whitespace cleanup (#596) 2019-03-29 17:15:42 -04:00
.env Updated openmaptiles-tools to 0.9. Fixed missing BBOX, MIN_ZOOM, MAX_ZOOM variables. 2018-07-27 11:04:08 +02:00
.gitignore Import additional names from Wikidata 2017-11-16 09:03:41 +01:00
.travis.yml Minor trailing whitespace cleanup (#596) 2019-03-29 17:15:42 -04:00
BENCHMARKING.md fix formatting 2019-02-06 18:17:40 -05:00
CONTRIBUTING.md Update contributing spec with list of spec 2019-05-20 14:14:25 +02:00
LICENSE.md Create LICENSE.md 2017-01-07 15:10:07 +01:00
Makefile Minor trailing whitespace cleanup (#596) 2019-03-29 17:15:42 -04:00
QUICKSTART.md Minor trailing whitespace cleanup (#596) 2019-03-29 17:15:42 -04:00
README.md import-water 1.0, update osmdata URL 2019-05-20 11:58:34 +02:00
UPDATE.md Use later images (#289) 2017-06-24 18:11:34 -04:00
docker-compose.yml import-water 1.0, update osmdata URL 2019-05-20 11:58:34 +02:00
openmaptiles.yaml add indonesian language (#631) 2019-05-24 11:10:03 +02:00
quickstart.sh import-water 1.0, update osmdata URL 2019-05-20 11:58:34 +02:00

README.md

OpenMapTiles Build Status

OpenMapTiles is an extensible and open tile schema based on the OpenStreetMap. It is used to generate vector tiles for online zoomable maps. The project is about creating a beautiful basemaps with general layers that contain topographic information. More information openmaptiles.org and openmaptiles.com.

We encourage you to collaborate, reuse and adapt existing layers and add your own layers or use our approach for your own vector tile project. Feel free to fork the repo and experiment. The repository is built on top of the openmaptiles/openmaptiles-tools to simplify vector tile creation.

Please keep in mind that OpenMapTiles schema should stay displaying general topographic content. In case of creating a new layer or expanding an existing one with a specific theme, please create a fork and invite other community members to cooperate on your topic in this separate fork. OpenMapTiles schema is used in many projects all over the world and the size of the final vector tiles needs to be considered in any update.

Styles

You can start from several GL styles supporting the OpenMapTiles vector schema.

🔗 Learn how to create Mapbox GL styles with Maputnik and OpenMapTiles.

We also ported over our favorite old raster styles (TM2).

🔗 Learn how to create TM2 styles with Mapbox Studio Classic and OpenMapTiles.

Schema

OpenMapTiles consists out of a collection of documented and self contained layers you can modify and adapt. Together the layers make up the OpenMapTiles tileset.

🔗 Study the vector tile schema

Develop

To work on OpenMapTiles you need Docker.

Build

Build the tileset.

git clone git@github.com:openmaptiles/openmaptiles.git
cd openmaptiles
# Build the imposm mapping, the tm2source project and collect all SQL scripts
make

You can execute the following manual steps (for better understanding) or use the provided quickstart.sh script.

./quickstart.sh

Prepare the Database

Now start up the database container.

docker-compose up -d postgres

Import external data from OpenStreetMapData, Natural Earth and OpenStreetMap Lake Labels.

docker-compose run import-water
docker-compose run import-natural-earth
docker-compose run import-lakelines
docker-compose run import-osmborder

Download OpenStreetMap data extracts and store the PBF file in the ./data directory.

cd data
wget http://download.geofabrik.de/europe/albania-latest.osm.pbf

Import OpenStreetMap data with the mapping rules from build/mapping.yaml (which has been created by make).

docker-compose run import-osm

Work on Layers

Each time you modify layer SQL code run make and make import-sql.

make clean && make && make import-sql

Now you are ready to generate the vector tiles. Using environment variables you can limit the bounding box and zoom levels of what you want to generate (docker-compose.yml).

docker-compose run generate-vectortiles

License

All code in this repository is under the BSD license and the cartography decisions encoded in the schema and SQL are licensed under CC-BY.

Products or services using maps derived from OpenMapTiles schema need to visibly credit "OpenMapTiles.org" or reference "OpenMapTiles" with a link to https://openmaptiles.org/. Exceptions to attribution requirement can be granted on request.

For a browsable electronic map based on OpenMapTiles and OpenStreetMap data, the credit should appear in the corner of the map. For example:

© OpenMapTiles © OpenStreetMap contributors

For printed and static maps a similar attribution should be made in a textual description near the image, in the same fashion as if you cite a photograph.