We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If coordinates contain elevation, coordinates are flipped entirely (elevation is placed in first position).
var serbia = { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [20.566406, 43.421008, 3000] } }; turf.flip(serbia) //=geometry.coordinates => [3000, 43.421008, 20.566406]
The text was updated successfully, but these errors were encountered:
Only flip [x,y] turf-flip #669
978a457
Only flip [x,y] turf-flip #669 (#678)
3f22f62
Fixed via PR #678
Sorry, something went wrong.
DenisCarriere
No branches or pull requests
If coordinates contain elevation, coordinates are flipped entirely (elevation is placed in first position).
The text was updated successfully, but these errors were encountered: