Terepbejárás oldalon vonal és terület tulajdonságainak szerkesztése, mentés

This commit is contained in:
2026-06-16 14:12:44 +02:00
parent 537897005c
commit 1276ac0610
19 changed files with 1206 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
enum MapEditTool {
none,
point,
line,
polygon,
}