https://github.com/openmaptiles/maptiler-basic-gl-style
Basic GL Style using OpenMapTiles
https://github.com/openmaptiles/maptiler-basic-gl-style
Last synced: 8 months ago
JSON representation
Basic GL Style using OpenMapTiles
- Host: GitHub
- URL: https://github.com/openmaptiles/maptiler-basic-gl-style
- Owner: openmaptiles
- License: other
- Created: 2016-11-30T07:57:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T17:05:07.000Z (about 2 years ago)
- Last Synced: 2024-08-04T03:01:40.610Z (almost 2 years ago)
- Homepage: https://www.maptiler.com/maps/#basic//vector/1.53/3.2/0
- Size: 64.5 KB
- Stars: 73
- Watchers: 18
- Forks: 70
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MapTiler Basic
A GL JS basemap style showcasing OpenStreetMap. It is using the vector tile schema of [OpenMapTiles](https://github.com/openmaptiles/openmaptiles).
**[:globe_with_meridians: Browse the map](https://openmaptiles.github.io/maptiler-basic-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 Basic v2](https://cloud.maptiler.com/maps/editor?map=basic-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
```