Skip to content

Commit

Permalink
add version 0.076
Browse files Browse the repository at this point in the history
  • Loading branch information
sfggeogis committed May 6, 2024
1 parent 4fc430a commit e658753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e658753

Please sign in to comment.