IP Address Tracker is a web application that allows users to track the geographical location of a given IP address. The application provides information such as the IP address, location (including city, region, and country), timezone, and Internet Service Provider (ISP). Additionally, the location is displayed on an interactive map using Leaflet.js
This pull request fixes the glitch described in #8.
I added removeMarkerAndCircle and addMarkerAndCircle functions to handle the removal and addition of markers and circles. The removeMarkerAndCircle function is called before adding a new marker and circle, ensuring that the previous ones are removed.
This pull request fixes the glitch described in #8.
I added
removeMarkerAndCircle
andaddMarkerAndCircle
functions to handle the removal and addition of markers and circles. TheremoveMarkerAndCircle
function is called before adding a new marker and circle, ensuring that the previous ones are removed.