Skip to content
Snippets Groups Projects
Commit 67a93fca authored by digrazia2038's avatar digrazia2038 Committed by Benguria Elguezabal, Gorka
Browse files

minor

parent 3f8e11c1
Branches
No related tags found
No related merge requests found
......@@ -125,8 +125,8 @@ export class MapComponent implements OnInit {
this.layersByPilot['AMSTERDAM'] = this.layersByPilot['AMSTERDAM'].concat(layer.name);
});
this.geojsonLayerContent["Messina Districts"] = <L.GeoJSON>this.getLayer("Districts", <any>Messina_district);
this.layersByPilot['MESSINA'] = this.layersByPilot['MESSINA'].concat("Districts");
this.geojsonLayerContent["Messina Districts"] = <L.GeoJSON>this.getLayer("Messina Districts", <any>Messina_district);
this.layersByPilot['MESSINA'] = this.layersByPilot['MESSINA'].concat("Messina Districts");
let level: DataStorageLayer;
......
......@@ -31,7 +31,7 @@
],
"enable_demo_pages":true,
"pilots":["URBANITE","AMSTERDAM","BILBAO","HELSINKI","MESSINA"],
"default_pilot":"URBANITE",
"default_pilot":"MESSINA",
"datastorageURL": "https://messina.urbanite.esilab.org/api/data/v3",
"amsterdam":{
"api_base_url":"https://urbanite-node1.comune.messina.it",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment