Remove references to ImproveOSM

This commit is contained in:
arch0345
2024-07-01 23:42:31 -07:00
parent 49492a0e06
commit 14794ee992
20 changed files with 18 additions and 1310 deletions

View File

@@ -27,7 +27,6 @@ var readOnlyTags = [
/^resolved:/,
/^closed:note$/,
/^closed:keepright$/,
/^closed:improveosm:/,
/^closed:osmose:/
];
@@ -155,12 +154,6 @@ export function uiCommit(context) {
tags['closed:keepright'] = context.cleanTagValue(krClosed.join(';'));
}
}
if (services.improveOSM) {
var iOsmClosed = services.improveOSM.getClosedCounts();
for (itemType in iOsmClosed) {
tags['closed:improveosm:' + itemType] = context.cleanTagValue(iOsmClosed[itemType].toString());
}
}
if (services.osmose) {
var osmoseClosed = services.osmose.getClosedCounts();
for (itemType in osmoseClosed) {