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