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 () {