Closed timhicks-ala closed 1 year ago
@adam-collins add commit link
Draw points, circus or other 'drawing on map' will cause this issue. Mainly because :
ng-disabled="(intersect.value.length == 0 && selectedArea.wkt.length == 0)"
Either Intersect or selectedArea will be null, so it always return false
PR: https://github.com/AtlasOfLivingAustralia/spatial-hub/pull/360
NOTE: not sure why this PR contains another PR of QID
Solution: Disable the "Next" button on the "Create area" dialog until the polygon is completely drawn and closed.