This PR adds the place selector (for communities) and map click location selector to the AWE. To use this branch, you will need to have this API branch running locally: https://github.com/ua-snap/data-api/pull/447
To test this branch, you will want to ensure that the community selector works by testing a variety of communities. Additionally, test that clicking on the map makes the API call for that particular lat / lon.
There is additional work to be done that will make the returned results look better, but is in a good place to review the code for the rest of the process involved in grabbing the backend API data.
This PR adds the place selector (for communities) and map click location selector to the AWE. To use this branch, you will need to have this API branch running locally: https://github.com/ua-snap/data-api/pull/447
export VUE_APP_SNAP_API_URL=http://localhost:5000
To test this branch, you will want to ensure that the community selector works by testing a variety of communities. Additionally, test that clicking on the map makes the API call for that particular lat / lon.
There is additional work to be done that will make the returned results look better, but is in a good place to review the code for the rest of the process involved in grabbing the backend API data.