MerginMaps / MerginMaps/mobile
Streamimg mode doesn't record point when starts after edit geometry
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
Streaming mode can be started in two cases. One for the new feature, and the second, when used hits edit geometry and then starts streaming mode.
In the first case, the streaming mode works as expected. In the second case, the streaming is running, but no new points are recorded. The expectation is, that new points are recorded into the feature. The second option how to fix this would be to allow streaming mode for geometry editing of already existing features.
Scenario
- Have a multipoint feature project (ex tc04_recording)
- record a multipoint feature and hit save
- edit the geometry of the feature and on the map, canvas hit 3 dots hit Streaming mode and then hit Start streaming
-> No new points are added to the feature
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the tc04_recording multipoint feature project: save a feature, edit its geometry, then open the three-dot menu, start Streaming mode, and observe whether points are added. Trace the existing streaming and geometry-editing entry points, then verify that the expected new points are recorded or that the unsupported editing flow is clearly prevented.
Written by the indexing model from the issue text.
Assessment
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100