Skip to content

No onEditUpdate() callback when Air Corridor width changed by user #428

@michaeltk3

Description

@michaeltk3

Expected Behavior

When the user drags the width (AM) handle (gray circle) of the graphic during edit mode the air corridor changes width. The onEditUpdate() callback method (see IEditEventListener) should also be called to inform the listener that the AM modifier of the feature has been updated.

Actual Behavior

When the user drags the width (AM) handle (gray circle) of the graphic during edit mode the air corridor changes width but there is no callback made to onEditUpdate().

Steps to Reproduce the Problem

  1. Call editFeature() on IMap and supply an Air Corridor feature and a IEditEventListener
  2. Drag the Air Corridor width handle (gray circle)
  3. Note that no onEditUpdate() callback is made

Specifications

  • Version: 3.1.2
  • Platform: Android
  • Subsystem:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions