X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/effb14435dcfd32dbfe1d2693117dfa97e9db84d..5897a3eab86a04ce6c12756f291459087754ba55:/cookbooks/dns/files/default/html/dns.js diff --git a/cookbooks/dns/files/default/html/dns.js b/cookbooks/dns/files/default/html/dns.js index 0677292a3..caf3cedb8 100644 --- a/cookbooks/dns/files/default/html/dns.js +++ b/cookbooks/dns/files/default/html/dns.js @@ -17,7 +17,7 @@ function createMap(divName, jsonFile) { return { color: feature.properties.colour, weight: 2, opacity: 1 } }, onEachFeature: function (feature, layer) { - layer.bindPopup(feature.properties.country + " via " + feature.properties.server); + layer.bindPopup(feature.properties.origin + " via " + feature.properties.server); layer.on("mouseover", function () { this.setStyle({ weight: 5 }); });