mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
Fix taginfo caching
This commit is contained in:
@@ -14,7 +14,11 @@ iD.taginfo = function() {
|
||||
line: 'ways'
|
||||
};
|
||||
|
||||
var cache = this.cache = {};
|
||||
if (!iD.taginfo.cache) {
|
||||
iD.taginfo.cache = {};
|
||||
}
|
||||
|
||||
var cache = iD.taginfo.cache;
|
||||
|
||||
function sets(parameters, n, o) {
|
||||
if (parameters.geometry && o[parameters.geometry]) {
|
||||
|
||||
Reference in New Issue
Block a user