Skip to content

Commit

Permalink
Update OpenStreetMap instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Nov 2, 2023
1 parent e35f64e commit 73e3d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,17 @@ Give it a minute and Android Studio will configure the projects and download the

Sign up for an account with [OpenStreetMap](https://openstreetmap.org) and log in.

Click on 'oauth settings'
Click on 'My Settings', then 'OAuth2 Applications'

Click on 'Register your application'

Fill in the form with these details

![Oauth settings](assets/osm_oauth_settings.png)

After registering the application, you will receive a 'Consumer Key' and a 'Consumer Secret'.
Place the keys in OSMJob.java and OpenStreetMapManager.java.
After registering the application, you will receive a Client ID.
Place the keys in OpenStreetMapManager#getOpenStreetMapClientID().
If you used your own custom scheme, replace the value in AndroidManifest.xml and OpenStreetMapManager#getOpenStreetMapRedirect()


### Dropbox Setup (Optional)
Expand Down
Binary file modified assets/osm_oauth_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73e3d04

Please sign in to comment.