Lines Matching refs:config
678 webtrees.buildLeafletJsMap = function (id, config, resetCallback) { argument
680 zoomInTitle: config.i18n.zoomIn,
681 zoomoutTitle: config.i18n.zoomOut,
693 …anchor.setAttribute('aria-label', config.i18n.reset); /* Firefox doesn't yet support element.ariaL…
694 anchor.title = config.i18n.reset;
696 anchor.innerHTML = config.icons.reset;
714 anchor.innerHTML = config.icons.fullScreen;
722 for (let [, provider] of Object.entries(config.mapProviders)) {
737 defaultLayer = config.mapProviders[0].children[0].layer;
749 .addControl(L.control.layers.tree(config.mapProviders, null, {
750 closedSymbol: config.icons.expand,
751 openedSymbol: config.icons.collapse,