Layers work
This commit is contained in:
parent
9d33721630
commit
5e9ab5bc5e
6 changed files with 127 additions and 82 deletions
|
@ -1,13 +0,0 @@
|
|||
<h2><%= I18n.t('javascripts.map.layers.header') %></h2>
|
||||
<section class='overlay-layers'>
|
||||
<p><%= I18n.t('javascripts.map.layers.overlays') %></p>
|
||||
<ul>
|
||||
<li><label><input type='checkbox' id='notes-layer-checkbox'><%= I18n.t('javascripts.map.layers.notes') %></label></li>
|
||||
<li><label><input type='checkbox' id='data-layer-checkbox'><%= I18n.t('javascripts.map.layers.data') %></label></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class='base-layers'>
|
||||
<p><%= I18n.t('javascripts.map.layers.base') %></p>
|
||||
<ul>
|
||||
</ul>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue