X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f1a4669c957d29c012466768581c4a801e5029be..d235b12767bba240611fc6452b7508627c56542b:/app/assets/javascripts/leaflet.key.js?ds=sidebyside diff --git a/app/assets/javascripts/leaflet.key.js b/app/assets/javascripts/leaflet.key.js index 4cab964c9..b9b7c9c04 100644 --- a/app/assets/javascripts/leaflet.key.js +++ b/app/assets/javascripts/leaflet.key.js @@ -1,25 +1,89 @@ -L.OSM.Key = L.Control.extend({ - onAdd: function (map) { - this._map = map; - this._initLayout(); - return this.$container[0]; - }, - - _initLayout: function () { - var map = this._map; - - this.$container = $('
') - .attr('class', 'control-key'); - - var link = $('') - .attr('class', 'control-button') - .attr('href', '#') - .attr('title', 'Map Key') - .html('') - .appendTo(this.$container); - } -}); - -L.OSM.key = function(options) { - return new L.OSM.Key(options); +L.OSM.key = function (options) { + var control = L.control(options); + + control.onAdd = function (map) { + var $container = $("
") + .attr("class", "control-key"); + + var button = $("") + .attr("class", "control-button") + .attr("href", "#") + .html("") + .on("click", toggle) + .appendTo($container); + + var $ui = $("
") + .attr("class", "key-ui"); + + $("
") + .attr("class", "sidebar_heading") + .appendTo($ui) + .append( + $("