gwf-uwaterloo / wamedex

Waterloo Metadata Index
https://gwf-uwaterloo.github.io/wamedex/
0 stars 1 forks source link

Z-Indexing revisited #18

Closed Alex-Weatherhead closed 5 years ago

Alex-Weatherhead commented 5 years ago

Due to the way the markers were being sorted and placed, two issues had arisen: (1) when calling closeMetadata(), the markers were not added back in the sorted order, which was causing problems; (2) I had accidentally used the index of the sorted markers as the currentMetadata, but I needed to use the original indices, because of how the cards are created.

Alex-Weatherhead commented 5 years ago

I'm actually going to close this pull request and open a new one.