var button = $('<a>')
.attr('class', 'control-button')
.attr('href', '#')
- .attr('title', 'Layers')
+ .attr('title', I18n.t('javascripts.map.layers.title'))
.html('<span class="icon layers"></span>')
.on('click', toggle)
.appendTo($container);
var button = $('<a>')
.attr('class', 'control-button')
.attr('href', '#')
- .attr('title', 'Share')
+ .attr('title', I18n.t('javascripts.share.title'))
.html('<span class="icon share"></span>')
.on('click', toggle)
.appendTo($container);
notes: Map Notes
data: Map Data
overlays: Enable overlays for troubleshooting the map
+ title: "Layers"
copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
site:
edit_tooltip: Edit the map