Skip to content

Commit

Permalink
Merge branch 'main' into dialog-background-colour-css
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx authored Oct 24, 2024
2 parents af45ed0 + c2f76ff commit 97ff59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/layer/featureStyle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function featureStyle(layer) {
if (feature.properties?.properties) {

// This shouldn't happen anymore.
// console.warn(`Feature with properties.properties`)
console.warn(`Feature with properties.properties`)
Object.assign(feature.properties, feature.properties.properties)
delete feature.properties.properties
}
Expand Down

0 comments on commit 97ff59b

Please sign in to comment.