Changes between Version 1 and Version 2 of Ar:Introduction


Ignore:
Timestamp:
2020-10-20T16:44:54+02:00 (4 years ago)
Author:
skyper
Comment:

add revision and, so far, untranslated part in English; adjusted screenshots links to point to english version. With the revison you get informed if the original English page is modified.

Legend:

Unmodified
Added
Removed
Modified
  • Ar:Introduction

    v1 v2  
    1 [[TranslatedPages]]
     1[[TranslatedPages(revision=136,outdated=Translation is incomplete.)]]
    22[[PageOutline]]
    33
     
    55=== مصطلحات جوسم ===
    66 [[JOSMImage(data/node,middle,inline,link=)]] Node العقدة:: العقدة هي النقطة لمكان ما على الخريطة.
     7
     8----
     9 [[JOSMImage(data/way,middle,inline,link=)]] Way:: A way is a line connecting multiple nodes. Way, therefore, is a general term for series of joined nodes, not just for roads or ways in reality.
     10
     11 [[JOSMImage(data/relation,middle,inline,link=)]] Relation:: A relation is an ordered sequence of ways and nodes, a logical container used to group elements. Only [https://taginfo.openstreetmap.org/reports/database_statistics 1% of the data] is modeled using relations.
     12
     13 [[JOSMImage(data/closedway,middle,inline,link=)]] Area:: An area is a way whose ends are connected.
     14
     15 [[JOSMImage(dialogs/propertiesdialog,middle,16,inline,link=)]] Tag:: Tags describe what each node, way or relation represents. Tags are organized into "keys" and "values." Keys are basically larger categories, such as "Highway" or "Land Use," while values are specific features, such as "Primary Road" or "Residential Street," and "Residential" or "Retail" land use.
     16
     17If a road, track or path is curved, the curve is approximated using a number of nodes within a way, and short lines connecting them. If a way has a direction, that is indicated partly by using tags. For example, "oneway=yes" is a road that goes only in one direction. Other tags refer to being on the left and right of the direction of way along the way.
     18
     19
     20== Launch JOSM ==
     21JOSM is a Java program, can be run from the [wikitr:/Download#Recommendedoptions Download page].
     22
     23
     24== Your first edit with JOSM ==
     25=== Welcome screen ===
     26When JOSM starts, it presents you with a few messages about recent changes in JOSM. You should have a look at this page from time to time as it keeps you informed on some of the more interesting changes.
     27
     28=== Downloading ===
     29The next step is to download some data. You can practice using JOSM by downloading your neighborhood or locality you know or just recently visited.
     30
     31==== OSM data ====
     32Next, add data for that area from main server, click at: [[JOSMImage(download,middle,20,link=)]] [wikitr:/Help/Action/Download Download from OSM] ({{{Ctrl+Shift+↓}}}).
     33
     34[[Image(wiki:Introduction:download-data.gif,600,inline,link=)]]
     35
     36''The Download window will be displayed which contains a map of the world. You need to select a small area for your edit, not the entire globe (thus you will see the "Download area too large" message).
     37
     38''To move around the map and select the specific area you want to download, there are several tools:
     39* ''Click with the right mouse button to drag the map
     40* ''Use the scroll wheel to zoom in and out
     41* ''Click with the left mouse button and move the mouse to define an area.
     42
     43''After the "Download area too large" error disappeared and you selected a region, click "Download" to fetch the data from the main server.''
     44
     45
     46=== Enable Aerial imagery ===#EnableAerialimagery
     47For most places on earth there is at least one imagery available. You can pick one from the [wikitr:/Help/Menu/Imagery Imagery menu] at the top of the editor. Bing and Mapbox are popular, but there may be more recent resources for your locality. Note that all local imagery resources, which are available for the region you are currently working, are displayed in the lower part of the Imagery menu.
     48
     49Imageries may have different levels of detail and clarity in different places, so it is often worth checking different imageries. Simply select one of them from the imagery menu and you're ready to go.
     50
     51Mapbox-only: you can [https://www.mapbox.com/bites/00240/#3/0.00/0.00 request a better imagery for the region of your interest] ([https://www.mapbox.com/blog/new-imagery-for-openstreetmap/ announcement in 2014-04-11 by Eric Gundersen])
     52
     53[[Image(wiki:Introduction:enable-imagery.gif,link=)]]
     54
     55When using imagery, keep in mind that imagery may be offset. That is, due to complexities in processing satellite imagery, features on imagery may not be at the same location as they are in the real world. For reference, check existing features in OpenStreetMap data and compare them with the imagery or download GPS tracks. To download GPS tracks from OpenStreetMap, check the "Raw GPS" box in the download dialog. If you observe an offset in the imagery, you can correct for it by selecting the "New offset" item in the "Imagery" menu.
     56
     57=== Editing in JOSM ===
     58JOSM is an offline editor which means everything you do won't be visible for anyone else until you upload it to the server. This makes it possible to experiment and repeatedly moving, tagging, adding and deleting elements without breaking anything. Subsequent actions on a single element will go into the database as a single modification when uploaded.
     59
     60=== Adding a Node or a Way ===
     61The first step of actual editing is to [wikitr:/Help/Action/Draw add a node] or way to the OSM data. You can add standalone nodes or you can add nodes to ways, especially where there is a [wikitr:/Help/Action/Draw#Commonnodeswithanotherway junction between two ways].
     62
     63To add a node, activate "Draw Nodes" [wikitr:Help/EditToolbar#Workingmodes mode], ''either by clicking the [[JOSMImage(mapmode/node/autonode,20,middle,link=)]] button in the left menu bar, or by hitting the "A" key on the keyboard (the button should then be highlighted)''.
     64
     65Then move the mouse cursor over where you want the node, over a way or over your GPS track (if you uploaded one) and left click wherever you want to place the node. A red dot (a selected node) should appear and a rubber-line spans from that node to the mouse cursor. If you create subsequent nodes, the earlier nodes will be shown as yellow nodes.
     66
     67A series of joined nodes forms a way.
     68
     69=== Adding Tags ===#AddingTags
     70Ways or nodes on their own are not of much use unless they are ''[wikitr:/Help/Concepts/Object#Tags tagged]'' to say what they represent. The [osmwiki:Map_Features Map Features] page shows some popular tags, this page will never be complete about all tags.
     71
     72The first step in adding tags is to be sure the [wikitr:/Help/Dialog/TagsMembership Tags/Membership window] is open on the right hand side of JOSM. ''The [[JOSMImage(dialogs/propertiesdialog,20,middle,link=)]] button on the left should be highlighted. If it is not highlighted, click on it or hit `Alt+Shift+P`''.
     73
     74You will see three buttons: [[JOSMImage(dialogs/add,20,middle,link=)]] '''Add''', [[JOSMImage(dialogs/edit,20,middle,link=)]]'''Edit''' and [[JOSMImage(dialogs/delete,20,middle,link=)]]'''Delete'''.
     75
     76To edit the properties of a node or way (such as adding a tag) in the Tags/Membership window, the way or node must be selected.
     771. ''Enter [wikitr:/Help/Action/Select Select mode] by clicking on [[JOSMImage(mapmode/move/move,20,middle,link=)]] of the left-hand icons or by hitting the {{{S}}} key.''
     781. ''Highlight the way or point you wish to select. Click the [[JOSMImage(dialogs/add,20,middle,link=)]]'''Add''' button.''
     791. ''A [wikitr:/Help/Dialog/AddValue dialog box] will appear, and you will be asked to select a key and a value for each tag. Type in the key/value pair that represents the tag you are creating. For example, for the key you might type "amenity" and for the value "fountain" (without quotes).''
     801. ''Click OK. You have now tagged your way. You can add several tags to one object.
     81''
     82[[Image(wiki:Introduction:poi-restourant.gif,left,link=)]]
     83[[Image(wiki:Introduction:poi-fountain.gif,link=)]]
     84
     85[[br]][[br]][[br]]
     86
     87=== Presets ===#Presets
     88Instead of adding tags manually you can also use [wikitr:/Help/Concepts/Object#presets Presets].
     89
     90All presets can be found:
     911. at the [wikitr:/Help/Menu main menu] (shown on the left below)
     921. at the [wikitr:/Help/MainToolbar main toolbar] (no picture below)
     931. with the {{{F3}}} shortcut (pop-up menu shown below on the right)
     94
     95[[Image(wiki:Introduction:presets-from-main-menu.png,link=)]]
     96[[Image(wiki:Introduction:presets-f3-search.png,link=)]]
     97
     98Presets for [wikitr:/Help/Dialog/SelectionList#Selection currently selected object(s)] are displayed above the tags for the current object (displayed in [wikitr:/Help/Dialog/TagsMembership Tags/Memberships window]):
     99
     100[[Image(wiki:Introduction:presets-in-tag-toggle.png,link=)]]
     101
     102=== Left mouse click on respective preset heading will open complete preset view ===#Leftmouseclickonrespectivepresetheadingwillopencompletepresetview
     103
     104[[Image(wiki:Introduction:single-preset-shown-in-context-of-tagsmemberships-single-object.png,nolink)]]
     105
     106=== Uploading to OSM ===#UploadingtoOSM
     107If you are happy with all that you have done then you must upload your work to the OSM server. Click on the [[JOSMImage(upload,20,middle,link=)]] button.
     108
     109This will automatically trigger a [wikitr:/Help/Validator validation] of your changes. Review all validation warnings and try to resolve them before you upload. This will prevent unfortunate mistakes such as un-tagged objects or unconnected roads. Note that validator warnings can also be wrong in seldom special cases.
     110
     111Before you upload, add a proper changeset comment and specify which source you used. This is important as it will show other users who see your changesets what this changeset was intended to modify and from where you took the information.
     112
     113[[Image(wiki:Introduction:uploading data.gif,link=)]]
     114
     115''JOSM will give you an overview of the elements that it is about to upload. You will be asked to provide a short text summary and the source of your edits. This description will be saved with your data on the server and provides information, for example, for the [osmwww:history Recent Changes list].''
     116
     117If you need more details or have questions about upload process, it is precisely covered at [wikitr:/Help/Action/Upload Upload data].
     118
     119
     120== Thank you! ==
     121Thanks for contributing to the OSM database. For more information see our [wikitr:/Help help page] or simply press {{{F1}}} over buttons or any interface element within JOSM. This will directly lead you to the respective help page.
     122
     123
     124== What's next ==
     125=== Results of your job ===
     126* Your changes will appear at the [osmwww:#layers= "Standard" layer] probably within a few minutes.
     127* Data in your routing software, maps and other services: will be updated per each service (from minutes to days, weeks and months)
     128
     129=== Tell your friends ===
     130* Tell your friends how easy it is to update data and how your changes get displayed quickly. Truck drivers, couriers, photographers, bikers, journalists, fisherman and simply runners with GPS are always welcome in OSM.
     131* Precise and actual information may affect how you make decisions in your life. The more people who are active in the project - the faster the data gets updated. And while [http://osmstats.neis-one.org/?item=countries&date= a few contributors] can be called as "active" at a given point in time. Every small change advances OSM to a complete and actual state.
     132* OSM data may be viewed as clocks: without an arrow you wouldn't know minutes. It often gets outdated - simply refresh it. When clocks stop we wind them up again.
     133* OpenStreetMap is about the whole planet in the same way how your clock about the current time.
     134
     135
     136= External links =
     137* [https://www.mapbox.com/mapping/ Mapping with OpenStreetMap] with animations by Mapbox team covers mostly the same topics.
     138* [https://www.mapbox.com/blog/making-the-most-josm/ Your first steps with JOSM - the Java OpenStreetMap editor] 09/02/2016 by Ramya Ragupathy at Mapbox blog
     139
     140
     141= See also =
     142* [wikitr:/Help/Concepts/Object Objects in OSM data model]
     143
     144----
     145Back to [wikitr:/Help Main Help]