Skip to content

Instantly share code, notes, and snippets.

@fabiofidanza
Last active July 30, 2024 10:02
Show Gist options
  • Save fabiofidanza/dd18dc26758a9acd03d5df48f0f9cd8f to your computer and use it in GitHub Desktop.
Save fabiofidanza/dd18dc26758a9acd03d5df48f0f9cd8f to your computer and use it in GitHub Desktop.
Invert coordinates in geoJSON
Search regex
\[[\s\n]+(\-*\d+.\d+),[\s\n]+(\-*\d+.\d+)[\s\n]+\]
( vscode \[[\s\n]+(-*\d+.\d+),[\s\n]+(-*\d+.\d+)[\s\n]+\] )
Replace
[$2,$1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment