Skip to content

Getting started

Chethan H A edited this page Nov 20, 2015 · 29 revisions

« Mapping with OpenStreetMap

To get started, set up your work environment with the tools you would need. This guide walks you through creating an account on OpenStreetMap.org and setting up your editor to get started mapping.

Setting up an OpenStreetMap Account

  1. Go to OpenStreetMap.org and create an account: https://www.openstreetmap.org/user/new.
  2. IMPORTANT add a picture of yourself to your profile.
  3. Add a profile description like below:

Profile description

It is useful to include:

  • The areas you are interested in mapping;
  • A nice message that allows others to get in touch;
  • Links to your homepage/twitter etc that allows people to follow you.

(format in Markdown)

Here is a good example:

‍‍

Installing JOSM

We are using the Java OpenStreetMap Editor (JOSM) for most tasks. Here's how to get set up.

1. Download and install JRE

JOSM requires the Java Runtime Environment - JRE. Download and install JRE.

2. Download JOSM

Go to the JOSM website to download the tested version. Place it in a common location for applications on your operating system.

  • OSX: /Applications/
  • Windows: C:\Program Files\

3. Open JOSM

Open the JOSM application you downloaded with a double click.

If you want JOSM to use more memory and you're using Linux you can also run it with:

~$ java -Xmx1024M -DproxyHost=$PROXY -DproxyPort=8080 -jar josm-tested.jar

Once JOSM is up and running it looks like this. Go find the Preferences dialog, you'll need it for the next couple of steps. You can access it from under the light switch icon. ‍

‍ ‍‍

4. Enable expert mode

Open the Preferences dialog and enable Expert mode.

screen shot 2015-10-15 at 2 19 34 pm

5. Add user and password

Now it's time to connect to OpenStreetMap. Add the user name and password of the account you just created on OpenStreetMap to JOSM.

screen shot 2015-10-15 at 2 18 50 pm

Now you should be able to retrieve data from OpenStreetMap by clicking on the button with the green down error in the top left:

6. Enable Remote Control

Remote control allows you to launch JOSM directly from the map on OpenStreetMap.org. To enable Remote Control, check this box in the settings:

screen shot 2015-10-15 at 2 14 07 pm

Also check the Download objects to a new layer option. Now you should be able to retrieve data directly starting on OpenStreetMap.org like this:

Clone this wiki locally