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
35 | var nav = new mapboxgl.NavigationControl(); 36 | map.addControl(nav, this.state.matches?'bottom-right':'top-right'); 37 |
38 | fetch('https://covid19-api.hackbotone.com/markers.geojson') | ^ 39 | .then(response => response.json()) 40 | .then(data => 41 | map.once('load', function () {
The text was updated successfully, but these errors were encountered:
I have created my own MAPBOX_ACCESS_TOKEN, and changed BASE_URL to http://localhost:3000 but it doesn't work, hope someone can help. thanks
http://localhost:3000
Sorry, something went wrong.
Having the same issue; I need help as well thank you!
No branches or pull requests
35 | var nav = new mapboxgl.NavigationControl();
36 | map.addControl(nav, this.state.matches?'bottom-right':'top-right');
37 |
The text was updated successfully, but these errors were encountered: