Unit handling to build a buffered point of a certain specific radius is not working correctly with any combinations of units and projections. Ideally:
- If projection is WGS84 and units is m/km, translate the point to Mercator projection, buffer the point with a radius in m, and convert all the points in the buffered point geometry back to lat/lon
- If projection is WGS84 and units is degrees, this should already work (but doesn't?!)
- If projection is not WGS84, fail?
Unit handling to build a buffered point of a certain specific radius is not working correctly with any combinations of units and projections. Ideally: