This commit is contained in:
Tom Kralidis
2019-05-27 08:14:25 -04:00
parent 7e8be994a6
commit 1cf146c461
+2 -1
View File
@@ -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 }};