Changes between Version 58 and Version 59 of Help/Dialog/Notes
- Timestamp:
- 2020-03-23T12:56:20+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/Notes
v58 v59 1 1 [[TranslatedPages]] 2 2 3 = Notes Dialog=3 = Notes Panel = 4 4 5 5 [[JOSMImage(dialogs/notes/note_open,48,link=,middle,margin-right=20)]] ''Keyboard shortcut:''''' {{{none yet}}}''' — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels] 6 6 7 This dialogpresents a list of [osmwiki:Notes OSM notes] and allows to create new, comment, close or reopen notes. These notes can also be edited on the [osmwww: OSM main page] (right toolbar).7 This panel presents a list of [osmwiki:Notes OSM notes] and allows to create new, comment, close or reopen notes. These notes can also be edited on the [osmwww: OSM main page] (right toolbar). 8 8 9 9 [[Image(notesdialog.png,link=)]] 10 10 11 11 12 == Downloading notes == 12 13 There are different possibilities: 13 14 * Use the "Notes" checkbox in the [wikitr:/Help/Action/Download download dialog]. 14 * Use the "Download notes in current view" button of this Dialog15 * Search for a Note via the [wikitr:/Help/Menu/File File menu] → [[JOSMImage(note_search)]] [wikitr:/Help/Action/SearchNotesDownload Search Notes...] 15 * Use the [[JOSMImage(download)]] "Download notes in current view" button of this panel 16 * Search for a Note via the [wikitr:/Help/Menu/File File menu] → [[JOSMImage(note_search)]] [wikitr:/Help/Action/SearchNotesDownload Search Notes ...] 16 17 * Use File menu → [[JOSMImage(openlocation)]] [wikitr:/Help/Action/OpenLocation Open Location...] and enter a special URL or simply paste (`Ctrl+V`) the special URL into the JOSM [wikitr:/Help/MapView Map View]. 17 18 * Use File menu → [[JOSMImage(dialogs/notes/note_open)]] [wikitr:/Help/Action/DownloadNotesInView Download notes in current view] 18 * Opena local .osc file containing Notes (e.g. created by the smartphone app OSMAnd).19 * [[JOSMImage(open)]] [wikitr:/Help/Action/Open Open] a local .osc file containing Notes (e.g. created by the smartphone app OSMAnd). 19 20 * (Downloading via [wikitr:/Help/Preferences/RemoteControl remote control] on www.openstreetmap.org is not yet working, see #11367 and [https://github.com/openstreetmap/openstreetmap-website/issues/957 github issue]) 20 21 22 21 23 == Features == 22 23 24 ||= Icon =||= Name =||= Description =|| 24 25 || [[JOSMImage(download)]] || Download notes in current view || || … … 27 28 || [[JOSMImage(dialogs/notes/note_closed)]] || Close note || || 28 29 || [[JOSMImage(dialogs/notes/note_open)]] || Reopen note || || 29 || [[JOSMImage(dialogs/sort)]] || Sort notes || You can sort the notes in the dialogby state (open, closed, new), username, created date or last change date. ||30 || [[JOSMImage(dialogs/sort)]] || Sort notes || You can sort the notes in the list by state (open, closed, new), username, created date or last change date. || 30 31 || [[JOSMImage(help/internet)]] || Open the note in an external browser || Opens the selected note in your defaut web browser. Alternatively you can use [wikitr:/Help/Action/InfoAboutElementsWeb Advanced info (web)] from the View menu. || 31 32 || [[JOSMImage(upload)]] || Upload note changes to server || After you created a note or made changes to existing notes, the changes are not uploaded automatically. You need to press this button. If you try to delete the Notes layer or close JOSM with not yet uploaded note changes, JOSM will ask, if you want to upload the changes. || 32 || || (left click) || A left click on a notes symbol in the map view or on a list entry in the Notes Dialog Window opens the note's content in a tooltip in the map area || 33 || || '''{{{Ctrl+C}}}''' || Select a note in the Notes Dialog and press '''{{{Ctrl+C}}}''' to copy the ID of the note and the text of the first comment to the clipboard. (A more usable way is to select and copy text directly in the notes tooltip.) || 33 || || (left click) || A left click on a notes symbol in the map view or on a list entry in the list opens the note's content in a tooltip in the map area || 34 || || '''{{{Ctrl+C}}}''' || Select a note in the list and press '''{{{Ctrl+C}}}''' to copy the ID of the note and the text of the first comment to the clipboard. (A more usable way is to select and copy text directly in the notes tooltip.) || 35 34 36 35 37 == Advanced Preferences == 36 37 38 There are some advanced settings for notes. To change them first download some notes and then go to the [wikitr:/Help/Preferences/Advanced Advanced preference] and search for the following keys: 38 39 39 40 * `osm.notes.daysClosed`: you can specify how long (in days) the notes should still be downloaded after they were closed. The default value is `7` (You can set this value also under [wikitr:/Help/Preferences/Connection Connection preferences].) 40 * set a number > 0to set the days (e.g. `10` means a note which was closed 10 days ago will be downloaded, a note which was closed 11 days ago will not)41 * set a positive number to set the days (e.g. `10` means a note which was closed 10 days ago will be downloaded, a note which was closed 11 days ago will not) 41 42 * set it to `0`, to download only open notes 42 43 * set it to `-1`, to download all created notes ever (of course only in the selected area and limited to the maximum download limit, see below) 43 44 * `osm.notes.downloadLimit`: you can specify the maximum number of downloaded notes. The default value is `1000`. The maximum value is `10000`. There is a warning displayed if you reach the limit. 45 44 46 45 47 == See also == … … 47 49 * a [https://ksmapper.blogspot.de/2015/02/a-note-about-josm.html description] how you may use notes from the main developer of the JOSM notes implementation 48 50 51 49 52 ---- 50 53 Back to [wikitr:/Help/Menu/Windows Windows]\\