rapideditor / country-coder

📍➡️ 🇩🇰 Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally
https://ideditor.codes
ISC License
220 stars 17 forks source link

Adjust TW polygon to include Matsu and Wuqiu islands [#127] #128

Closed bdon closed 12 months ago

bdon commented 12 months ago

This modifies a small number of vertices in both the TW and CN polygons. The vertices should be co-incident between polygons (no gaps). I manually edited them down to 4-5 decimal places.

bdon commented 12 months ago

Because GitHub isn't helpful in diffing very long lines, here is what the formatted diff looks like in FileMerge:

Screenshot 2023-07-11 at 16 08 04
bdon commented 12 months ago

In summary, the partial geometry before was these two nodes:

[120.49232,25.22863],[118.56434,24.49266]

Which has been replaced by the sequence:

[120.5128,26.536],[120.0693,26.3959],[119.78816,26.2348],[119.98511,25.37624],[119.42295,25.0886],[118.6333,24.46259]

bhousel commented 12 months ago

Thanks so much for the detailed pull request @bdon 🙌 Glad you are finding this project useful!