]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/map/layers.jst.ejs
Rename to L.OSM.Layers and continue implementation
[rails.git] / app / assets / javascripts / templates / map / layers.jst.ejs
index 4945b9743c8b2f143662a785e3170e9c971859b7..66fa1f7ed9ce47c7677bea1d33d84c42c658f505 100644 (file)
@@ -6,4 +6,9 @@
 </div>
 <div class='base-layers'>
     <p><%= I18n.t('javascripts.map.layers.base') %></p>
+    <ul>
+        <% for (var i = 0; i < layers.length; i++) { %>
+        <label><input type='radio'><%= layers[i].name %></label>
+        <% } %>
+    </ul>
 </div>