TNRIS / dataHub

ReactJS frontend web application for browsing, downloading, and inquiring about TNRIS public data and historical imagery.
https://data.tnris.org
7 stars 0 forks source link

new historic imagery index download map component #260

Closed adambreznicky closed 4 years ago

adambreznicky commented 4 years ago

new download map component for historical aerial template type datasets. replaces coverage map on desktop/large screens if the collection has an ls4 index service url

adambreznicky commented 4 years ago

Selection_058

in historical index download maps, on layer change throws an error related to the hover layer. landing on the map on load works fine, but changing layers either way always throws a layer error

JasonKleinert commented 4 years ago

I'll check into it

adambreznicky commented 4 years ago

Selection_059

the regular download map seems to be working fine for most collections, but collections with multiple layers (NAIP) throws errors. specifically, on load it seems to load both layers automatically (opposed to just the one initially) and switching layers blasts layer errors in the console

JasonKleinert commented 4 years ago

Ok. I resolved the historical map error in commit b50c36a35ecd9d8b17d4028918f66da371b762b1. I'll check out this one now.

JasonKleinert commented 4 years ago

I think I got it all worked out now. Thanks for the testing @adambreznicky ! Resolved in commit e230045eb75cf9b570767f233eb5d7d4d29815e6.