]> git.openstreetmap.org Git - dns.git/blobdiff - bin/mkgeo
Add colours to the tile servers and export them in the GeoJSON
[dns.git] / bin / mkgeo
index fca95b24a9f309da0e8303958263c04f377419de..e0ad6c08ae908b394506a23b9a40b82990b0b024 100755 (executable)
--- a/bin/mkgeo
+++ b/bin/mkgeo
@@ -165,7 +165,9 @@ foreach my $country (values %countries)
             coordinates => [ [ $clon, $clat ], [ $slon, $slat ] ]
         },
         properties => {
-            country => $country->{name}
+            country => $country->{name},
+            server => $server->{name},
+            colour => $server->{colour}
         }
     };
 }