]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/files/default/html/dns.js
Update dns.osm.org for changes in mkgeo
[chef.git] / cookbooks / dns / files / default / html / dns.js
index 0677292a36c34ff466c0bc15a6cf414fec40c624..caf3cedb820d3dccd309f90682b08faa13f2c5b1 100644 (file)
@@ -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 });
           });