WIP: load all wall techs for a given site
TODO: refactor!!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user