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
- Host: GitHub
- URL: https://github.com/openmaptiles/maptiler-terrain-gl-style
- Owner: openmaptiles
- License: other
- Created: 2016-12-13T11:03:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T10:00:35.000Z (about 2 years ago)
- Last Synced: 2024-08-04T03:01:41.686Z (almost 2 years ago)
- Homepage:
- Size: 35.2 KB
- Stars: 72
- Watchers: 18
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).

## 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
```