Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HARP-11147: Fix transient geometry highlighting in object picking exa…
Browse files Browse the repository at this point in the history
…mple.

Signed-off-by: Andres Mandado <andres.mandado-almajano@here.com>
  • Loading branch information
atomicsulfate committed Jul 23, 2020
1 parent 4a756a0 commit 47db4a1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions @here/harp-omv-datasource/lib/OmvDecodedTileEmitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1195,13 +1195,7 @@ export class OmvDecodedTileEmitter implements IOmvEmitter {
lines: lineGroup
};

const techniqueTransient = evaluateTechniqueAttr<boolean>(
context,
technique.transient,
false
);
if (!techniqueTransient && this.m_gatherFeatureAttributes) {
// if this technique is transient, do not save the featureIds with the geometry
if (this.m_gatherFeatureAttributes) {
aLine.objInfos = [featureAttributes];
aLine.featureStarts = [0];
}
Expand Down

0 comments on commit 47db4a1

Please sign in to comment.