mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
extend the explanations
This commit is contained in:
@@ -1428,8 +1428,8 @@ en:
|
||||
edit_menu_h: "Advanced Commands from Edit Menu"
|
||||
command_reverse: "The {reverse_icon} **{reverse}** command will change the direction of lines like oneway streets or cliffs where the top is one the left and the bottom on the right side."
|
||||
command_disconnect: "The {disconnect_icon} **{disconnect}** command separates a connected point into independent points which can be separated from each other."
|
||||
command_merge: "The {merge_icon} **{merge}** command create a single object from all selected objects. In order to turn a point into a line or an area while keeping the tags, create a line or an area without tags and merge it with the existing point."
|
||||
command_extract: "The {extract_icon} **{extract}** command seperates a point from a line or an area."
|
||||
command_merge: "The {merge_icon} **{merge}** command create a single object from all selected objects, the type of the object depends on the selected objects. From two or more selected ares a new multipolygon relation will be created, two selected lines will become a single line. From a selected point and a selected line or area the point will be integrated into the line or area while keeping the tags."
|
||||
command_extract: "The {extract_icon} **{extract}** command seperates a point from a line or an area, so you can seperate a POI which is part of a building."
|
||||
notes:
|
||||
title: Notes
|
||||
intro: "*Notes* are used to alert other users that a feature requires fixing or attention. Notes mark a specific location on the map. To view existing notes or add new ones, open the {data_icon} **{map_data}** panel and enable the {osm_notes} layer."
|
||||
|
||||
Reference in New Issue
Block a user