From 93ee9f64397e9247649e68a2dc5fbc12845c13ed Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 27 May 2019 08:15:32 -0400 Subject: [PATCH] remove subdomains from map config --- pygeoapi/templates/item.html | 1 - pygeoapi/templates/items.html | 1 - 2 files changed, 2 deletions(-) diff --git a/pygeoapi/templates/item.html b/pygeoapi/templates/item.html index 3f051f7..53c2777 100644 --- a/pygeoapi/templates/item.html +++ b/pygeoapi/templates/item.html @@ -81,7 +81,6 @@ map.addLayer(new L.TileLayer( '{{ config['server']['map']['url'] }}', { maxZoom: 18, - subdomains: '1234', attribution: '{{ config['server']['map']['attribution'] }}' } )); diff --git a/pygeoapi/templates/items.html b/pygeoapi/templates/items.html index 63dc65b..c866e7f 100644 --- a/pygeoapi/templates/items.html +++ b/pygeoapi/templates/items.html @@ -80,7 +80,6 @@ map.addLayer(new L.TileLayer( '{{ config['server']['map']['url'] }}', { maxZoom: 18, - subdomains: '1234', attribution: '{{ config['server']['map']['attribution'] }}' } ));