Changes between Version 10 and Version 11 of Help/Action/Download


Ignore:
Timestamp:
2009-01-27T13:20:06+01:00 (17 years ago)
Author:
frawe
Comment:

name finder plugin now internal, also detailed other descriptions a bit more

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Download

    v10 v11  
    1313The dialog has multiple tabs. The exact configuration of tabs may be dependent on plugins you have installed, but you will generally at least have:
    1414
    15  * A bounding box tab where 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.
    16     *  To paste from [http://www.openstreetmap.org/index.html the map] on the OpenStreetMap site, zoom in to the area you are interested in, then either move the mouse over the "view" tab, and copy the resulting URL, or copy the permalink given in the bottom right corner.  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 within the box, and then do CTRL+v). Note: you do not need to remove the instruction text already written in that box, just add the URL after it.
     15 * A Bounding Box tab where 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.
     16    *  To paste from [http://www.openstreetmap.org/index.html the map] on the OpenStreetMap site, zoom in to the area you are interested in, then either move the mouse over the "view" tab, and copy the resulting URL, or copy the permalink given in the bottom right corner. 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 within the box, and then do CTRL+v).
    1717    * 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 screen, and paste as described above.
    1818
    19  * A bookmark tab where you can select from your predefined bookmarks, or make a new bookmark from the current bounding box.
     19 * A Tile Numbers tab where you can enter number of tiles and a zoom level to download data of those tiles. This might look a little akward especially when reading [http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames how to compute the tile numbers]. But sometimes it comes in handy. Have a look at the [http://server.tah.openstreetmap.org/Browse/?layer=tile t@h browser] where you can quite easily determine the tile numbers in the image address when hovering the individual tiles with the mouse.
    2020
    21  * A world map where you can select an area for download using the mouse. The map is not detailed enough to actually select a very small area, but you can use it in conjunction with the other tabs - e.g. first select a bookmark, then zoom in on the world map and select an area slightly different from the bookmark area. The world map can be zoomed and panned just like the normal map display!
     21 * A Bookmarks tab where you can select from your predefined bookmarks, or create a new bookmark from the current bounding box or the area defined in another tab respectively.
    2222
    23  * With the namefinder plugin installed you can also search for specific places, street names, etc, in the OSM database.
     23 * On the Places tab you can find the functionality of th former namefinder plugin. Here you can search for specific places, street names, etc, in the OSM database. The server used is currently hardcoded to use the OSM Name finder described in [http://wiki.openstreetmap.org/index.php/Name_finder the OSM-Wiki].
    2424
    25 The bounding box tab will also display a warning if the selected area is too large for the server and will likely be answered with an error message. (You can try, though!)
     25 * A world map where you can select an area for download using the mouse. The map is not detailed enough to actually select a very small area, but you can use it in conjunction with the other tabs—e.g. first select a bookmark, then zoom in on the world map and select an area slightly different from the bookmark area. The world map can be zoomed and panned just like the normal map display!
     26
     27 * It’s recommended to also have the Slippy map chooser plugin (see [wiki:Plugins Plugins]) installed. It provides a slippy map like on the OSM front page with which you can interactively select the area to download.
     28
     29When switching between tabs, the area shown in each tab will be the same. So if you select a bookmark for example and switch to the slippy map (if that plugin is installed) tab, the area of that bookmark is shown.
     30
     31The tabs will also display a warning at the bottom if the selected area is too large for the server and will likely be answered with an error message. (You can try, though!)
    2632
    2733When the download dialog is called up with data already loaded, all fields are set to the currently visible bounding box. Thus a common use scenario is to first load your GPS track from a GPX file, then zoom the view so that the portion you wish to work on is fully visible, and then call up the download dialog which will reflect the visible area.