Boost https tile traffic to 20%

This commit is contained in:
Tom Hughes 2014-02-05 19:43:44 +00:00
parent b76bfe379e
commit ef448ea494

View file

@ -139,6 +139,6 @@ $(document).ready(function () {
});
});
if (Math.random() * 100 < 5) {
if (Math.random() * 100 < 20) {
L.OSM.Mapnik.prototype.options.url = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
}