React-Map-GL : Finding earthquakes around selected location on the map

Whenever you are dealing with map applications, one of the common requirements is locating places or shops with in certain radius from your current location. For example if you go to a new place, you might be interested in searching for restaurants or petrol station near to your place. In this blog post I will…

React-Map-GL – Geo mapping earthquakes using markers

In the previous blog post we have seen how to render the map on browser using react-map-gl framework. Today I will show you how to geomap the earthquakes on the map using react-map-gl framework. I will use <Marker> and <Popup> components from react-map-gl framework visualize and show the information of the earthquakes. Marker component is…