From 1cf146c461b253f3394a26189be30846928eafdd Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 27 May 2019 08:14:25 -0400 Subject: [PATCH] fix ref --- pygeoapi/templates/item.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygeoapi/templates/item.html b/pygeoapi/templates/item.html index 68bcfcf..3f051f7 100644 --- a/pygeoapi/templates/item.html +++ b/pygeoapi/templates/item.html @@ -81,7 +81,8 @@ map.addLayer(new L.TileLayer( '{{ config['server']['map']['url'] }}', { maxZoom: 18, - subdomains: '1234' + subdomains: '1234', + attribution: '{{ config['server']['map']['attribution'] }}' } )); var geojson_data = {{ data |to_json }};