Skip to content

Commit

Permalink
fix: do not delete the generated id
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Oct 26, 2023
1 parent da4d8b5 commit 5fd85b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/loaders/externalLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const externalLoader = async (layer) => {
if (typeof config === 'string') {
// External layer is loaded in analytical object
config = await parseLayerConfig(config)
} else {
delete layer.id
}

const { name, legendSet, legendSetUrl } = config
Expand Down

0 comments on commit 5fd85b4

Please sign in to comment.