Skip to content

Commit

Permalink
Merge pull request #505 from jolevesq/502-esriTile
Browse files Browse the repository at this point in the history
fix(preview): Not able to preview esriTile and esriImage layer
  • Loading branch information
jolevesq authored Oct 31, 2019
2 parents c976eda + 80f1583 commit f1c9fde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/core/common.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ function commonService($translate, events, $timeout, constants) {
'esriFeature': ['fileType', 'colour', 'xyInAttribs', 'imageFormat', 'suppressGetCapabilities', 'singleEntryCollapse', 'layerEntries'],
'ogcWms': ['fileType', 'colour', 'xyInAttribs', 'imageFormat', 'singleEntryCollapse', 'table'],
'file': ['xyInAttribs', 'imageFormat', 'suppressGetCapabilities', 'singleEntryCollapse', 'layerEntries'],
'ogcWfs': ['fileType', 'imageFormat', 'suppressGetCapabilities', 'singleEntryCollapse', 'layerEntries']
'ogcWfs': ['fileType', 'imageFormat', 'suppressGetCapabilities', 'singleEntryCollapse', 'layerEntries'],
'esriImage': ['fileType', 'colour', 'xyInAttribs', 'suppressGetCapabilities', 'table'],
'esriTile': ['fileType', 'colour', 'xyInAttribs', 'suppressGetCapabilities', 'table']
}

// loop layers
Expand Down

0 comments on commit f1c9fde

Please sign in to comment.