Skip to content

Commit

Permalink
fix(context): visible property adjustment (default context) (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeLafreniere18 authored and mbarbeau committed Sep 16, 2019
1 parent 5e859c2 commit 8b07744
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/contexts/_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"title": "OSM",
"baseLayer": true,
"visible": true,
"visible": false,
"sourceOptions": {
"type": "osm"
}
Expand Down
8 changes: 4 additions & 4 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b07744

Please sign in to comment.