AmericanWhitewater / wh2o-vue

Interactive map and guide for whitewater rivers in North America
https://wh2o-vue.netlify.app/
9 stars 1 forks source link

Remove flow data from mapping components #587

Open ngottlieb opened 1 month ago

ngottlieb commented 1 month ago

As we migrate from Laravel to the new gauge database and API, we are at least temporarily losing access to flow data in our tileserver queries, meaning for the site's map components. We need to remove that functionality from the map components to prevent it from being broken by the migration.

ngottlieb commented 1 month ago

Vue component done and staged in https://github.com/AmericanWhitewater/wh2o-vue/pull/591

ngottlieb commented 1 week ago

Laravel component of this done and staged in https://github.com/AmericanWhitewater/wh2o/pull/2801

ngottlieb commented 1 week ago

This is essentially ready but is (obviously) dependent on both: