WikiWatershed / model-my-watershed

The web application front end for Model My Watershed.
https://modelmywatershed.org
Apache License 2.0
57 stars 31 forks source link

Upgrade omgeo to fix search #3608

Closed rajadain closed 9 months ago

rajadain commented 9 months ago

Overview

Location search was broken because of https://github.com/azavea/python-omgeo/issues/67. By upgrading to the latest version of omgeo that includes https://github.com/azavea/python-omgeo/pull/68, this issue is fixed.

PyPI release of omgeo is blocked for now https://github.com/azavea/python-omgeo/issues/70, so we use the tag directly from GitHub instead.

Closes #3605

Demo

https://github.com/azavea/python-omgeo/assets/1430060/74a6f48e-f058-4015-8a80-1ab36b7569b4

Testing Instructions

rajadain commented 9 months ago

Thanks for reviewing!