From f8d1c1fb88fc3b0cfe55c430e9bdad06ee4fbffa Mon Sep 17 00:00:00 2001 From: OpenMapTiles Date: Sat, 7 Jan 2017 15:18:56 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7958aee5..e459eb81 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Each time you modify layer SQL code run `make` and `docker-compose run import-sq make clean && make && docker-compose run import-sql ``` -Now you are ready to **generate the vector tiles** using a single process (for a full blown distributed workflow of rendering tiles check out [openmaptiles/distributed](https://github.com/openmaptiles/distributed)). Using environment variables +Now you are ready to **generate the vector tiles**. Using environment variables you can limit the bounding box and zoom levels of what you want to generate (`docker-compose.yml`). ``` @@ -125,6 +125,6 @@ docker-compose run generate-vectortiles ## License -*LICENSE HAS NOT BEEN YET DECIDED* +All code in this repository is under the [BSD license](./LICENSE.md) and the cartography decisions encoded in the schema and SQL are licensed under [CC-BY](./LICENSE.md). -All code in this repository is under the [MIT license](./LICENSE) and the cartography decisions encoded in the schema and SQL is licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/). +Products or services using maps derived from OpenMapTiles schema need to visibly credit "OpenMapTiles.org" or reference "OpenMapTiles" with a link to http://openmaptiles.org/. Exceptions to attribution requirement can be granted on request.