remove subdomains from map config
This commit is contained in:
@@ -81,7 +81,6 @@
|
||||
map.addLayer(new L.TileLayer(
|
||||
'{{ config['server']['map']['url'] }}', {
|
||||
maxZoom: 18,
|
||||
subdomains: '1234',
|
||||
attribution: '{{ config['server']['map']['attribution'] }}'
|
||||
}
|
||||
));
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
map.addLayer(new L.TileLayer(
|
||||
'{{ config['server']['map']['url'] }}', {
|
||||
maxZoom: 18,
|
||||
subdomains: '1234',
|
||||
attribution: '{{ config['server']['map']['attribution'] }}'
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user