-
Notifications
You must be signed in to change notification settings - Fork 1k
Add map of Taiwan Strait #3878
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
Merged
Merged
Add map of Taiwan Strait #3878
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
3bafd8e
Add map of Taiwan Strait
RickD004 f266911
Update main.go
RickD004 3fd53b1
Update info.json
RickD004 443b4b9
fix map gen fail
RickD004 1d7ca8e
another fix
RickD004 cabcdc6
fix formatting
RickD004 3e79d01
revert lists
RickD004 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,182 @@ | ||
| { | ||
| "name": "TaiwanStrait", | ||
| "mapInfoState": { | ||
| "width": 1800, | ||
| "height": 1511, | ||
| "originalWidth": 1800, | ||
| "originalHeight": 1511, | ||
| "cropData": { | ||
| "isCropped": false, | ||
| "cropX": 0, | ||
| "cropY": 0, | ||
| "cropWidth": 0, | ||
| "cropHeight": 0, | ||
| "originalWidth": 0, | ||
| "originalHeight": 0 | ||
| }, | ||
| "colorMappings": [] | ||
| }, | ||
| "nations": [ | ||
| { | ||
| "coordinates": [900, 32], | ||
| "name": "Fuzhou", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [789, 282], | ||
| "name": "Putian", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [641, 447], | ||
| "name": "Quanzhou", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [430, 275], | ||
| "name": "Chinese Military Base", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [499, 590], | ||
| "name": "Xiamen", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [340, 550], | ||
| "name": "Zhangzhou", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [206, 449], | ||
| "name": "Longyan", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [107, 898], | ||
| "name": "Shantou", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [7, 836], | ||
| "name": "Chaozhou", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [21, 319], | ||
| "name": "Giant Pandas", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [593, 607], | ||
| "name": "Kinmen Island", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [975, 913], | ||
| "name": "Penghu", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1252, 1244], | ||
| "name": "Kaohsiung", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1210, 1079], | ||
| "name": "Tainan", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1491, 1152], | ||
| "name": "Taitung", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1643, 702], | ||
| "name": "Hualien", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1249, 911], | ||
| "name": "Chiayi", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1272, 697], | ||
| "name": "Taichung City", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1752, 284], | ||
| "name": "Keelung", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1655, 255], | ||
| "name": "Taipei", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1542, 290], | ||
| "name": "Taoyuan", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1464, 353], | ||
| "name": "Hsinchu", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1351, 473], | ||
| "name": "Miaoli", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [1629, 1433], | ||
| "name": "Lanyu", | ||
|
|
||
| "flag": "tw" | ||
| }, | ||
| { | ||
| "coordinates": [41, 602], | ||
| "name": "Meizhou", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [619, 89], | ||
| "name": "Sanming", | ||
|
|
||
| "flag": "cn" | ||
| }, | ||
| { | ||
| "coordinates": [225, 84], | ||
| "name": "Tea Plantations", | ||
| "strength": 1 | ||
| } | ||
| ] | ||
| } | ||
|
evanpelle marked this conversation as resolved.
|
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.