Last active
July 6, 2025 11:48
-
-
Save Sal7one/81d96619dfdf2fd15a112db216c4bd7a to your computer and use it in GitHub Desktop.
Saudi geojson.io approximation - Just a sample test not accurate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"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"
}
}