TheDevPath / Navi

Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
https://navi-rocks.herokuapp.com/
MIT License
53 stars 63 forks source link

181 leaflet container #264

Closed jkwening closed 6 years ago

jkwening commented 6 years ago

Issue Number:

181

Issue Description:

From screen, route to map with per selected/submitted search query.

Summary of solution:

  1. Heavy refactor of ~/client/src/components/LeafletOsmMap/index.js abstracting out marker creation/management code snippets into re-useable functions.
  2. Use google geolocation when device geolocation fails - I seem to be having problems since upgrading chrome.
  3. Hoist searchResult outcome to client app.js in order to pass home screen result back to map view during routing

Can this issue be closed?

yes - in favor of more specific issues based on current app state

Should any new issues be added as a result of this solution?

Thanks for contributing!