smaller Tabs; fix defaultValues for MapPrint; reduce Fill style for regionsLayer; add gis interfaces;

This commit is contained in:
2025-09-24 17:51:33 +09:00
parent 7dd7878e49
commit 9758ab65b6
4 changed files with 13 additions and 5 deletions

View File

@ -5,6 +5,16 @@ import Map from "ol/Map";
import { Coordinate } from "ol/coordinate";
import { Mode } from "../store/map";
export interface IRegion {
id: number
name: string
}
export interface IDistrict {
id: number
name: string
}
export interface IFigure {
object_id: string,
figure_type_id: number,