mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Add quick fix for connecting the endpoints of a line where tags suggest area if it won't create self-intersection
This commit is contained in:
+4
-1
@@ -1234,7 +1234,7 @@ en:
|
||||
message: "{multipolygon} has misplaced tags."
|
||||
tip: Multipolygons should be tagged on their relation, not their outer way.
|
||||
tag_suggests_area:
|
||||
message: 'Feature is a line, but the tag "{tag}" suggests it should be an area.'
|
||||
message: '{feature} should be an area based on the tags: {tags}'
|
||||
tip: Areas must have connected endpoints.
|
||||
fix:
|
||||
add_connection_vertex:
|
||||
@@ -1247,6 +1247,9 @@ en:
|
||||
title: Continue this feature
|
||||
delete_feature:
|
||||
title: Delete this feature
|
||||
connect_endpoints:
|
||||
title: Connect the ends
|
||||
undo_redo: Connected the endpoints of a way.
|
||||
move_tags:
|
||||
title: Move the tags
|
||||
undo_redo: Moved tags.
|
||||
|
||||
Reference in New Issue
Block a user