Skip to content

Commit f500907

Browse files
committed
Alert about Mechanical Editing when lot of marker closed #164
1 parent 3b9f2d9 commit f500907

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

web/src/pages/map/index.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,16 @@ export default VueParent.extend({
267267
this.saveMapState()
268268
},
269269
},
270+
271+
closed_marker_count(): void {
272+
if (this.closed_marker_count == 100) {
273+
alert(this.$t(`You have made a large number of corrections. That great!
274+
275+
That may not be your case, but note that Osmose-QA is not intended to be used for Mechanical Editing. Take a look about that at:
276+
- https://wiki.openstreetmap.org/wiki/Automated_edits
277+
- https://wiki.openstreetmap.org/wiki/What%27s_the_problem_with_mechanical_edits%3F`))
278+
}
279+
},
270280
},
271281
272282
methods: {

0 commit comments

Comments
 (0)