-
Notifications
You must be signed in to change notification settings - Fork 39
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 https in License - update sources in style.json - update readme
- Loading branch information
Showing
4 changed files
with
25 additions
and
39 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,8 +1,25 @@ | ||
# MapTiler 3D | ||
|
||
A Mapbox GL basemap style featuring 3D buildings using the vector tile | ||
A GL basemap style featuring 3D buildings using the vector tile | ||
schema of [OpenMapTiles](https://openmaptiles.org). | ||
|
||
## Preview | ||
|
||
**[:globe_with_meridians: Browse the map](https://openmaptiles.github.io/maptiler-3d-gl-style)** | ||
|
||
![Building Demo](https://user-images.githubusercontent.com/1785486/60903586-e7794780-a271-11e9-93b6-a7b9b36a14c5.png) | ||
|
||
## 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 Streets v2](https://cloud.maptiler.com/maps/editor?map=streets-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