Move from lukasmartinelli/osm-liberty -> maputnik/osm-liberty
This commit is contained in:
parent
081029001d
commit
339b22143e
12
README.md
12
README.md
@ -1,12 +1,10 @@
|
||||
# OSM Liberty [](https://github.com/lukasmartinelli/osm-liberty/blob/gh-pages/LICENSE.md) [](https://travis-ci.org/lukasmartinelli/osm-liberty)
|
||||
|
||||
> :warning: This repository is no longer maintained by Lukas Martinelli.
|
||||
# OSM Liberty [](https://github.com/maputnik/osm-liberty/blob/gh-pages/LICENSE.md) [](https://travis-ci.org/maputnik/osm-liberty)
|
||||
|
||||
<img align="right" alt="OSM Liberty" src="logo.png" />
|
||||
|
||||
A free Mapbox GL basemap from [OpenStreetMap](https://openstreetmap.org) with complete liberty to use and self host. OSM Liberty is a fork of OSM Bright based on free data sources with a mission for a clear good looking design for the everyday user. It is based on the vector tile schema of [OpenMapTiles](https://github.com/openmaptiles/openmaptiles).
|
||||
|
||||
**[osm-liberty.lukasmartinelli.ch](http://osm-liberty.lukasmartinelli.ch/)**
|
||||
**[https://maputnik.github.io/osm-liberty](https://maputnik.github.io/osm-liberty)**
|
||||
|
||||
## Usage
|
||||
|
||||
@ -34,7 +32,7 @@ To use it you don't need any access keys and you can host the tiles and assets y
|
||||
<script>
|
||||
var map = new mapboxgl.Map({
|
||||
container: 'map',
|
||||
style: 'http://osm-liberty.lukasmartinelli.ch/style.json',
|
||||
style: 'https://maputnik.github.io/osm-liberty/style.json',
|
||||
center: [8.538961,47.372476],
|
||||
zoom: 5,
|
||||
hash: true
|
||||
@ -55,11 +53,11 @@ To use it you don't need any access keys and you can host the tiles and assets y
|
||||
The map design originates from OSM Bright but strives to reach a unobtrusive and clean design for everyday use.
|
||||
Colored relief shading from Natural Earth make the low zoom levels look good.
|
||||
|
||||
[](http://osm-liberty.lukasmartinelli.ch/)
|
||||
[](https://maputnik.github.io/osm-liberty/)
|
||||
|
||||
## Edit the Style
|
||||
|
||||
You can [edit the style directly online in Maputnik](http://maputnik.com/editor?style=https://rawgit.com/lukasmartinelli/osm-liberty/gh-pages/style.json).
|
||||
You can [edit the style directly online in Maputnik](http://maputnik.com/editor?style=https://rawgit.com/maputnik/osm-liberty/gh-pages/style.json).
|
||||
|
||||
Use the [Maputnik CLI](http://openmaptiles.org/docs/style/maputnik/) to edit and develop the style locally.
|
||||
After you've started Maputnik open the editor on `localhost:8000`. This style actually triggered the need for the development of Maputnik.
|
||||
|
@ -3,5 +3,4 @@ title: OSM Liberty
|
||||
email: me@lukasmartinelli.ch
|
||||
description: A free Mapbox GL basemap based on open data
|
||||
baseurl: ""
|
||||
url: "http://osm-liberty.luaksmartinelli.ch"
|
||||
markdown: kramdown
|
||||
|
Loading…
x
Reference in New Issue
Block a user