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 – Controlling user interaction with map

In this blog post I will show you how to control user interaction with maps and how to use navigation components of react-map-gl framework. In this post I will skip the initial application setup steps and proceed with next steps. You can read my previous blog post for initial setup process. You can use the repo from GitHub…