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
- Host: GitHub
- URL: https://github.com/openmaptiles/positron-gl-style
- Owner: openmaptiles
- License: other
- Created: 2016-11-29T16:17:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T07:34:57.000Z (about 2 years ago)
- Last Synced: 2025-10-10T10:18:48.286Z (8 months ago)
- Homepage: https://openmaptiles.github.io/positron-gl-style/
- Size: 51.8 KB
- Stars: 119
- Watchers: 15
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```