Changes between Version 88 and Version 103 of Help/Action/Download


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

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Download

    v88 v103  
    33= File > Download data =
    44
    5 [[Image(source:trunk/images/download.png,middle)]] ''Keyboard shortcut:'' **{{{Ctrl+Shift+↓}}}**
     5[[JOSMImage(download,48,link=,middle,margin-right=20)]] ''Keyboard shortcut:'' **`Ctrl+Shift+↓`**
    66
    77**Download map data from a server of your choice.**
     
    12121. Choose a source server and optional adjust the download options the server offers
    13131. Choose an area to download
    14 1. Click on [[Image(source:trunk/images/download.png,middle)]] Download
     141. Click on [[JOSMImage(download)]] Download
    1515
    1616
    1717== Source server and server download options ==
    18 By default there is only one source, the main OSM server. If [ExpertMode expert mode] is enabled then you have access to other servers too. Each server has its own special download options, which are explained below.
     18By default there is only one source, the main OSM server. If [wikitr:/Help/ExpertMode expert mode] is enabled then you have access to other servers too. Each server has its own special download options, which are explained below.
    1919
    20 === Download from OSM ===
    21 [[Image(SlippyMap.png,800)]]
     20=== Download from OSM ===#Downloadfromosm
     21[[Image(SlippyMap.png,link=)]]
    2222
    2323This is the default download method. Different types of data can be downloaded (it is possible to download all three types at once):
     
    2525* [osmwiki:Downloading_data OpenStreetMap data] ([osmwiki:Elements nodes, ways, relations])
    2626* [osmwiki:Upload Raw GPS data] (traces)
    27 * [Help/Dialog/Notes Notes]
     27* [wikitr:/Help/Dialog/Notes Notes]
    2828
    29 There might be a red warning below the data type check boxes displayed if the selected area is probably too large for the server and will be answered with an error message.[[BR]]
     29There might be a red warning below the data type check boxes displayed if the selected area is probably too large for the server and will be answered with an error message. \\
    3030You can download bigger areas using several smaller ones or try another source server.
    3131
    32 === Download from Overpass API ===
    33 [[Image(Overpass.png,800)]]
     32=== Download from Overpass API ([wikitr:/Help/ExpertMode expert mode]) ===#DownloadfromOverpassAPI
     33[[Image(Overpass.png,link=)]]
    3434
    3535The big advantage of ''Download from Overpass API'' compared to ''Download from OSM'' is that you can limit the download to specific objects, rather than "all objects in an area". If you use this download method make sure you know what you are doing, as working with incomplete data sets can lead to relation issues, incorrect or duplicate data, or server conflicts at upload time. [osmwiki:Overpass_API/Sparse_Editing Sparse Editing] explains potential issues.
     
    3737Overpass API offers download of OpenStreetMap data elements only (i.e. no gps traces or notes).
    3838
    39 For this purpose you can put your Overpass query in the big text box. See [osmwiki:Overpass_API/Overpass_QL Overpass QL] for its syntax. [osmwiki:Overpass_turbo/Extended_Overpass_Turbo_Queries Extended Overpass Turbo Queries] are allowed. You can add, edit and delete your favorite queries in the list on the right side. Successful executed queries will automatically be added to the list with "history" and the time and date as name of this query. Type text in the small textbox above the list to filter the list.
     39To use ''Download from Overpass API'' put your Overpass query in the big text box. See [osmwiki:Overpass_API/Overpass_QL Overpass QL] for its syntax. [osmwiki:Overpass_turbo/Extended_Overpass_Turbo_Queries Extended Overpass Turbo Queries] are allowed. You can add, edit and delete your favorite queries in the list on the right side. Successful executed queries will automatically be added to the list with "history" and the time and date as name of this query. Type text in the small textbox above the list to filter the list.
    4040
    4141If `{{geocodeArea}}` is part of the query, it will be evaluated. If `{{bbox}}` is part of the query, then you need to choose the area to download (see below). If none of them is present, then it will search and download global. If the query box is left blank you can download all the data in the below specified area to download.
    4242
    43 If you use this download method make sure you know what you are doing as working with incomplete data sets can lead to unwanted wrong or duplicate data after uploading to the osm server. Overpass API offers osm data only (i.e. no GPS traces or notes).
    44 
    4543JOSM silently autofixes some errors of the query (e.g. replaces `out:json` with `out:xml` or replaces `out:body` with `out:meta`), similar to the autofix function of the overpass turbo website.
    4644
    47 The Overpass Wizard helps you to easily create an Overpass Turbo query. See [osmwiki:Overpass_turbo/Wizard] for its syntax and features.
    48 
    49 [[Image(Wizard.png,250)]]
     45The Query Wizard that uses JOSM [wikitr:/Help/Action/Search search] syntax helps you to create an Overpass Turbo query.
    5046
    5147In the favorite editing window the first box contains the name and the box below the query.
    5248
    53 [[Image(Favorite.png,250)]]
     49[[Image(Favorite.png,250,link=)]]
    5450
    55 === Download from Sophox API ===
    56 [[Image(Sophox.png,800)]]
     51=== Download from Sophox API ([wikitr:/Help/ExpertMode expert mode]) ===#DownloadfromSophoxAPI
     52[[Image(Sophox.png,link=)]]
    5753
    58 Similar to Download from Overpass API this download method uses special queries to limit the dowloaded data. It has the same features to store your favorite queries.
     54Similar to Download from Overpass API this download method uses special queries to limit the downloaded data. It has the same features to store your favorite queries.
    5955
    60 The usage of the Download from Sophox API is explained in the [osmwiki:Wikidata%2BOSM_SPARQL_query_service osm wiki]. To use this download method you need to install the [Help/Plugin/Wikipedia Wikipedia Plugin].
     56The usage of the Download from Sophox API is explained in the [osmwiki:Wikidata%2BOSM_SPARQL_query_service osm wiki]. To use this download method you need to install the [wikitr:/Help/Plugin/Wikipedia Wikipedia Plugin].
     57
     58=== Download from MapWithAI API ===
     59This requires the plugin [wikitr:/Help/Plugin/MapWithAI MapWithAI].
    6160
    6261
    6362== Area to download ==
    64 Additional to the server choose you need to select in which area ("bounding box", "bbox") you want to download the data (except for special Overpass or Sophox queries). The area to download can be choosen in different tabs.
     63Additional to the server choose you need to select in which area ("bounding box", "bbox") you want to download the data (except for special Overpass or Sophox queries). The area to download can be chosen in different tabs.
    6564
    66 The Slippy map tab is the most intuitive one as you can simply draw a bbox rectangle with your mouse on the map. If you change the bbox in another tab and go back to the Slippy map it will display the new bbox, so you can adjust it before downloading. When the download dialog is called up with data already loaded, the bbox of the downloaded window will be the same like your current [MapView map view].
     65The Slippy map tab is the most intuitive one as you can simply draw a bbox rectangle with your mouse on the map. If you change the bbox in another tab and go back to the Slippy map it will display the new bbox, so you can adjust it before downloading. When the download dialog is called up with data already loaded, the bbox of the downloaded window will be the same like your current [wikitr:/Help/MapView map view].
    6766
    68 === Slippy map ===
    69 [[Image(SlippyMap.png,400)]]
     67=== Slippy map ===#Slippymap
     68[[Image(SlippyMap.png,400,link=)]]
    7069
    7170The ''Slippy map'' provides a movable map like on the OSM front page with which you can interactively select the area to download. Move the map the JOSM way by press and hold the right mouse button and select an area by press and hold the left mouse button.
    7271
    73 Clicking on the [[Image(source:/trunk/images/dialogs/layerlist.png,20,middle)]] button on the upper right gives you the option to change the displayed map for this window. The available maps are based on your [[Help/Preferences/Imagery|Imagery preferences]].
     72Clicking on the [[JOSMImage(dialogs/layerlist)]] button on the upper right gives you the option to change the displayed map for this window. The available maps are based on your [wikitr:/Help/Preferences/Imagery Imagery preferences].
    7473
    7574=== Bookmarks ===
     
    8079There are special bookmarks, which can't be modified directly:
    8180* The Home location bookmark represents the home location, which you have set in your osm profile on osm.org.
    82 * With the [[Image(source:trunk/images/dialogs/changeset/downloadchangeset.svg,middle)]] button on the left you can download the bboxes of you last 15 changesets, which are added as bookmarks then.
     81* With the [[JOSMImage(dialogs/changeset/downloadchangeset)]] button on the left you can download the bboxes of you last 15 changesets, which are added as bookmarks then.
    8382
    8483Double click on a bookmark to directly download the related bbox or single click on a bookmark, switch to the Slippy map tab and adjust the bbox before downloading.
    8584
    8685=== Bounding Box ===
    87 [[Image(BBox.png,400)]]
     86[[Image(BBox.png,400,link=)]]
    8887
    8988In the ''Bounding Box'' tab you can set the latitude/longitude bounds of the data to be downloaded, and also paste an URL from either www.openstreetmap.org or www.informationfreeway.org.
    90 * To paste from [osmwww: the map] on the OpenStreetMap site, zoom into the area you are interested in and copy the URL from the address bar of your browser. Then go to JOSM, and paste this URL into the "URL from www.openstreetmap.org" box. (In Windows to paste into the box, left click on the box, and then do CTRL+v).
    91 * To paste from [http://www.informationfreeway.org www.informationfreeway.org] zoom to the area you are interested in, and then copy the permalink location from the bottom right of the screen, and paste as described above.
     89* To paste from [osmwww: the map] on the OpenStreetMap site, zoom into the area you are interested in and copy the URL from the address bar of your browser. Then go to JOSM, and paste this URL into the "URL from www.openstreetmap.org" box. (In Windows to paste into the box, left click on the box, and then do `Ctrl+V`).
     90* To paste from [https://www.informationfreeway.org www.informationfreeway.org] zoom to the area you are interested in, and then copy the permalink location from the bottom right of the screen, and paste as described above.
    9291
    93 Instead of pasting the URL in the text box, you can press `[CTRL]+[V]` on any other tab to parse the bounds from the clipboard URL.
     92Instead of pasting the URL in the text box, you can press `Ctrl+V` on any other tab to parse the bounds from the clipboard URL.
     93
     94You can copy bounds to clipboard with the ''Copy bound'' button
    9495
    9596=== Area around places ===
    96 [[Image(AreaAroundPlaces.png,400)]]
     97[[Image(AreaAroundPlaces.png,400,link=)]]
    9798
    98 On the ''Area around places'' tab you can search for specific places, street names, etc, in the OSM database. Currently, there is only one server for the search available: [osmwiki:Nominatim Nominatim]. After you have clicked on a search result you can switch back to the Slippy map tab (which has zoomed to the area of the search result) and adjust the bounding box.
     99On the ''Area around places'' tab you can search for specific places, street names, etc, in the OSM database. Currently, there is only one server for the search available: [osmwiki:Nominatim Nominatim]. If there are more than 10 results, only 10 results are displayed and the button changes to "Search more...". \\
     100After you have clicked on a search result you can switch back to the Slippy map tab (which has zoomed to the area of the search result) and adjust the bounding box.
    99101
    100102=== Tile Numbers ===
    101 [[Image(TileNumbers.png,400)]]
     103[[Image(TileNumbers.png,400,link=)]]
    102104
    103105In the ''Tile Numbers'' tab you can enter a number of tiles and a zoom level to download data of those tiles. Alternatively, you enter a Tile address. This might look a little awkward, especially when reading [osmwiki:Slippy_map_tilenames how to compute the tile numbers]. But sometimes it comes in handy. If you want to easily determine the tile numbers with the mouse, see [https://help.openstreetmap.org/questions/40163/tile-browser-link-broken this help center question].
     
    106108== JOSM download options ==
    107109JOSM offers some general options of this download window:
    108  Download as new layer::
    109   If checked, the data is loaded in a new layer, if not selected, the data is loaded in the current data layer. (If there isn't any data layer yet, a new data layer is always created.)
    110110 Open this dialog on startup::
    111111  If checked this window will automatically be opened after the start of JOSM.
    112112 Zoom to downloaded data::
    113   If checked the map view will move to the downloaded data after downloading, if not checked it will stay at its current position. (If [ExpertMode expert mode] is off this checkbox is not displayed.)
     113  If checked the map view will move to the downloaded data after downloading, if not checked it will stay at its current position. (If [wikitr:/Help/ExpertMode expert mode] is off this checkbox is not displayed.)
     114
     115By default the "Download" button should be used. If you want to download data to a separate [wikitr:/Help/Dialog/LayerList Data Layer] use the "Download as new layer" button. (If there isn't any data layer yet, this option is not available.)
     116
    114117
    115118== See also ==
    116 * [[Image(source:trunk/images/downloadprimitive.png,middle)]] [DownloadObject Download object]
    117 * [[Image(source:trunk/images/download.png,middle)]] [DownloadParentWaysAndRelation Download parent ways and relations]
    118 * [[Image(source:trunk/images/download-overpass.png,middle)]] [OverpassDownload Download from Overpass API] (No longer exists in JOSM since it was integrated into this window in september 2017.)
    119 * [[Image(source:trunk/images/download_in_view.png,middle)]] [DownloadOsmInView Download in current view]
    120 * [[Image(https://raw.githubusercontent.com/JOSM/continuos-download/master/images/continuous-download.png,middle)]][osmwiki:JOSM/Plugins/continuosDownload continuosDownload Plugin]
    121 * [[Image(source:trunk/images/openlocation.png,middle)]] [OpenLocation Open Location]
     119* [[JOSMImage(downloadprimitive)]] [wikitr:/Help/Action/DownloadObject Download object]
     120* [[JOSMImage(download)]] [wikitr:/Help/Action/DownloadParentWaysAndRelation Download parent ways and relations]
     121* [[JOSMImage(download-overpass)]] [wikitr:/Help/Action/OverpassDownload Download from Overpass API] (No longer exists in JOSM since it was integrated into this window in september 2017.)
     122* [[JOSMImage(download_in_view)]] [wikitr:/Help/Action/DownloadOsmInView Download in current view]
     123* [[Image(https://raw.githubusercontent.com/JOSM/continuos-download/master/images/continuous-download.png,link=,middle)]] [osmwiki:JOSM/Plugins/continuosDownload continuosDownload Plugin]
     124* [[JOSMImage(openlocation)]] [wikitr:/Help/Action/OpenLocation Open Location]
    122125
    123126----
    124 Back to [Menu/File Menu File][[Br]]
    125 Back to [wiki:/Help Main Help]
     127Back to [wikitr:/Help/Menu/File Menu File] \\
     128Back to [wikitr:/Help Main Help]