X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/47e585f94fe77566bd2235b5052038313c7fb483..71e7208a0aceccf47edce739803130096999da5d:/app/assets/javascripts/leaflet.layers.js?ds=sidebyside diff --git a/app/assets/javascripts/leaflet.layers.js b/app/assets/javascripts/leaflet.layers.js index 038205ca4..9ef2d759e 100644 --- a/app/assets/javascripts/leaflet.layers.js +++ b/app/assets/javascripts/leaflet.layers.js @@ -1,5 +1,5 @@ L.OSM.layers = function (options) { - var control = L.control(options); + var control = L.OSM.sidebarPane(options); control.onAdd = function (map) { var layers = options.layers; @@ -7,27 +7,10 @@ L.OSM.layers = function (options) { var $container = $("
") .attr("class", "control-layers"); - var button = $("") - .attr("class", "control-button") - .attr("href", "#") - .attr("title", I18n.t("javascripts.map.layers.title")) - .html("") - .on("click", toggle) + var button = this.makeButton("layers", "javascripts.map.layers.title", toggle) .appendTo($container); - var $ui = $("
") - .attr("class", "layers-ui"); - - $("
") - .attr("class", "sidebar_heading") - .appendTo($ui) - .append( - $("