From e65875364eb410c863f4475723122d94950cb596 Mon Sep 17 00:00:00 2001 From: sfggeogis Date: Mon, 6 May 2024 12:46:27 +0200 Subject: [PATCH] add version 0.076 --- src/map/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/Map.js b/src/map/Map.js index f7a3548..5569064 100644 --- a/src/map/Map.js +++ b/src/map/Map.js @@ -22,7 +22,7 @@ import Config from "../constants/ConfigICGC.js"; import Legends from "../constants/Legends.js"; import mapicgcConfig from "../mapicgc-config.json"; -const ORDER_LAYER_TOP = "top"; +const ORDER_LAYER_TOP = "top"; // default const ORDER_LAYER_LINE = "lines"; const ORDER_LAYER_SYMBOL = "labels"; let Styles, Terrains, Layers, defaultOptions;