In the desktop version to select and move features on the map we essentially added them to the EditInteractiveOverlay on mouse down and removed them on mouse up. That overlay does not exist in the Web version. I attempted to add them to EditOverlay features but got errors. What is a better way to accomplish this? Also, we had a custom EditInteractiveOverlay that allowed us to add select and move multiple features while holding down the control key, I would like to duplicate this functionality as well. I have attached my current source.
Thanks,
James R.
MapTestBlazor2.zip (242.7 KB)