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

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

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/)**

![MapTiler Basic](https://openmaptiles.org/img/styles/basic.jpg)

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