Skip to content

Commit

Permalink
fix(query): remove shape propertie after getFeatureInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Dec 6, 2018
1 parent d095cd6 commit a79637c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/geo/src/lib/query/shared/query.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ export class QueryService {
const properties = Object.assign({}, featureOL.getProperties());
delete properties['geometry'];
delete properties['boundedBy'];
delete properties['shape'];

let geometry;
if (featureGeometry !== undefined) {
Expand Down

0 comments on commit a79637c

Please sign in to comment.