]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/templates/map/layers.jst.ejs
Complete de-globalization of map
[rails.git] / app / assets / javascripts / templates / map / layers.jst.ejs
1 <h2><%= I18n.t('javascripts.map.layers.header') %></h2>
2 <section class='overlay-layers'>
3     <p><%= I18n.t('javascripts.map.layers.overlays') %></p>
4     <ul>
5         <li><label><input type='checkbox' id='notes-layer-checkbox'><%= I18n.t('javascripts.map.layers.notes') %></label></li>
6         <li><label><input type='checkbox' id='data-layer-checkbox'><%= I18n.t('javascripts.map.layers.data') %></label></li>
7     </ul>
8 </section>
9 <section class='base-layers'>
10     <p><%= I18n.t('javascripts.map.layers.base') %></p>
11     <ul>
12     </ul>
13 </section>