Changes between Version 11 and Version 21 of Help/Dialog/ChangesetQuery


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/ChangesetQuery

    v11 v21  
    11[[TranslatedPages]]
     2[[PageOutline]]
    23= Changeset Query Dialog =
    3 {{{
    4 #!html
    5 <p style="background-color:rgb(253,255,221);padding: 10pt; border-color:rgb(128,128,128);border-style: solid; border-width: 1px;">
    6 <strong>Work in progress! </strong><br/>
    7 The features described here are not yet available in either <tt>latest</tt> or <tt>tested</tt>.
    8 </p>
    9 }}}
    10 
    11 [[TOC(inline)]]
    12 
    134
    145== Launching the dialog ==
    15 The Changeset Query Dialog is launched from the [wiki:/Help/Dialog/ChangesetManager Changeset Manager].
     6The Changeset Query Dialog is launched from the [wikitr:/Help/Dialog/ChangesetManager Changeset Manager].
    167
    17  1. [wiki:/Help/Dialog/ChangesetManager#Launch Launch the Changeset Manager]
    18  2. Click on [[Image(source:/trunk/images/dialogs/search.png)]] in the toolbar section of the Changeset Manager
     8 1. [wikitr:/Help/Dialog/ChangesetManager#Launch Launch the Changeset Manager]
     9 1. Click on [[JOSMImage(dialogs/search,middle)]] in the toolbar section of the Changeset Manager
    1910
    2011
     
    2819Click on the tab '''Basic''' to select one of a set of predefined standard queries.
    2920
    30 You can choose among
     21You can choose among:
    3122
    3223  * '''Download the latest changesets''' - this will query and download the latest changesets submitted to the OSM server. Max. 100 changesets are replied. If you select the checkbox '''Download my changesets only''', only the latest changesets submitted by you are queried.
    3324
    34   * '''Download my open changesets''' - this will query and download the open changesets owned by you. Max. 100 changesets are replied. This query is disabled if you are using JOSM in anonymous mode, i.e. if you didn't enter an OSM user name and password in the JOSM preferences.
     25 * '''Download my open changesets''' - this will query and download the open changesets owned by you. Max. 100 changesets are replied. This query is disabled if you are using JOSM in anonymous mode, i.e. if you didn't enter an OSM user name and password in the JOSM preferences.
    3526
    36   * '''Download changesets in the current map view''' - this will query the changesets related to the bounding box in the current [wiki:/Help/MapView Map View]. This query is disabled unless there is a current map view, i.e. unless there is at least one layer.
     27 * '''Download changesets in the current map view''' - this will query the changesets related to the bounding box in the current [wikitr:/Help/MapView Map View]. This query is disabled unless there is a current map view, i.e. unless there is at least one layer.
    3728
    3829== Queries from OSM API URLs ==
     
    4334You can paste both URL used to query changesets for browsing and URL used to query changesets in the OSM API. Two examples are provided in the dialog, see the screenshot.
    4435
    45 If the URL pasted into the input field represents a valid changeset query, the icon [[Image(source:/trunk/images/dialogs/changeset/valid.png)]] is displayed, otherwise you will see the icon [[Image(source:/trunk/images/warning-small.png)]].
     36If the URL pasted into the input field represents a valid changeset query, the icon [[JOSMImage(misc/green_check,bottom)]] is displayed, otherwise you will see the icon [[JOSMImage(warning-small,bottom)]].
    4637
    4738== Advanced Queries ==
     
    7364The OSM API currently supports two kinds of date/time based queries.
    7465 1. In the first query you have to supply a date/time as parameter. The OSM server replies all changesets ''closed after'' this date/time.
    75  2. In the first query you have to supply ''two'' date/time values as parameters. The OSM server replies all changesets ''closed after'' the first date/time and ''created before'' the second date/time.
     66 1. In the second query you have to supply ''two'' date/time values as parameters. The OSM server replies all changesets ''closed after'' the first date/time and ''created before'' the second date/time.
    7667It is not intuitively clear why the OSM server provides exactly these two features for date/time based changeset queries but as of API 0.6 (the current API version) that's what JOSM can and does support.
    7768
    78 Date/time values have to be entered as two seperate values: (1) a date value and (2) a time value. The time value is optional. Both date and time values can be entered in the format familiar in your locale. Hover over one of the date or time fields to see the list of supporte formats in the tooltip text.
     69Date/time values have to be entered as two separate values: (1) a date value and (2) a time value. The time value is optional. Both date and time values can be entered in the format familiar in your locale. Hover over one of the date or time fields to see the list of supporte formats in the tooltip text.
    7970
    8071=== Query changesets covering a specific bounding box ===
     
    8677Either enter the lower left (minimum latitude/minimum longitude) and the upper right (maximum latitude/maximum longitude) corners or copy/paste a download URL for a specific area in the field URL.
    8778
    88 
     79----
     80Back to [wikitr:/Help/Dialog/ChangesetManager Changeset Manager] \\
     81Back to [wikitr:/Help Main Help]