Improved www.ttss.krakow.pl
Jacek Kowalski
2019-07-06 428023ba533cdcf2f3ec333142b5c173a27748bf
Use own tile server instead of OSM-provided one
1 files modified
4 ■■■ changed files
map.js 4 ●●● patch | view | raw | blame | history
map.js
@@ -964,7 +964,9 @@
    
    var layers = [
        new ol.layer.Tile({
            source: new ol.source.OSM(),
            source: new ol.source.OSM({
                url: 'https://tiles.ttss.pl/{z}/{x}/{y}.png',
            }),
        }),
        route_layer,
        geolocation_layer,