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

https://github.com/openmaptiles/positron-gl-style

Positron GL style using OpenMapTiles
https://github.com/openmaptiles/positron-gl-style

Last synced: 5 months ago
JSON representation

Positron GL style using OpenMapTiles

Awesome Lists containing this project

README

          

# Positron

A GL JS basemap style useful for data visualizations. The cartography is based on the
[CartoDB Positron Basemap](https://github.com/CartoDB/CartoDB-basemaps) and it is using the vector tile
schema of [OpenMapTiles](https://github.com/openmaptiles/openmaptiles).

## Preview

**[:globe_with_meridians: Browse the map](https://openmaptiles.github.io/positron-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 Positron](https://cloud.maptiler.com/maps/editor?map=positron)

Or use the [Maputnik CLI](https://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
```