Add Southeast Asia regions (Malaysia, Singapore)#13
Open
ndoo wants to merge 1 commit into
Open
Conversation
Review Summary by QodoAdd Southeast Asia regions with verified bounding boxes
WalkthroughsDescription• Add Southeast Asia regions: Malaysia, Malaysia Peninsular, Malaysia East, Singapore • Include verified geographic bounding boxes with coordinate buffers • Update README with Southeast Asia usage examples and region list • Change User-Agent header from MeshtasticTileGenerator to AndrewYong Diagramflowchart LR
A["Region Bounds Dictionary"] -- "Add 4 new regions" --> B["Malaysia Regions"]
B -- "malaysia" --> C["Full Country"]
B -- "malaysia_peninsular" --> D["Peninsular Only"]
B -- "malaysia_east" --> E["Sabah & Sarawak"]
B -- "singapore" --> F["City-State"]
G["CLI Arguments"] -- "Update choices" --> H["Include New Regions"]
I["README Documentation"] -- "Add examples" --> J["Southeast Asia Section"]
File Changes1. meshtastic_tiles.py
|
Code Review by Qodo
1. User-Agent changed to personal
|
Add predefined bounding boxes for malaysia, malaysia_peninsular, malaysia_east, and singapore with verified coordinate buffers. Update README with Southeast Asia usage examples. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
267053c to
0b155ef
Compare
Author
|
Dropped the accidental UA change (by the way, your UA got blocked by OSM). |
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.
Summary
malaysia,malaysia_peninsular,malaysia_east, andsingaporeTest plan
--region malaysiaand verify full country coverage including Sabah/Sarawak--region malaysia_peninsularand verify coverage includes northern Perlis and southern Johor--region malaysia_eastand verify Sabah and Sarawak are fully covered--region singaporeand verify Pedra Branca (104.41°E) is included in downloaded tiles🤖 Generated with Claude Code