Merge pull request #9981 from KlausBenndorf/replace-geometry-cache

Remove simplified geometry cache
This commit is contained in:
Tim Schaub
2019-09-24 18:11:33 +02:00
committed by GitHub
5 changed files with 34 additions and 76 deletions
-6
View File
@@ -45,12 +45,6 @@ class Geometry extends BaseObject {
*/
this.extentRevision_ = -1;
/**
* @protected
* @type {Object<string, Geometry>}
*/
this.simplifiedGeometryCache = {};
/**
* @protected
* @type {number}