Change colours for boundaries and buildings
This commit is contained in:
+1
-1
@@ -427,7 +427,7 @@ GIS.initLayers = async function(map) {
|
||||
attribution: '© Mapbox'
|
||||
});
|
||||
|
||||
let boundaries = await this.loadGeoJSON('confini.geojson', {}, false);
|
||||
let boundaries = await this.loadGeoJSON('confini.geojson', Options.boundaries, false);
|
||||
|
||||
const baseGroup = new L.LayerGroup([osmap]);
|
||||
baseGroup.addTo(map);
|
||||
|
||||
Reference in New Issue
Block a user