added note section to help docs

This commit is contained in:
Thomas Hervey
2018-07-22 00:05:15 -04:00
parent 8811933009
commit 4038c8200e
3 changed files with 32 additions and 0 deletions

View File

@@ -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'),