]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/map/layers.jst.ejs
Layers work
[rails.git] / app / assets / javascripts / templates / map / layers.jst.ejs
index c94a7779db6f0e93352587385351d33493bc6c44..76835c15c2ca8203917566656527507f3a49d4ec 100644 (file)
@@ -1 +1,13 @@
-<h2>Layers</h2>
+<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>