annotate src/djol/resources/LayerCheckBoxTemplate.html @ 15:b85df31b7e0e

Разработка кнопки выбора координат с карт
author nickolay
date Mon, 18 Sep 2017 21:59:41 +0300
parents f0035923ff3e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
1 <div class="poisk-layer-checkbox">
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
2 <input type="checkbox" data-dojo-type="dijit/form/CheckBox" data-dojo-attach-point="checkBox"/><span
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
3 class="label" data-dojo-attach-point="labelNode"></span>
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
4 </div>