From c68cd12e2a357eaa83558fca73f2bd4a30e42e0d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 27 Feb 2020 20:25:34 +0000 Subject: [PATCH] Fix name of generated JSON files --- bin/mkgeo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5