1
|
<img src="images/locapoint.svg" id="loca_show" alt="localiser un point" title="pour localiser un point..."/>
|
2
|
<fieldset id="locadraw"><legend id="loca_hide">Localiser un point</legend>
|
3
|
<label class="form_col" title="La latitude ϵ [-90°, 90°]. Ex: 12.55257">Latitude :
|
4
|
<input name="loca_latitude" type="number" min="-90" max="90" id="loca_latitude"/></label>
|
5
|
<label class="form_col" title="La longitude ϵ [-180°, 180°]. Ex: 144.14723">Longitude :
|
6
|
<input name="loca_longitude" type="number" min="-180" max="180" id="loca_longitude"/></label>
|
7
|
<label class="form_col" title="L'altitude positive Ex: 170">Altitude :
|
8
|
<input name="loca_altitude" type="number" min="-400" id="loca_altitude"/></label>
|
9
|
<div class="answer">
|
10
|
<input type="button" value="Localiser" id="loca_button"/>
|
11
|
<input type="button" value="Effacer" id="loca_erase"/>
|
12
|
</div>
|
13
|
</fieldset>
|