Start layers pane
This commit is contained in:
parent
36fac06bd5
commit
1feda20644
2 changed files with 15 additions and 3 deletions
|
@ -1 +1,9 @@
|
|||
<h2>Layers</h2>
|
||||
<h2><%= I18n.t('javascripts.map.layers.header') %></h2>
|
||||
<div class='overlay-layers'>
|
||||
<p><%= I18n.t('javascripts.map.layers.overlays') %></p>
|
||||
<label><input type='checkbox' id='notes-layer-checkbox'><%= I18n.t('javascripts.map.layers.notes') %></label>
|
||||
<label><input type='checkbox' id='data-layer-checkbox'><%= I18n.t('javascripts.map.layers.data') %></label>
|
||||
</div>
|
||||
<div class='base-layers'>
|
||||
<p><%= I18n.t('javascripts.map.layers.base') %></p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue