diff --git a/README.md b/README.md index 117ff5a..bb44ba7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A free Mapbox GL basemap from [OpenStreetMap](https://openstreetmap.org) with co **[osm-liberty.lukasmartinelli.ch](http://osm-liberty.lukasmartinelli.ch/)** +[![OSM Liberty Map demo](demo/zoom.gif)](http://osm-liberty.lukasmartinelli.ch/) + ## Usage You can instantly use the style in your Mapbox GL maps. The vector tiles are served from the @klokantech public CDN @@ -53,14 +55,10 @@ 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. -![Europe](demo/europe.png) -![Switzerland](demo/switzerland.png) -![Zurich](demo/zurich.png) -![Zurich Bürkliplatz](demo/zurich_buerkliplatz.png) - **Modify Style** - You can directly modify the style with the help of the [mapbox-gl-style-editor](https://github.com/erikandre/mapbox-gl-style-editor). +- You can use [Mapbox Studio](https://www.mapbox.com/studio/) in combination with [custom country extracts](http://osm2vectortiles.org/downloads/) to modify the style. - Always format the Mapbox GL Style JSON with `gl-style-format` from [mapbox-gl-style-spec](https://github.com/mapbox/mapbox-gl-style-spec) first to keep a history in the style. ## Icon Design diff --git a/demo/.DS_Store b/demo/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/demo/.DS_Store differ diff --git a/demo/europe.png b/demo/europe.png deleted file mode 100644 index 784f108..0000000 Binary files a/demo/europe.png and /dev/null differ diff --git a/demo/switzerland.png b/demo/switzerland.png deleted file mode 100644 index 7428724..0000000 Binary files a/demo/switzerland.png and /dev/null differ diff --git a/demo/zoom.gif b/demo/zoom.gif new file mode 100644 index 0000000..eda34f5 Binary files /dev/null and b/demo/zoom.gif differ diff --git a/demo/zurich.png b/demo/zurich.png deleted file mode 100644 index 5478913..0000000 Binary files a/demo/zurich.png and /dev/null differ diff --git a/demo/zurich_buerkliplatz.png b/demo/zurich_buerkliplatz.png deleted file mode 100644 index 116e5c0..0000000 Binary files a/demo/zurich_buerkliplatz.png and /dev/null differ