Changes between Version 10 and Version 11 of Help/Dialog/ChangesetQuery
- Timestamp:
- 2009-12-27T23:56:00+01:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/ChangesetQuery
v10 v11 46 46 47 47 == Advanced Queries == 48 It is possible to query changesets on the OSM server based on four criteria: 49 * based on the changeset owner 50 * based on whether the changeset is open or closed 51 * based on when the changeset was created or closed 52 * based on the area which is affected by the changesets 53 54 The '''Advanced''' tab provides a UI for defining a changeset query based on these four criteria. There are four checkbox you can select, one checkbox for each kind of query restriction, see below. If a checkbox is selected the respective query restriction will be applied in the query. Depending on the checkbox you select, additional parameters have to be entered, please refer to the following sections. 48 55 49 56 [[Image(advanced-tab.png)]] 57 50 58 51 59 === Query changesets owned by a specific user === 52 60 [[Image(advanced-based-on-user.png)]] 53 61 62 You can either restrict the changeset to 63 * changesets owned by yourself. Note that this option is disabled if you are running JOSM in anonymous mode, i.e. if you don't have an OSM user account or if you didn't enter its name and its password in the JOSM preferences. 64 * a specific user given its user ID. This is the most precise query option for user based query because the user ID is guaranteed to be unique. 65 * a specific user given by its user name. This is a slightly less precise query because, for historical reasons, the same user name could be assigned to more than one user. 66 54 67 === Query changesets depending on whether they are open or closed === 55 56 68 [[Image(advanced-based-on-openclosed.png)]] 57 69 58 70 === Query changesets based on the date/time they have been created or closed === 71 [[Image(advanced-based-on-datetime.png)]] 59 72 60 [[Image(advanced-based-on-datetime.png)]] 73 The OSM API currently supports two kinds of date/time based queries. 74 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. 76 It 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. 77 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. 61 79 62 80 === Query changesets covering a specific bounding box === … … 64 82 [[Image(advanced-based-on-bbox.png)]] 65 83 84 Changesets can be queried based on the area they cover. In order to restrict a changeset query to a specific area you have to enter its bounding box. 85 86 Either 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. 87 88
