Skip to content

Commit

Permalink
add guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Sep 30, 2024
1 parent 0120445 commit a8a7d6c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>iD</title>
<link rel='stylesheet' href='dist/iD.css'>
<link rel='icon' type='image/png' href='data:image/png;base64,iVBORw0KGgo='>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
<meta name='viewport'
content='width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<meta name='apple-mobile-web-app-capable' content='yes' />
Expand All @@ -30,7 +31,8 @@
position: absolute;
right: 0;
top: 0;
overflow: scroll
overflow: scroll;
font-family: "Sofia", sans-serif;
}

#map {
Expand All @@ -46,7 +48,7 @@
<div id='sidepane'>
<div style="padding: 5%">
<img src="https://euthmappers.com/app/uploads/2023/05/logo.png" />
<h1>Sandbox for OSM editting</h1>
<h1>Sandbox for OSM editting 🪣🧤</h1>

Check failure on line 51 in index.html

View workflow job for this annotation

GitHub Actions / Check for spelling errors

editting ==> editing
<div id="map"></div>
<p>This site has both iD editor (big map drawing tool on the left) and mini map of actual OSM data on the right</p>
<script>
Expand Down Expand Up @@ -92,9 +94,9 @@ <h2>Open sandbox editting in JOSM</h2>
<li>Go to the Edit menu and select Preferences > OSM server</li>
<li>Uncheck "Use the default OSM server".</li>
<li>Change OSM Server URL to https://api06.dev.openstreetmap.org/api and add your authentication by selecting Use
Oath 2.0 and click on Authorize now (fully automatic)</li>
<li>An (dev)Openstreetmap site appear, click on Authorize , a site with the text ‘OK’ will appear.
Come back to Preferences window in JOSM, press OK</li>
Oath 2.0 and click on Authorize now (fully automatic)</li>
<li>An (dev)Openstreetmap site appear, click on Authorize , a site with the text ‘OK’ will appear.
Come back to Preferences window in JOSM, press OK</li>
</div>
</div>
</div>
Expand Down

0 comments on commit a8a7d6c

Please sign in to comment.