Start layers pane

This commit is contained in:
John Firebaugh 2013-06-10 12:08:52 -07:00
parent 36fac06bd5
commit 1feda20644
2 changed files with 15 additions and 3 deletions

View file

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