mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user