wmbeers / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
1 stars 2 forks source link

AOI Interactive Extract Has Stopped Working #17

Closed wmbeers closed 4 years ago

wmbeers commented 4 years ago

How often can you reproduce it?

Description:

The interactive polyline RCI extract tool has stopped working.

Steps to reproduce:

  1. Start editing an AOI
  2. Click Add Feature
  3. Select the New Line tab
  4. Click Extract from RCI Basemap
  5. Click on a roadway

Expected results:

A point is shown on the map where you clicked, and the roadway you clicked on is highlighted.

Actual results:

The point appears, but not the roadway.

wmbeers commented 4 years ago

I believe this stopped working when the project editor was added, and will only be affecting users with project editing status who are trying to use the AOI editor. The issue is that both widgets are creating graphics layers for storing the point/roadway graphics described above, and both use the same id for the roadway graphics layer.

wmbeers commented 4 years ago

Verified on prod, closing issue.