(geometry)
| 6677 | }; |
| 6678 | |
| 6679 | function transform(geometry) { |
| 6680 | geometry.coordinates.forEach(transformPolygon); |
| 6681 | return geometry; |
| 6682 | } |
| 6683 | |
| 6684 | function transformPolygon(coordinates) { |
| 6685 | coordinates.forEach(transformRing); |
no test coverage detected