Skip to content

Instantly share code, notes, and snippets.

@Sal7one
Last active July 6, 2025 11:48
Show Gist options
  • Save Sal7one/81d96619dfdf2fd15a112db216c4bd7a to your computer and use it in GitHub Desktop.
Save Sal7one/81d96619dfdf2fd15a112db216c4bd7a to your computer and use it in GitHub Desktop.
Saudi geojson.io approximation - Just a sample test not accurate
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sal7one
Copy link
Author

Sal7one commented Jul 6, 2025

{
"type": "Feature",
"bbox": [34.0, 16.0, 56.0, 32.0],
"geometry": {
"type": "Point",
"coordinates": [45.0, 24.0] // Example point (central Saudi Arabia)
},
"properties": {
"note": "Testing bbox for Saudi Arabia"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment