Skip to content

Commit

Permalink
type:feature
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Jul 16, 2024
1 parent a4bd429 commit c8c2bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/services/interaction/PickingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export default class PickingService implements IPickingService {
return item;
}
const newFeature = {
type: 'Feature',
properties: {},
geometry: { type: '', coordinates: [] },
};
Expand Down

0 comments on commit c8c2bd3

Please sign in to comment.