|
544 | 544 | parent_incomplete: This line cannot be split because a parent relation isn’t fully downloaded. Download the full relation. |
545 | 545 | simple_roundabout: This line cannot be split because this roundabout is part of a larger relation. You must remove it from the relation first. |
546 | 546 | connected_to_hidden: This can't be split because it is connected to a hidden feature. |
| 547 | + slice: |
| 548 | + title: Slice |
| 549 | + description: Divide the parent area into two areas along this line. |
| 550 | + key: X |
| 551 | + annotation: Sliced area into two. |
| 552 | + not_eligible: Cannot slice the area along the line here. |
| 553 | + cutline_tagged: Cannot slice using a line which has tagged values. |
| 554 | + cutline_nodes_tagged: Cannot slice using a line which has nodes that have tagged values. |
| 555 | + cutline_in_relation: Cannot slice using a line which is a member of a relation. |
| 556 | + cutline_nodes_in_relation: Cannot slice using a line which has nodes that are a member of a relation. |
| 557 | + cutline_connected_to_other: Cannot slice using a line which is connected to other ways. |
| 558 | + cutline_multiple_connection: Cannot slice using a line that connects to its parent area multiple times. |
| 559 | + cutline_outside_area: Cannot slice using a line outside the bounds of the area. |
| 560 | + cutline_intersects_inner_members: Cannot slice using a line that intersects other members of the parent area's relation. |
| 561 | + area_not_outer_relation_member: Cannot slice an area that is not an outer multipolygon area. |
| 562 | + cannot_split_area: Cannot split the parent area at the connecting points. |
| 563 | + cannot_split_area_annotated: "Cannot split the parent area at the connecting points. {annotation}" |
| 564 | + connected_to_hidden: This can't be sliced because it is connected to a hidden feature. |
| 565 | + area_member_not_downloaded: This can't be sliced because not all members of the parent area are downloaded. |
| 566 | + too_large: This can't be sliced because not enough of the line is visible. |
547 | 567 | restriction: |
548 | 568 | annotation: |
549 | 569 | create: Added a turn restriction |
@@ -2539,6 +2559,7 @@ en: |
2539 | 2559 | extract: "Extract a point from a feature" |
2540 | 2560 | extract_without_relations: "Extract a point from a feature, without extracting its relations" |
2541 | 2561 | split: "Split features at the selected points" |
| 2562 | + slice: "Split area along the selected line" |
2542 | 2563 | reverse: "Reverse selected features" |
2543 | 2564 | move: "Move selected features" |
2544 | 2565 | follow: "Follow a line or area" |
|
0 commit comments