We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the map only loads spots once on load, so we want to change behaviour so it calls the API and updates the map when it gets moved.
Please change the API interface to use the POST /taps/search endpoint, instead of GET /taps/nearby
POST /taps/search
GET /taps/nearby
The coordinate bounding box should be based on the current map bounding box the user is viewing
The text was updated successfully, but these errors were encountered:
This linked to PR #28
Sorry, something went wrong.
No branches or pull requests
Currently the map only loads spots once on load, so we want to change behaviour so it calls the API and updates the map when it gets moved.
Please change the API interface to use the
POST /taps/search
endpoint, instead ofGET /taps/nearby
The coordinate bounding box should be based on the current map bounding box the user is viewing
The text was updated successfully, but these errors were encountered: