kopia lustrzana https://github.com/openmaptiles/openmaptiles
Update README.md
rodzic
88183e6143
commit
f8d1c1fb88
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue