diff --git a/README.md b/README.md index 38f8e14..645829d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,24 @@ -# osm-liberty +# OSM Liberty + +A fork of OSM Bright based on free data sources with a mission for a clear good looking design for the +everyday user. + +## Data Sources + +- [OSM2VectorTiles](http://osm2vectortiles.org/) as vector data source +- [Natural Earth Tiles](naturalearthtiles.org) for relief shading +- [Maki](https://www.mapbox.com/maki-icons/) as icon set ## Map Design +The map design originates from OSM Bright but strives to reach the clean design and elegance of Google Maps. +Colored relief shading from Natural Earth makes the low zoom levels look good. + +![Europe](demo/europe.png) +![Switzerland](demo/europe.png) +![Zurich](demo/zurich.png) +![Zurich Bürkliplatz](demo/zurich_buerkliplatz.png) + ## Icon Design A [Maki](https://github.com/mapbox/maki) icon set using colors to distinguish between icon categories. @@ -22,3 +39,5 @@ Green | `#76a723` 1. Take the style JSON file and upload it to the [Maki Editor](). 2. Apply your changes and download the icon set again. 3. Ensure you format the JSON first with `cat iconset.json | jq -MS '.'` + +## License diff --git a/demo/europe.png b/demo/europe.png new file mode 100644 index 0000000..784f108 Binary files /dev/null and b/demo/europe.png differ diff --git a/demo/switzerland.png b/demo/switzerland.png new file mode 100644 index 0000000..7428724 Binary files /dev/null and b/demo/switzerland.png differ diff --git a/demo/zurich.png b/demo/zurich.png new file mode 100644 index 0000000..5478913 Binary files /dev/null and b/demo/zurich.png differ diff --git a/demo/zurich_buerkliplatz.png b/demo/zurich_buerkliplatz.png new file mode 100644 index 0000000..116e5c0 Binary files /dev/null and b/demo/zurich_buerkliplatz.png differ