* update basemap URL across all configurations (#1777) * update basemap URL across all configurations (#1777)
This commit is contained in:
@@ -48,8 +48,8 @@ server:
|
|||||||
limit: 10
|
limit: 10
|
||||||
# templates: /path/to/templates
|
# templates: /path/to/templates
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
ogc_schemas_location: /schemas.opengis.net
|
ogc_schemas_location: /schemas.opengis.net
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ For more information related to API design rules (the ``api_rules`` property in
|
|||||||
static: /path/to/static/folder # path to static folder containing css, js, images and other static files referenced by the template
|
static: /path/to/static/folder # path to static folder containing css, js, images and other static files referenced by the template
|
||||||
|
|
||||||
map: # leaflet map setup for HTML pages
|
map: # leaflet map setup for HTML pages
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
ogc_schemas_location: /opt/schemas.opengis.net # local copy of https://schemas.opengis.net
|
ogc_schemas_location: /opt/schemas.opengis.net # local copy of https://schemas.opengis.net
|
||||||
|
|
||||||
manager: # optional OGC API - Processes asynchronous job management
|
manager: # optional OGC API - Processes asynchronous job management
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
"pretty_print": true,
|
"pretty_print": true,
|
||||||
"limit": 10,
|
"limit": 10,
|
||||||
"map": {
|
"map": {
|
||||||
"url": "https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png",
|
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
||||||
"attribution": "<a href=\"https://wikimediafoundation.org/wiki/Maps_Terms_of_Use\">Wikimedia maps</a> | Map data © <a href=\"https://openstreetmap.org/copyright\">OpenStreetMap contributors</a>"
|
"attribution": "© <a href=\"https://openstreetmap.org/copyright\">OpenStreetMap contributors</a>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"logging": {
|
"logging": {
|
||||||
@@ -69,4 +69,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -41,10 +41,8 @@ server:
|
|||||||
pretty_print: true
|
pretty_print: true
|
||||||
limit: 10
|
limit: 10
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: <a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap
|
|
||||||
contributors</a>
|
|
||||||
# manager:
|
# manager:
|
||||||
# name: TinyDB
|
# name: TinyDB
|
||||||
# connection: /tmp/pygeoapi-process-manager.db
|
# connection: /tmp/pygeoapi-process-manager.db
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ server:
|
|||||||
limit: 10
|
limit: 10
|
||||||
# templates: /path/to/templates
|
# templates: /path/to/templates
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
manager:
|
manager:
|
||||||
name: TinyDB
|
name: TinyDB
|
||||||
connection: /tmp/pygeoapi-test-process-manager.db
|
connection: /tmp/pygeoapi-test-process-manager.db
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ server:
|
|||||||
limit: 10
|
limit: 10
|
||||||
# templates: /path/to/templates
|
# templates: /path/to/templates
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
manager:
|
manager:
|
||||||
name: TinyDB
|
name: TinyDB
|
||||||
connection: /tmp/pygeoapi-test-process-manager.db
|
connection: /tmp/pygeoapi-test-process-manager.db
|
||||||
|
|||||||
@@ -41,8 +41,8 @@ server:
|
|||||||
limit: 10
|
limit: 10
|
||||||
# templates: /path/to/templates
|
# templates: /path/to/templates
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ server:
|
|||||||
limit: 10
|
limit: 10
|
||||||
# templates: /path/to/templates
|
# templates: /path/to/templates
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
manager:
|
manager:
|
||||||
name: TinyDB
|
name: TinyDB
|
||||||
connection: /tmp/pygeoapi-test-process-manager.db
|
connection: /tmp/pygeoapi-test-process-manager.db
|
||||||
|
|||||||
@@ -41,8 +41,8 @@ server:
|
|||||||
limit: 10
|
limit: 10
|
||||||
# templates: /path/to/templates
|
# templates: /path/to/templates
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ server:
|
|||||||
limit: 10
|
limit: 10
|
||||||
# templates: /path/to/templates
|
# templates: /path/to/templates
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
manager:
|
manager:
|
||||||
name: PostgreSQL
|
name: PostgreSQL
|
||||||
connection:
|
connection:
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ server:
|
|||||||
limit: 10
|
limit: 10
|
||||||
# templates: /path/to/templates
|
# templates: /path/to/templates
|
||||||
map:
|
map:
|
||||||
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
|
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
|
||||||
manager:
|
manager:
|
||||||
name: TinyDB
|
name: TinyDB
|
||||||
connection: /tmp/pygeoapi-test-process-manager.db
|
connection: /tmp/pygeoapi-test-process-manager.db
|
||||||
|
|||||||
Reference in New Issue
Block a user