ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

StreamWatch Schools Updates to Browse Sites #670

Closed ptomasula closed 1 year ago

ptomasula commented 1 year ago

Implement the following updates to the browse sites page https://monitormywatershed.org/sites/

ptomasula commented 1 year ago

Item 3 above addressed with commits f77ea55 & 56ec918.

ptomasula commented 1 year ago

We have resolve a separate issue where the maps were not drawing correctly on the staging server. Now with that resolution in place, I can properly test this code. There looks to be an issue with the third item, where the items passed through URL arguments are correctly preselected, but the map view does not actually update to center on just the selection. Reopening the issue until we resolve this.

ptomasula commented 1 year ago

I have corrected the issue and confirmed the desired behavior on the staging server. Closing the issue again.