Prerendered Natural Earth vector tiles encoded in the Mapbox vector tile specification for use with Mapbox GL or other clients. Currently in heavy development
📂 Download the vector tiles from the releases page.
Please also checkout our project to create vector tiles from Open Street Map.
You can use mbview to take a look at the MBTiles vector tiles locally. To display the vector tiles with Mapbox GL you need a tileserver.
Tileservers:
The entire project is structured components using Docker containers to work together. Ensure you meet the prerequisites.
- Install Docker
- Install Docker Compose
Start up the PostGIS database. This will automatically import the Natural Earth data set (can take up to 6 minutes).
docker-compose up natural-earth-postgis
Import the required database schema and helper functions.
docker-compose run db-schema
Export the vector tiles for the planet (can take up to 15min).
The exported vector tiles are stored in data/natural_earth.mbtiles
.
docker-compose run export-vectortiles
To visualize and work with the vector tiles you can spin up Mapbox Studio
in a Docker container and visit localhost:3000
.
docker-compose up mapbox-studio
The produced vector tiles are licensed under the Open Database License and are made with data originating from Natural Earth.
The source code is Copyright (c) Lukas Martinelli under BSD-3 as defined in License.
The vector data source in src/vector-data-source
is partially derived from mapbox/natural-earth-tm2 and therefore retains Copyright (c) Mapbox under BSD-3 as defined in License.