You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
Even if the user creates new feature geometry, the question to select geometry is still there.
Describe the solution you'd like
Whenever the user creates new geometry, the question to select geometry should be skipped. Saying that the logic will be cyclic to each other. Since we hide new feature if geometry is selected, likewise, we need to hide geometry question if a new feature is drawn.
Describe alternatives you've considered
The solution i am thinking of is to remove new_feature field and use geometry for both existing and new feature (which supports our workflow of fmtm; loading odk after selecting feature or creating new feature but might not work when odk collect is used directly)
Is your feature request related to a problem? Please describe.
Even if the user creates new feature geometry, the question to select geometry is still there.
Describe the solution you'd like
Whenever the user creates new geometry, the question to select geometry should be skipped. Saying that the logic will be cyclic to each other. Since we hide new feature if geometry is selected, likewise, we need to hide geometry question if a new feature is drawn.
Describe alternatives you've considered
The solution i am thinking of is to remove new_feature field and use geometry for both existing and new feature (which supports our workflow of fmtm; loading odk after selecting feature or creating new feature but might not work when odk collect is used directly)