An open API service indexing awesome lists of open source software.

https://github.com/openmaptiles/maptiler-terrain-gl-style

A base map ideal for outdoor activities featuring hill shading and contour lines
https://github.com/openmaptiles/maptiler-terrain-gl-style

Last synced: 5 months ago
JSON representation

A base map ideal for outdoor activities featuring hill shading and contour lines

Awesome Lists containing this project

README

          

# MapTiler Terrain

A GL basemap style it is using the vector tile
schema of [OpenMapTiles](https://github.com/openmaptiles/openmaptiles) as well as the contour lines and hillshading from [maptiler.com](https://maptiler.com).

![MapTiler Terrain](https://openmaptiles.org/img/styles/terrain.jpg)

## Preview

**[:globe_with_meridians: Browse the map](https://openmaptiles.github.io/maptiler-terrain-gl-style)**

## Edit the Style

Use the map editor in MapTiler Cloud to view and adjust this map. Open the editor and upload style from this repository or host from various styles available on the platform.

[Try style editor](https://cloud.maptiler.com/maps/editor)

Or use the [Maputnik CLI](http://openmaptiles.org/docs/style/maputnik/) to edit and develop the style.
After you've started Maputnik open the editor on `localhost:8000`.

```
maputnik --watch --file style.json
```