Skip to content

Commit

Permalink
fix: set useBearerToken as property of the layer
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Aug 1, 2022
1 parent 70a9d6d commit d2c1033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/SHOGunApplicationUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ class SHOGunApplicationUtil<T extends Application, S extends Layer> {
olLayer.set('propertyConfig', layer.clientConfig?.propertyConfig);
olLayer.set('legendUrl', layer.sourceConfig.legendUrl);
olLayer.set('hoverable', layer.clientConfig?.hoverable);
olLayer.set('useBearerToken', layer.sourceConfig?.useBearerToken);
}

private async bearerTokenLoadFunctionVector(opts: {
Expand Down

0 comments on commit d2c1033

Please sign in to comment.