Вывод координат в окне добавления точки
This commit is contained in:
parent
b970f102bc
commit
8b3307d6fa
|
|
@ -38,8 +38,11 @@
|
||||||
<input type="text" id="addPointSource" name="source" class="form-control" placeholder="http://" />
|
<input type="text" id="addPointSource" name="source" class="form-control" placeholder="http://" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="hidden" id="addPointLat" name="lat" />
|
<div class="form-group">
|
||||||
<input type="hidden" id="addPointLng" name="lng" />
|
Координаты:
|
||||||
|
<input type="text" id="addPointLat" name="lat" class="form-control input-sm" style="width: 120px; display: inline-block;" readonly="readonly" disabled="disabled"/>
|
||||||
|
<input type="text" id="addPointLng" name="lng" class="form-control input-sm" style="width: 120px; display: inline-block;" readonly="readonly" disabled="disabled"/>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue