cmv / 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
325 stars 278 forks source link

Identify Widgets doesn't display popup for dynamic layers after start and stop editing? #885

Open mayur9785 opened 5 years ago

mayur9785 commented 5 years ago

Hi,

I have weird issue in application. I have added 3 feature type services (editing) and 1 dynamic service layer in Operational Layers section of viewer.js file.

When I start editing and stop editing and than If I click on map the identify widgets is not working and popup doesn't display on map. This happen only for dynamic layers and not for feature type service layers.

If you use identify before start editing and stop editing, Identify widgets is working fine for dynamic layers and feature service layers, but after use of editor it doesn't show popup window for dynamic layers, so once you use editor widgets, identify doesn't show information for dynamic layers.

I have checked in demo URL of app https://demo.cmv.io/viewer/ and it seems same behavior.

tmcgee commented 5 years ago

@mayur9785 Thanks for reporting. Confirmed in the demo. In my testing, the Identify worked but the InfoWindow doesn't display. Maybe there is a conflict recently introduced within the Esri Editor widget? I don't use that widget at all.

mayur9785 commented 5 years ago

@tmcgee Thanks for your reply. I would like to have editor widget in application, would you please share editor widget that you use or any ideas how to resolve this issue ? Is it something to change in CMV application ? Thanks.

ERS-Long commented 5 years ago

It is weird, but if you right click then use the menu Identify tool, it does display. But the left click wont.

tmcgee commented 5 years ago

@ERS-Long interesting observation!