Skip to content

imyashl/covid-map-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-map-project

Goal of this project:

  • Center the map on the user's current location with a zoom level that allows to see a few kilometers/miles around that location
  • Use the provided file testing-centers.json to get the coordinates of the COVID-19 testing centers. This file is using the GEOJSON format to store geo data.
  • Display those testing locations with markers on the map
  • Then display a circle with a 1 kilometer radius around each testing center
  • Use the samples from https://developers.google.com/maps/documentation/javascript/examples to help you implement those features

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • HTML 19.6%
  • CSS 10.6%