Remove simplified geometry cache

This commit is contained in:
Simon Seyock
2019-09-24 16:55:33 +02:00
parent acac7a9403
commit 6866f06375
3 changed files with 34 additions and 54 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}