WIP: load all wall techs for a given site

TODO: refactor!!
This commit is contained in:
2026-09-16 17:17:48 +02:00
parent ebc33fe53e
commit cc590afa54
8 changed files with 84 additions and 38 deletions
+7
View File
@@ -5,6 +5,13 @@ import { GisState } from "./state.js";
* @module Map
*/
export const TECH_LAYERS = {
"tiberio" : [
"incerta",
"mista",
"reticolata",
],
};
/**
* Saves the current state of the map
* @param {L.Map} map