Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Change some labels in the interface

lizMap.events.on({
  uicreated: function() {
    // Rename the layer button
    $("#button-switcher").attr('data-original-title', "Legend");
    $("#nav-tab-switcher a").text("Legend");

    // metadata information
    $("#button-metadata").attr('data-original-title', "More information on the project");
    $("#nav-tab-metadata a").text("More info on the project");
 }
});