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
+1
View File
@@ -14,6 +14,7 @@ abstract class Routes {
static const MAPTEST = '/map_test';
static const PROPERTYLIST = '/property_list';
static const MEASUREDDATA = '/measured_data';
static const MAPSURVEY = '/map_survey';
static const MAPADDPOINTDIALOG = "/map_add_point_dialog";
}