Changes between Version 54 and Version 55 of iD


Ignore:
Timestamp:
2016-05-02T05:56:43+02:00 (8 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

grammar

Legend:

Unmodified
Added
Removed
Modified
  • iD

    v54 v55  
    1010It is necessary to get data first: [[Introduction#Downloading]].
    1111
    12 There a continuosDownload plugin, but you still have to download area at least once (and then continuosDownload will automatically fetch data for you).
     12There are continuosDownload plugin, but you still have to download area at least once (and then continuosDownload will automatically fetch data for you).
    1313
    1414To prevent "loading" progress bars, refer to preferences menu or simply set [Help/Preferences/Advanced Advanced preferences] {{{plugin.continuos_download.quiet_download}}} to true
     
    1616=== Imagery won't be enabled automatically ===
    1717
    18 There black background in JOSM by default. It will be so until you add an imagery layer.
     18There are black background in JOSM by default. It will be so until you add an imagery layer.
    1919
    2020if you rely on imagery, not on GPX data, not on previous OSM data, you need to select at least one imagery: [wiki:Introduction#EnableAerialimagery "Enable aerial imagery" in Introduction].
     
    6060* In iD, you cannot set tags to 1000 untagged nodes even after you selected them. Search in presets and "tage" menu will disappear. In JOSM, you can apply presets and tags at any second.
    6161* iD will also prevent you from editing '''single tag''' of ''multiple objects at once'' because of it's "simple UI". You can add/correct/update tags to 10 or 1000 objects at once after you selected them (using one of dozens tools).
    62 * You can replace and correct geometry of multiple objects at once (there a {{{Q}}} tool, but you should look for geometry replacement tools in plugins).
     62* You can replace and correct geometry of multiple objects at once (there are {{{Q}}} tool, but you should look for geometry replacement tools in plugins).
    6363* In iD, you have to apply all geometry tools one by one (in most cases). In JOSM, often you can apply single geometry tool to multiple objects.
    6464
    6565=== JOSM is also an offline editor ===
    66 In simplest case, it is possible to {{{Ctrl+O}}} [Help/Action/Open Open file] and {{{Ctrl+S}}} [Help/Action/Save Save file] with temporary edits. But there [wiki:Shortcuts#Workflow many more tools].
     66In simplest case, it is possible to {{{Ctrl+O}}} [Help/Action/Open Open file] and {{{Ctrl+S}}} [Help/Action/Save Save file] with temporary edits. But there are [wiki:Shortcuts#Workflow many more tools].
    6767
    6868=== You can undelete "removed" objects and (partially) revert a changeset(s) ===
     
    112112=== Map features ===
    113113
    114 There no direct analogue, but functionality could be emulated using '''Filter dialog''' [[Image(source:/trunk/images/dialogs/filter.png)]] ''Keyboard shortcut:''''' {{{Alt+Shift+F}}}'''
     114There are no direct analogue, but functionality could be emulated using '''Filter dialog''' [[Image(source:/trunk/images/dialogs/filter.png)]] ''Keyboard shortcut:''''' {{{Alt+Shift+F}}}'''
    115115
    116116[https://github.com/openstreetmap/iD/blob/c4fbacd6250c0245139207c183b3114dcefe2abd/js/id/renderer/features.js Relevant part of iD source code]. TODO: create a config for simpler re-use.
     
    133133|| B (background layer switcher) || differ || exact analogue || [[Help/Menu/Imagery]] menu, and be configured in [[Help/Preferences/Imagery]] ||
    134134|| C, combines selected objects (two nodes) || differ || exact analogue || [Help/Action/MergeNodes Merge Nodes] {{{M}}} ||
    135 || C, combines selected objects (one node and a line) ||  ||  || No analogue: tags from a node will be appended using ";" if there district values) ||
     135|| C, combines selected objects (one node and a line) ||  ||  || No analogue: tags from a node will be appended using ";" if there are district values) ||
    136136|| C, combines selected objects (two lines with a common node) || same || exact analogue || [Help/Action/CombineWay Combine Ways] {{{C}}} ||
    137137|| C, combines selected objects, other cases || differ || similar tools || {{{Ctrl+B}}} [Action/CreateMultipolygon Create a multi-polygon] ||
    138 || D, unjoins the associated lines || differ || similar tools || {{{G}}} [Help/Action/UnGlue Unglue ways], there also tool for relations ||
     138|| D, unjoins the associated lines || differ || similar tools || {{{G}}} [Help/Action/UnGlue Unglue ways], there are also tool for relations ||
    139139|| Ctrl+C, copy the selected object || same || exact analogue || {{{Ctrl+C}}} [Help/Action/Copy copy the selected object] ||
    140140|| Ctrl+V, paste a previously copied object || same || exact analogue || {{{Ctrl+V}}} [Help/Action/Paste Paste from buffer] ||
     
    158158|| Escape stop drawing of a line or area || same || exact analogue || {{{Escape}}} also [Help/Action/UnselectAll unselect all] selected elements ||
    159159|| /, toggle minimap || differ || exact analogue || [Help/Dialog/Minimap minimap] ||
    160 || +, zoom in || same || exact analogue || {{{+}}} [Help/Action/ZoomIn Zoom in], but there [wiki:Shortcuts#Viewport more tools] ||
    161 || -, zoom out || same || exact analogue || {{{-}}} [Help/Action/ZoomOut Zoom out], but there [wiki:Shortcuts#Viewport more tools] ||
     160|| +, zoom in || same || exact analogue || {{{+}}} [Help/Action/ZoomIn Zoom in], but there are [wiki:Shortcuts#Viewport more tools] ||
     161|| -, zoom out || same || exact analogue || {{{-}}} [Help/Action/ZoomOut Zoom out], but there are [wiki:Shortcuts#Viewport more tools] ||
    162162|| {{{←}}}, {{{↑}}}, {{{→}}}, {{{↓}}} pan map || differ || similar tools || {{{Ctrl+←}}}, {{{Ctrl+↑}}}, {{{Ctrl+→}}}, {{{Ctrl+↓}}} move [Help/MapView viewport] ||
    163163|| pan one screen at time: [[br]] {{{Ctrl+←}}}, {{{Ctrl+↑}}}, {{{Ctrl+→}}}, {{{Ctrl+↓}}} or [[br]] {{{Shift+←}}}, {{{Shift+↑}}}, {{{Shift+→}}}, {{{Shift+↓}}}  ||  || || ||
     
    173173=== Multipolygon relations ===
    174174
    175 One day you will encounter [http://wiki.openstreetmap.org/wiki/Relation:multipolygon multipolygons]. Please don't be afraid of this big page, there [http://wiki.openstreetmap.org/wiki/Multipolygon_Examples slightly outdated guide (ignore tagging) with decent illustrations].
     175One day you will encounter [http://wiki.openstreetmap.org/wiki/Relation:multipolygon multipolygons]. Please don't be afraid of this big page, there are [http://wiki.openstreetmap.org/wiki/Multipolygon_Examples slightly outdated guide (ignore tagging) with decent illustrations].
    176176
    177177== URL parameters ==