Skip to content

Commit

Permalink
deck upgrade fix (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Oct 1, 2022
1 parent 9b483b2 commit 77ba950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/src/geojson-layer/geojson-layer.ts
Expand Up @@ -442,7 +442,7 @@ export default class GeoJsonLayer extends Layer {
updateTriggers,
_subLayerProps: {
...(featureTypes?.polygon ? {'polygons-stroke': opaOverwrite} : {}),
...(featureTypes?.line ? {'line-strings': opaOverwrite} : {}),
...(featureTypes?.line ? {linestrings: opaOverwrite} : {}),
...(featureTypes?.point
? {
points: {
Expand Down

0 comments on commit 77ba950

Please sign in to comment.