Web-Map-Custom-Element icon indicating copy to clipboard operation
Web-Map-Custom-Element copied to clipboard

<map-feature> click() method

Open prushforth opened this issue 1 year ago • 1 comments

  • should invoke the properties popup, if available
  • should invoke the last <map-a> (in document order)

worked on in #873, not closed.

prushforth avatar Sep 05 '23 19:09 prushforth

should invoke the properties popup, if available

Currently working

should invoke the last (in document order)

There is a test case in featureLinks.test.js, but the map-feature click() will invoke all the <map-a> links inside the <map-feature>. Currently, there is no test for this functionality.

yhy0217 avatar Nov 08 '23 19:11 yhy0217