Add 4 cities to Central department and fix Asuncion bug in Paraguay#1108
Merged
dr5hn merged 5 commits intodr5hn:masterfrom Oct 9, 2025
Merged
Add 4 cities to Central department and fix Asuncion bug in Paraguay#1108dr5hn merged 5 commits intodr5hn:masterfrom
dr5hn merged 5 commits intodr5hn:masterfrom
Conversation
- Add Julián Augusto Saldívar (ID: 157022, WikiData: Q2717412) - Add Luque (ID: 157023, WikiData: Q946497) - Add Villeta (ID: 157024, WikiData: Q1093439) - Add Ypané (ID: 157025, WikiData: Q2717436) - Cities added in alphabetical order within Central department (JSON) - Fix Asunción state type from 'capital' to 'department' (fixes dr5hn#1107) - Fix Ypacarai longitude coordinate - All changes follow CONTRIBUTING.md guidelines
- Add Julián Augusto Saldívar (ID: 157022, WikiData: Q2717412) - Add Luque (ID: 157023, WikiData: Q946497) - Add Villeta (ID: 157024, WikiData: Q1093439) - Add Ypané (ID: 157025, WikiData: Q2717436) - Cities added in alphabetical order within Central department (JSON) - Fix Asunción state type from 'capital' to 'department' (fixes dr5hn#1107) - All changes follow CONTRIBUTING.md guidelines
Owner
|
@yonice7 Thanks for the PR! I don’t see any file changes under the “Files changed” tab. Please note that you only need to update the world.sql file — the other files will be generated automatically once your PR is approved and merged. |
Contributor
Author
Hi @dr5hn just edited the world.sql file only, should be able to see the changes here lemme know if I’m missing anything else, thanks |
Owner
Contributor
Author
|
hi @dr5hn thanks for letting me know, I just added them to the end of the list |
dr5hn
approved these changes
Oct 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fix Asunción State Categorization and Add Cities to Central Department (Paraguay)
Description
This PR addresses two issues in the Paraguay database:
Changes Made
New Cities Added to Central Department (Paraguay):
Bug Fix:
typefrom"capital"to"department"andlevelfrom"2"tonull(fixes issue Paraguay Missing Asunción State/Department #1107)Technical Details:
sql/world.sqlwas modified as per CONTRIBUTING.md guidelinesFiles Changed
sql/world.sql: Added 4 new cities + Asunción fixFixes #1107