started map: drawing concernement with entities and contours

This commit is contained in:
2023-02-22 13:40:44 +01:00
parent a8883be9b7
commit e1978d8e58
16 changed files with 1867 additions and 764 deletions

View File

@@ -36,7 +36,7 @@ export const StaticsStore = defineStore({
this.statics = allstatics
allstatics.forEach((s) => {
console.log("s", s);
// console.log("s", s);
this.statics_byid[s.id] = s
});
console.log("statics_byid", this.statics_byid);