set item coords via map, closes #3
This commit is contained in:
parent
4bf4f754c9
commit
5aa8b8a37f
5 changed files with 2341 additions and 6 deletions
|
@ -4,6 +4,7 @@
|
|||
<title>in?</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="form.js"></script>
|
||||
<script src="shared.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1><a href="../">in?</a></h1>
|
||||
|
@ -16,11 +17,15 @@
|
|||
<option value=""></option>
|
||||
</select>
|
||||
|
||||
<label for="coords_bl">Bottom left coordinates</label>
|
||||
<input id="coords_bl" type="text">
|
||||
|
||||
<label for="coords_tr">Top right coordinates</label>
|
||||
<input id="coords_tr" type="text">
|
||||
<b>Coordinates</b> (click on map)
|
||||
|
||||
<div id="plan">
|
||||
<img src="80x80.svg" onclick="mapClick(event)">
|
||||
<div id="grid"></div>
|
||||
</div>
|
||||
|
||||
<label for="coords_bl">Bottom left</label><label for="coords_tr">Top right</label>
|
||||
<input id="coords_bl" type="text" oninput="formCoordsToMap()"><input id="coords_tr" type="text" oninput="formCoordsToMap()">
|
||||
|
||||
<label for="type">Type</label>
|
||||
<input id="type" type="text">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue