mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-27 07:53:40 +00:00
added note section to help docs
This commit is contained in:
@@ -147,6 +147,16 @@ export function uiHelp(context) {
|
||||
'boundary',
|
||||
'boundary_add'
|
||||
]],
|
||||
['notes', [
|
||||
'intro',
|
||||
'add_note_h',
|
||||
'add_note',
|
||||
'move_note',
|
||||
'update_note_h',
|
||||
'update_note',
|
||||
'update_note_command'
|
||||
]],
|
||||
|
||||
['imagery', [
|
||||
'intro',
|
||||
'sources_h',
|
||||
@@ -210,6 +220,8 @@ export function uiHelp(context) {
|
||||
'help.relations.turn_restriction_h': 3,
|
||||
'help.relations.route_h': 3,
|
||||
'help.relations.boundary_h': 3,
|
||||
'help.notes.add_note_h': 3,
|
||||
'help.notes.update_note_h': 3,
|
||||
'help.imagery.sources_h': 3,
|
||||
'help.imagery.offsets_h': 3,
|
||||
'help.streetlevel.using_h': 3,
|
||||
@@ -220,6 +232,7 @@ export function uiHelp(context) {
|
||||
point: icon('#iD-icon-point', 'pre-text'),
|
||||
line: icon('#iD-icon-line', 'pre-text'),
|
||||
area: icon('#iD-icon-area', 'pre-text'),
|
||||
note: icon('#iD-icon-note', 'pre-text'),
|
||||
plus: icon('#iD-icon-plus', 'pre-text'),
|
||||
minus: icon('#iD-icon-minus', 'pre-text'),
|
||||
orthogonalize: icon('#iD-operation-orthogonalize', 'pre-text'),
|
||||
|
||||
Reference in New Issue
Block a user