Skip to content

Commit

Permalink
Update map.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gamstc authored Apr 22, 2024
1 parent c30948b commit ef6abd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<h1>Eine Karte mit JavaScript Leaflet</h1>

<p>Hier kannst du Koordinaten eingeben, für einen Ort, von dem du die Karte sehen möchtest.</p>
<input name="inputTxt" type="text" maxlength="512" id="inputTxt" class="inputField"/>
<p>Koordinate 1: <input name="input_1" type="text" maxlength="512" id="input_1" class="inputField"/>
Koordinate 2: <input name="input_2" type="text" maxlength="512" id="input_2" class="inputField"/></p>
<p><br></p>

<div id="map">
Expand Down

0 comments on commit ef6abd5

Please sign in to comment.