Never reset the taginfo cache

The data on taginfo is refreshed once per day, so there's no reason to
reissue those API calls during a normal editing session.

reset() gets called after the user saves their changes to OSM
This commit is contained in:
Bryan Housel
2017-04-19 09:25:09 -04:00
parent c2d6c84aee
commit 494dd979a9
+1 -1
View File
@@ -176,7 +176,7 @@ export default {
},
reset: function() { taginfoCache = {}; },
reset: function() { },
keys: function(parameters, callback) {