Start layers pane
This commit is contained in:
parent
36fac06bd5
commit
1feda20644
2 changed files with 15 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -2048,8 +2048,12 @@ en:
|
|||
cycle_map: Cycle Map
|
||||
transport_map: Transport Map
|
||||
mapquest: MapQuest Open
|
||||
overlays:
|
||||
maplint: Maplint
|
||||
layers:
|
||||
header: Map Layers
|
||||
notes: Map Notes
|
||||
data: Map Data
|
||||
overlays: Enable overlays for troubleshooting the map
|
||||
base: OSM provides the underlying data for all these maps
|
||||
site:
|
||||
edit_tooltip: Edit the map
|
||||
edit_disabled_tooltip: Zoom in to edit the map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue