From 56df7f64fc6a60d0fa3b69467daf9bb64cb1ab11 Mon Sep 17 00:00:00 2001 From: siozosdr Date: Tue, 25 Jun 2019 13:36:31 +0200 Subject: [PATCH] (master) Fixed mono style reference. --- configuration/map_files/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/map_files/config.json b/configuration/map_files/config.json index ee05178..f87985e 100644 --- a/configuration/map_files/config.json +++ b/configuration/map_files/config.json @@ -9,7 +9,7 @@ } }, "styles": { - "updated-mono": { + "mono": { "style": "mono.json" }, "mono-bw": { @@ -30,4 +30,4 @@ "mbtiles": "planet.mbtiles" } } -} \ No newline at end of file +}