Closed steveone closed 6 years ago
@steveone want to take a crack at fixing this? If so, I'll assign the ticket to you.
The code logic is in ~/client/src/components/LeafletOSMMap/index.js
. We're using Leaflet module for rendering maps.
@jkwening I'd be happy to take a crack and resolving this issue. Thanks for pointing out where the code is. I will take a look at it shortly.
resolved in PR #244
This is a bug found in in the Enhance saved pin feature - Issue #204
If you click on multiple points of the map, each location will get a pin without you hitting "save" on the pins. The expected behavior is that one pin will be created, and if you don't hit "save" the pin will be removed when you click elsewhere on the map.
See attached screenshot for visual (taken in Chrome on a mac)