]> 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
diff --git a/app/assets/javascripts/templates/map/layers.jst.ejs b/app/assets/javascripts/templates/map/layers.jst.ejs
deleted file mode 100644 (file)
index 76835c1..0000000
+++ /dev/null
@@ -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>