smaller Tabs; fix defaultValues for MapPrint; reduce Fill style for regionsLayer; add gis interfaces;
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user