Skip to content

Commit

Permalink
Merge branch 'main' into mapview-layer-changeend-events
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx authored Oct 24, 2024
2 parents 5dff5ef + c2f76ff commit 02b0b87
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 02b0b87

Please sign in to comment.