Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.m_decoderOptions = {
showMissingTechniques: this.m_params.showMissingTechniques === true,
filterDescription: this.m_params.filterDescr,
gatherFeatureAttributes: this.m_params.gatherFeatureAttributes === true,
createTileInfo: this.m_params.createTileInfo === true,
gatherRoadSegments: this.m_params.gatherRoadSegments === true,
featureModifierId: this.m_params.featureModifierId,
skipShortLabels: this.m_params.skipShortLabels,
storageLevelOffset: getOptionValue(m_params.storageLevelOffset, -1),
enableElevationOverlay: this.m_params.enableElevationOverlay === true
};
this.maxGeometryHeight = getOptionValue(
m_params.maxGeometryHeight,
EarthConstants.MAX_BUILDING_HEIGHT
);
}