CrisisCleanup / crisiscleanup-2

[OLD] This version of the codebase was retired on March 27, 2020. Open Source Collaborative Disaster Recovery and Cleanup
https://www.crisiscleanup.org
Other
42 stars 24 forks source link

Fix map zooming to the ocean #423

Closed BouncyLlama closed 6 years ago

BouncyLlama commented 6 years ago

Resolves issue: https://github.com/CrisisCleanup/crisiscleanup/issues/354 I couldn't quite figure out how to make a test for this; never touched rspec/capybara before. Seems like it would have to use the Gmaps api to calculate what the viewport 'should' be, and then somehow query the actual map, pull its viewport out and see if they match. If anyone has a suggestion for how to do that I'm happy to give it a try.