Hiển thị tọa độ và khu vực khi tàu vi phạm

This commit is contained in:
Tran Anh Tuan
2025-12-08 09:31:28 +07:00
parent c47d9ad14c
commit 695066a5e7
11 changed files with 1517 additions and 301 deletions

View File

@@ -60,7 +60,9 @@ declare namespace Model {
conditions?: Condition[];
enabled?: boolean;
updated_at?: Date;
geom?: Geom;
geometry?: string;
description?: string;
province_code?: string;
}
interface Condition {