Closed ezwelty closed 2 years ago
The current website allows either a point and radius (from which a polygon is computed):
lat
lng
address
range_radius
range_radius_unit
Or simply a polygon directly:
range
This can be simplified to simply accepting and returning a range (as a GeoJSON polygon).
The current website allows either a point and radius (from which a polygon is computed):
lat
,lng
(andaddress
from which coordinates were derived)range_radius
andrange_radius_unit
Or simply a polygon directly:
range
This can be simplified to simply accepting and returning a
range
(as a GeoJSON polygon).