From: Grant Slater Date: Sat, 16 Mar 2013 12:20:53 +0000 (+0000) Subject: mkgeo: Add cache server property to json X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/9360df58b039bf2aa8369aa482b84d020ce0f580?ds=sidebyside mkgeo: Add cache server property to json --- diff --git a/bin/mkgeo b/bin/mkgeo index fca95b2..edb18b5 100755 --- a/bin/mkgeo +++ b/bin/mkgeo @@ -165,7 +165,8 @@ foreach my $country (values %countries) coordinates => [ [ $clon, $clat ], [ $slon, $slat ] ] }, properties => { - country => $country->{name} + country => $country->{name}, + server => $server->{name} } }; }