An application that uses Google Maps to draw a marker and a circle around all matching locations for an address/place and to convert the polygons representing the circles into GeoJSON data.
- Download/clone the repo to your system.
- Open index.html.
Type in a location in the address input to search for places.
The radius slider will allow you to adjust the radius of the drawn circle anywhere from 1 to 10 miles.
The GeoJSON data for all polygons that are currently rendered on the map is available. Copy and paste this data into a service like geojson.io to view the polygon(s) it represents.
In case the map doesn't load on your machine, try clearing the cache and refreshing your browser window.