Skip to content

Commit 4d6aa49

Browse files
authored
Iss 225 input edit geometry (#227)
fix #225 input geometry tools
1 parent bf939b6 commit 4d6aa49

12 files changed

+33
-8
lines changed

src/field/autosync/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Pressing and holding the sync button opens the Project status, where you can see
2424

2525
![project status](../input-project-status.png)
2626

27+
Changes can be also synchronised from the **Projects' Home** tab by pressing the **sync** button.
28+
29+
![Sync](../../tutorials/mobile/merginmaps-mobile-sync-project.jpg)
2730

2831
## Automatic synchronisation
2932
To allow automatic synchronisation in <MobileAppName />, navigate to **Settings** and toggle on **Automatically sync changes**.

src/field/input-edit-geometry.png

-58.4 KB
Binary file not shown.

src/field/input-edit-geometry.xcf

-112 KB
Binary file not shown.

src/field/input-edit-polygon.png

1.07 MB
Loading

src/field/input-edit-polygon.xcf

2.01 MB
Binary file not shown.

src/field/input-edit.png

378 KB
Loading

src/field/input-edit.xcf

828 KB
Binary file not shown.

src/field/input-redraw-geometry.png

1.04 MB
Loading

src/field/input-redraw-geometry.xcf

1.99 MB
Binary file not shown.

src/field/input-split-geometry.png

181 KB
Loading

src/field/input-split-geometry.xcf

412 KB
Binary file not shown.

src/field/input_features.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,28 @@ Snapping can be enabled in your <MainPlatformName /> project to make the field s
4646
If snapping is enabled, the crosshairs will turn purple and snap to vertices (left) or segments (right) of existing features when capturing new features.
4747
![input snapping](../gis/snapping/input_basic_snapping.png)
4848

49-
## Edit features
50-
Tap on a feature and press the edit button.
49+
## Edit attributes and geometry
50+
Tap on a feature and press the edit button. Now you can change the attributes in the form and modify the geometry of features.
5151
![Edit button](./input-edit.png)
5252

53-
Now you can change the attributes in the form and modify the shape of the feature using **Edit geometry**. Adjust the location by panning the map or use **GPS** in the same manner as when adding new features. Once you are happy with your changes, press **Save**.
54-
![Edit geometry](./input-edit-geometry.png)
53+
To edit the geometry of a feature, tap **Edit geometry** in the bottom panel.
54+
55+
If you are editing a point feature simply adjust the location by panning the map or use **GPS** in the same manner as when adding new features. Once you are happy with your changes, press **Done**.
56+
57+
### Edit geometry of lines or areas
58+
<Badge text="since Input 1.8.0" type="tip"/>
59+
It is also possible to edit the geometry of lines and areas.
60+
61+
Tap on a feature and press the **Edit geometry** button. The vertices of the feature will be highlighted and you can move or remove them as needed. Press **Done** to confirm your changes.
62+
![Edit](./input-edit-polygon.png)
63+
64+
### Redraw geometry of lines or areas
65+
<Badge text="since Input 1.8.0" type="tip"/>
66+
The existing geometry of lines and areas can also be redrawn.
67+
68+
Tap the **Advanced** button and select the **Redraw** option. Now you can record the new geometry using the tools in the bottom panel.
69+
70+
![advanced](./input-redraw-geometry.png)
5571

5672
### Split geometry of lines or areas
5773
<Badge text="since Input 1.6.0" type="tip"/>
@@ -61,7 +77,7 @@ To split geometry of a feature:
6177
1. Tap on a feature and press the edit button.
6278
![Edit button](./input-edit-feature.png)
6379

64-
2. Tap **Split geometry**
80+
2. Tap **Advanced** and select **Split geometry**
6581
![split geometry](./input-split-geometry.png)
6682

6783
3. Create the splitting line by adding points. When finished, tap **Done**
@@ -76,8 +92,14 @@ If you want to delete the feature, tap on it and press the edit button. Here you
7692
![Edit and delete](./input-delete.png)
7793

7894
## Synchronise changes
79-
Don't forget to upload your changes to Mergin Maps!
80-
Select **Projects** in the bottom panel, open the **Home** tab and press the **sync** button to send the updated data to the cloud.
95+
Don't forget to upload your changes to <MainPlatformName />!
96+
97+
Synchronisation in <MobileAppName /> can be done automatically or manually by pressing the sync button. For more details visit [Synchronisation in Input](./autosync/).
8198

82-
![Sync](../tutorials/mobile/merginmaps-mobile-sync-project.jpg)
99+
![sync button](./input-autosync.png)
83100

101+
:::tip
102+
[Behind Data Synchronisation](../manage/synchronisation/) contains more information about the synchronisation process in general.
103+
104+
If needed, some files (for example photos) can be excluded from the synchronisation. You can read more about this option in [Selective Synchronisation](../manage/selective_sync/).
105+
:::

0 commit comments

Comments
 (0)