remove subdomains from map config

This commit is contained in:
Tom Kralidis
2019-05-27 08:15:32 -04:00
parent 1cf146c461
commit 93ee9f6439
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -81,7 +81,6 @@
map.addLayer(new L.TileLayer(
'{{ config['server']['map']['url'] }}', {
maxZoom: 18,
subdomains: '1234',
attribution: '{{ config['server']['map']['attribution'] }}'
}
));
-1
View File
@@ -80,7 +80,6 @@
map.addLayer(new L.TileLayer(
'{{ config['server']['map']['url'] }}', {
maxZoom: 18,
subdomains: '1234',
attribution: '{{ config['server']['map']['attribution'] }}'
}
));