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 7 months ago

ngottlieb commented 7 months 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 7 months ago

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

ngottlieb commented 6 months ago

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

ngottlieb commented 6 months ago

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