X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/abb152df07840ebde87b36015026c9c0d87991ba..c68cd12e2a357eaa83558fca73f2bd4a30e42e0d:/bin/mkgeo diff --git a/bin/mkgeo b/bin/mkgeo index 881f268..9cfb6c1 100755 --- a/bin/mkgeo +++ b/bin/mkgeo @@ -205,7 +205,7 @@ my @json; # Open output files my $zonefile = IO::File->new("> include/${zone}.js") || die "$!"; -my $jsonfile = IO::File->new("> json/${zone}.json") || die "$!"; +my $jsonfile = IO::File->new("> json/${zone}.openstreetmap.org.json") || die "$!"; # Output headers $zonefile->print("var \U${zone}\E_RECORDS = [\n");