View | Details | Raw Unified | Return to bug 18066
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-5 / +3 lines)
Lines 445-456 Link Here
445
445
446
    <script>
446
    <script>
447
        var map = L.map('mapid').setView([0,0], 1);
447
        var map = L.map('mapid').setView([0,0], 1);
448
        L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpandmbXliNDBjZWd2M2x6bDk3c2ZtOTkifQ._QA7i5Mpkd_m30IGElHziw', {
448
449
        L.tileLayer('https://a.tile.openstreetmap.org/{z}/{x}/{y}.png', {
449
            maxZoom: 18,
450
            maxZoom: 18,
450
            attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
451
            attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
451
                '<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
452
                '<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'
452
                'Imagery © <a href="http://mapbox.com">Mapbox</a>',
453
            id: 'mapbox.streets'
454
        }).addTo(map);
453
        }).addTo(map);
455
454
456
        var default_elt = { 'text': _("Main library"), 'id': 'UsageStatsGeolocation' };
455
        var default_elt = { 'text': _("Main library"), 'id': 'UsageStatsGeolocation' };
457
- 

Return to bug 18066