diff --git a/LICENSE.md b/LICENSE.md index 626555b4..52c81b85 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2023, MapTiler.com & OpenMapTiles contributors. +Copyright (c) 2024, MapTiler.com & OpenMapTiles contributors. All rights reserved. The vector tile schema has been developed by Klokan Technologies GmbH and diff --git a/Makefile b/Makefile index b7c22a00..03132cb3 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,7 @@ ifeq (,$(wildcard build/sql/run_last.sql)) $(DOCKER_COMPOSE) run $(DC_OPTS) openmaptiles-tools bash -c \ 'generate-sql $(TILESET_FILE) --dir ./build/sql \ && generate-sqltomvt $(TILESET_FILE) \ - --key --gzip --postgis-ver 3.0.1 \ + --key --gzip --postgis-ver 3.2.3 \ --function --fname=getmvt >> ./build/sql/run_last.sql' endif diff --git a/README.md b/README.md index ebfb8536..21471e83 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Instead of calling `make download area=albania` you can add a .osm.pbf file in t All code in this repository is under the [BSD license](./LICENSE.md). Design and the cartography decisions encoded in the schema and SQL are licensed under [CC-BY](./LICENSE.md). -Products or services using maps derived from OpenMapTiles schema need to visibly credit "OpenMapTiles.org" or reference "OpenMapTiles" with a link to https://openmaptiles.org/. Exceptions to attribution requirement can be granted on request. +Products or services using maps derived from OpenMapTiles schema need to **visibly credit "OpenMapTiles.org"** or **reference "OpenMapTiles"** with a link to https://openmaptiles.org/. Exceptions to attribution requirement can be granted on request. For a browsable electronic map based on OpenMapTiles and OpenStreetMap data, the credit should appear in the corner of the map. For example: diff --git a/quickstart.sh b/quickstart.sh index d82b4470..4a4e0097 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -356,8 +356,11 @@ echo " Acknowledgments " echo " Generated vector tiles are produced work of OpenStreetMap data. " echo " Such tiles are reusable under CC-BY license granted by OpenMapTiles team: " echo " https://github.com/openmaptiles/openmaptiles/#license " -echo " Maps made with these vector tiles must display a visible credit: " +echo "-------------------------------------------------------------------------------------" +echo " " +echo -e "\033[1m Maps made with these vector tiles must display a visible credit:\033[0m " echo " © OpenMapTiles © OpenStreetMap contributors " echo " " +echo "-------------------------------------------------------------------------------------" echo " Thanks to all free, open source software developers and Open Data Contributors! " echo "-------------------------------------------------------------------------------------"