Add map survey view - to measure a point

This commit is contained in:
2025-09-10 14:46:51 +02:00
parent 6c7ceac1a6
commit a3b2deec21
9 changed files with 1763 additions and 5 deletions
@@ -60,11 +60,18 @@ class HomeView extends GetView<HomeViewController> {
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
// BigButtonWidget(
// iconData: Icons.flag,
// label: "Kitűzés",
// onPressed: () async {
// Get.toNamed('/map');
// },
// ),
BigButtonWidget(
iconData: Icons.flag,
label: "Kitűzés",
label: "Bemérés",
onPressed: () async {
Get.toNamed('/map');
Get.toNamed('/map_survey');
},
),
BigButtonWidget(