disable merge operation if at least one relation is incomplete

Incomplete multipolygons were harmed in the merge operation (which
relies on completely loaded relations to determine inner/outer
status for example).

This disables the operation and adds an appropriate tooltip.
This commit is contained in:
tyr
2014-02-09 18:41:31 +01:00
parent 422f76be77
commit 90fd8b6e51
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -106,6 +106,7 @@ en:
not_eligible: These features can't be merged.
not_adjacent: These lines can't be merged because they aren't connected.
restriction: These lines can't be merged because at least one is a member of a "{relation}" relation.
incomplete_relation: These features can't be merged because at least one hasn't been fully downloaded.
move:
title: Move
description: Move this to a different location.