started map: drawing concernement with entities and contours
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user