From 8b077445c336acd5222f9925b7c9de8f0c0993d4 Mon Sep 17 00:00:00 2001 From: PhilippeLafreniere18 <53181414+PhilippeLafreniere18@users.noreply.github.com> Date: Mon, 16 Sep 2019 07:55:25 -0400 Subject: [PATCH] fix(context): visible property adjustment (default context) (#280) --- src/contexts/_default.json | 2 +- src/environments/environment.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/contexts/_default.json b/src/contexts/_default.json index e05f5f6cd..105ca5cce 100644 --- a/src/contexts/_default.json +++ b/src/contexts/_default.json @@ -12,7 +12,7 @@ { "title": "OSM", "baseLayer": true, - "visible": true, + "visible": false, "sourceOptions": { "type": "osm" } diff --git a/src/environments/environment.ts b/src/environments/environment.ts index bc0c7310f..ecdfd699c 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -27,10 +27,10 @@ export const environment: Environment = { tokenKey: 'id_token_igo', allowAnonymous: true }, -/* context: { - url: '/apis/igo2', - defaultContextUri: '5' - }, */ + // context: { + // url: '/apis/igo2', + // defaultContextUri: '5' + // }, searchSources: { nominatim: { available: false