Layers work

This commit is contained in:
John Firebaugh 2013-06-11 16:13:11 -07:00
parent 9d33721630
commit 5e9ab5bc5e
6 changed files with 127 additions and 82 deletions

View file

@ -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>