Prerelease update docs. (#1425)

Update documentation before release v3.14.
This commit is contained in:
Tomas Pohanka 2022-10-07 08:58:46 +02:00 committed by GitHub
parent f21b677083
commit 4cb65b0a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
.env
View File

@ -3,8 +3,8 @@
# Layers definition and meta data # Layers definition and meta data
TILESET_FILE=openmaptiles.yaml TILESET_FILE=openmaptiles.yaml
# Use 3-part patch version to ignore patch updates, e.g. 5.0.0 # Use 3-part patch version to ignore patch updates, e.g. 7.0.0
TOOLS_VERSION=latest TOOLS_VERSION=7.0
# Make sure these values are in sync with the ones in .env-postgres file # Make sure these values are in sync with the ones in .env-postgres file
PGDATABASE=openmaptiles PGDATABASE=openmaptiles

View File

@ -1,4 +1,4 @@
Copyright (c) 2021, MapTiler.com & OpenMapTiles contributors. Copyright (c) 2022, MapTiler.com & OpenMapTiles contributors.
All rights reserved. All rights reserved.
The vector tile schema has been developed by Klokan Technologies GmbH and The vector tile schema has been developed by Klokan Technologies GmbH and

View File

@ -17,7 +17,7 @@ tileset:
- layers/poi/poi.yaml - layers/poi/poi.yaml
- layers/aerodrome_label/aerodrome_label.yaml - layers/aerodrome_label/aerodrome_label.yaml
name: OpenMapTiles name: OpenMapTiles
version: 3.13.1 version: 3.14.0
id: openmaptiles id: openmaptiles
description: "A tileset showcasing all layers in OpenMapTiles. https://openmaptiles.org" description: "A tileset showcasing all layers in OpenMapTiles. https://openmaptiles.org"
attribution: '<a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>' attribution: '<a href="https://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>'