Open teedy8023mars opened 2 years ago
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 () {
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
Having the same issue; I need help as well thank you!
35 | var nav = new mapboxgl.NavigationControl(); 36 | map.addControl(nav, this.state.matches?'bottom-right':'top-right'); 37 |