Skip to content

Commit

Permalink
The feature.properties of geojson features should be spread into the …
Browse files Browse the repository at this point in the history
…ol feature properties.
  • Loading branch information
dbauszus-glx committed Oct 29, 2024
1 parent 6e74e9a commit 4cca03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/layer/featureFormats.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function geojson(layer, features) {
dataProjection: 'EPSG:' + layer.srid,
featureProjection: 'EPSG:' + layer.mapview.srid,
}),
properties: feature.properties
...feature.properties
})

})
Expand Down

0 comments on commit 4cca03a

Please sign in to comment.