Skip to content

Commit

Permalink
design suggestion in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbybol committed Mar 23, 2022
1 parent 2b4ab0e commit 392272c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ const OTHER_VIEWER_CONFIGS = [
name: 'some-other-viewer',
source: 'file',
path: '/data/some-other-viewer.json',
// SUGGESTION FOR PER-VIEWER APP CONFIG
// initialMap: {
// zoom: 5,
// center: [ dsnmakvms, damskmfds ],
// },
// categories: [
// 'biota',
// 'chemie',
// 'fysisch',
// 'gebruik',
// ],
},
{
name: 'bob-viewer',
Expand Down

0 comments on commit 392272c

Please sign in to comment.