-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Tobi bwari #1224
New issue
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
Tobi bwari #1224
Changes from 1 commit
479f9ca
ca475e0
cbce1a4
f4aa749
586d96f
83cdb06
3e3fd63
60060db
1524cf8
81add53
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17188,5 +17188,16 @@ | |
| "longitude": "5.328547174323522", | ||
| "timezone": "Africa/Lagos", | ||
| "wikiDataId": "Q7116252" | ||
| }, | ||
| { | ||
| "name": "Bwari", | ||
| "state_id": 293, | ||
| "state_code": "FC", | ||
| "country_id": 161, | ||
| "country_code": "NG", | ||
| "latitude": "9.282563347732246", | ||
| "longitude": "7.379450945728134", | ||
| "timezone": "Africa/Lagos", | ||
| "wikiDataId": "Q5003670" | ||
| } | ||
|
Comment on lines
+17204
to
17214
|
||
| ] | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Coordinate precision is inconsistent with existing entries. Most cities in this file use 8 decimal places (e.g., "5.10658000"), but this entry uses 15 decimal places ("9.282563347732246").
For consistency and practical purposes, coordinates should be formatted to 8 decimal places:
"latitude": "9.28256335""longitude": "7.37945095"Note: 8 decimal places provides precision to ~1mm, which is more than sufficient for city-level location data.