diff --git a/aws-lambda/pygeoapi-serverless-config.yml b/aws-lambda/pygeoapi-serverless-config.yml index 86fe27a..38a3f4f 100644 --- a/aws-lambda/pygeoapi-serverless-config.yml +++ b/aws-lambda/pygeoapi-serverless-config.yml @@ -10,6 +10,9 @@ server: pretty_print: true limit: 10 # templates: /path/to/templates + map: + url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png + attribution: 'Wikimedia maps | Map data © OpenStreetMap contributors' logging: level: ERROR diff --git a/docker/default.config.yml b/docker/default.config.yml index 6cfd21a..5842150 100644 --- a/docker/default.config.yml +++ b/docker/default.config.yml @@ -12,6 +12,9 @@ server: pretty_print: true limit: 10 # templates: /path/to/templates + map: + url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png + attribution: 'Wikimedia maps | Map data © OpenStreetMap contributors' logging: level: ERROR diff --git a/docker/examples/elastic/pygeoapi/docker.config.yml b/docker/examples/elastic/pygeoapi/docker.config.yml index dd5deb1..6398cf7 100644 --- a/docker/examples/elastic/pygeoapi/docker.config.yml +++ b/docker/examples/elastic/pygeoapi/docker.config.yml @@ -10,6 +10,9 @@ server: pretty_print: true limit: 10 # templates: /path/to/templates + map: + url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png + attribution: 'Wikimedia maps | Map data © OpenStreetMap contributors' logging: level: ERROR diff --git a/docker/examples/simple/my.config.yml b/docker/examples/simple/my.config.yml index 23811fb..8ec75a9 100644 --- a/docker/examples/simple/my.config.yml +++ b/docker/examples/simple/my.config.yml @@ -10,6 +10,9 @@ server: pretty_print: true limit: 10 # templates: /path/to/templates + map: + url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png + attribution: 'Wikimedia maps | Map data © OpenStreetMap contributors' logging: level: ERROR diff --git a/pygeoapi-config.yml b/pygeoapi-config.yml index 3cf6770..c8bbd0f 100644 --- a/pygeoapi-config.yml +++ b/pygeoapi-config.yml @@ -10,6 +10,9 @@ server: pretty_print: true limit: 10 # templates: /path/to/templates + map: + url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png + attribution: 'Wikimedia maps | Map data © OpenStreetMap contributors' logging: level: ERROR diff --git a/pygeoapi/templates/item.html b/pygeoapi/templates/item.html index 6ca1460..68bcfcf 100644 --- a/pygeoapi/templates/item.html +++ b/pygeoapi/templates/item.html @@ -79,7 +79,7 @@