IDREsandbox / hatecrimemap

Full stack web application using GIS software to visualize harassment claim data from the US
http://hatecrimemap.com/
MIT License
3 stars 5 forks source link

Joyride new steps #60

Closed ldalton02 closed 3 years ago

ldalton02 commented 3 years ago

closes #59

Some new changes to joyride to include counties and map location switcher. Could probably still use some cleanup (such as accessing the map reference in a cleaner way) Note that I needed to zoom in manually or else I couldn't find a way to have joyride target counties with the map still zoomed out

ldalton02 commented 3 years ago

My bad, I completely didn't realize that you had self assigned this issue somehow. Sorry if you had already gotten started on it didn't mean to step on your work :\

ldalton02 commented 3 years ago

going through and commenting all my changes

ChrispyLam commented 3 years ago

I'm getting the joyride starting on top of the disclaimer ("I understand" button) now. Also, the 'back' button isn't targeted, on my screen at least

ldalton02 commented 3 years ago

I'm getting the joyride starting on top of the disclaimer ("I understand" button) now. Also, the 'back' button isn't targeted, on my screen at least

ldalton02 commented 3 years ago

About the back button: it was one of the targets that was causing the "isSameNode" error because it technically isn't on the screen for the end part of its step. I just removed it because I was getting rid of all isSameNode errors to see which caused a crash but I don't believe it was the back button causing the crash, I reenabled locking onto that directly.

ldalton02 commented 3 years ago

Couple notes about the most recent commit: