We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f28ac commit bbeba39Copy full SHA for bbeba39
src/renderer/outputLoader.ts
@@ -141,7 +141,7 @@ export class OutputLoader {
141
properties[`properties.${key}`] = feature.properties[key];
142
});
143
const {geometry: g, properties: p, ...restOfKeys} = feature;
144
- return {...restOfKeys, ...geometry, ...properties};
+ return {...restOfKeys, ...properties, ...geometry};
145
146
147
// make features the first key of the object
0 commit comments