polygonToOSMFilter()
function polygonToOSMFilter(input): string
Given a polygon geometry, return an OSM filter string.
This is useful when working with the Overpass API.
Parameters
| Parameter | Type |
|---|---|
input | PolygonLiteral<SolidPolygonPath> |
Returns
string