(geojson, clockwise = true)
| 61 | |
| 62 | // Wind the polygon rings in the correct direction to indicate what is solid and what is whole |
| 63 | const rewindGeojson = (geojson, clockwise = true) => rewind(geojson, clockwise); |
| 64 | |
| 65 | // Clamp x-coordinates to the antimeridian |
| 66 | function clampToAntimeridian(inputFilepath, outputFilepath) { |
no outgoing calls
no test coverage detected
searching dependent graphs…