https://github.com/openmaptiles/klokantech-3d-gl-style
Mapbox GL 3D extrusion demo
https://github.com/openmaptiles/klokantech-3d-gl-style
Last synced: about 1 year ago
JSON representation
Mapbox GL 3D extrusion demo
- Host: GitHub
- URL: https://github.com/openmaptiles/klokantech-3d-gl-style
- Owner: openmaptiles
- License: other
- Created: 2016-11-30T19:32:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T09:43:56.000Z (about 2 years ago)
- Last Synced: 2024-08-14T12:02:11.689Z (almost 2 years ago)
- Homepage:
- Size: 351 KB
- Stars: 98
- Watchers: 16
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MapTiler 3D
A GL basemap style featuring 3D buildings using the vector tile
schema of [OpenMapTiles](https://openmaptiles.org).
## Preview
**[:globe_with_meridians: Browse the map](https://openmaptiles.github.io/maptiler-3d-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)
[Test updated Streets v2](https://cloud.maptiler.com/maps/editor?map=streets-v2)
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
```