-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove Travis CI - use OpenMapTiles tiles - use https in License - update readme
- Loading branch information
Showing
4 changed files
with
22 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
# MapTiler Basic | ||
[![Build Status](https://travis-ci.org/openmaptiles/klokantech-basic-gl-style.svg?branch=master)](https://travis-ci.org/openmaptiles/klokantech-basic-gl-style) | ||
|
||
A GL basemap style it is using the vector tile | ||
schema of [OpenMapTiles](https://github.com/openmaptiles/openmaptiles). | ||
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://www.maptiler.com/maps/#basic/)** | ||
**[: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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters