getsmap / smap-responsive

A JavaScript framework for simple creation of web maps with responsive design supporting a range of different browsers and devices
GNU General Public License v3.0
14 stars 12 forks source link

More visible layer switcher button #220

Closed johanlahti closed 8 years ago

johanlahti commented 8 years ago

New option for showing a tooltip when the toggle button is shown:

// Options of LayerSwitcher.js
{
    showTooltip: {Boolean | Number} If non-false, shows a tooltip. If number, sets the time of visibility in ms
}

// lang object of LayerSwitcher.js
_lang: {
        en: {btnShowTooltip: "Click here to open the layer switcher"}},
        sv: {btnShowTooltip: "Klicka här för att visa lagerväljaren"}}
}