# osm-bright-gl-style **Repository Path**: libmaps/osm-bright-gl-style ## Basic Information - **Project Name**: osm-bright-gl-style - **Description**: No description available - **Primary Language**: Unknown - **License**: CC-BY-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-07 - **Last Updated**: 2024-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OSM Bright A GL JS basemap style showcasing OpenStreetMap. 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/osm-bright-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 Bright v2](https://cloud.maptiler.com/maps/editor?map=bright-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 ```