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

minor

parent 5a0824fd
No related branches found
No related tags found
No related merge requests found
...@@ -125,8 +125,8 @@ export class MapComponent implements OnInit { ...@@ -125,8 +125,8 @@ export class MapComponent implements OnInit {
this.layersByPilot['AMSTERDAM'] = this.layersByPilot['AMSTERDAM'].concat(layer.name); this.layersByPilot['AMSTERDAM'] = this.layersByPilot['AMSTERDAM'].concat(layer.name);
}); });
this.geojsonLayerContent["Messina Districts"] = <L.GeoJSON>this.getLayer("Districts", <any>Messina_district); this.geojsonLayerContent["Messina Districts"] = <L.GeoJSON>this.getLayer("Messina Districts", <any>Messina_district);
this.layersByPilot['MESSINA'] = this.layersByPilot['MESSINA'].concat("Districts"); this.layersByPilot['MESSINA'] = this.layersByPilot['MESSINA'].concat("Messina Districts");
let level: DataStorageLayer; let level: DataStorageLayer;
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
], ],
"enable_demo_pages":true, "enable_demo_pages":true,
"pilots":["URBANITE","AMSTERDAM","BILBAO","HELSINKI","MESSINA"], "pilots":["URBANITE","AMSTERDAM","BILBAO","HELSINKI","MESSINA"],
"default_pilot":"URBANITE", "default_pilot":"MESSINA",
"datastorageURL": "https://messina.urbanite.esilab.org/api/data/v3", "datastorageURL": "https://messina.urbanite.esilab.org/api/data/v3",
"amsterdam":{ "amsterdam":{
"api_base_url":"https://urbanite-node1.comune.messina.it", "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