fix(plugin/country/map): rectify naming for some Vietnamese provinces (#29444)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải 2024-09-27 23:00:06 +07:00 committed by GitHub
parent 4f5f8fd216
commit 92680b3fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 148 additions and 23 deletions

View File

@ -57,6 +57,6 @@ To update the country maps or add a new country, run scripts in the Jupyter note
`scripts/Country Map GeoJSON Generator.ipynb`. `scripts/Country Map GeoJSON Generator.ipynb`.
```bash ```bash
pip install jupyter notebook pip install geopandas shapely matplotlib notebook
jupyter notebook jupyter notebook
``` ```

File diff suppressed because one or more lines are too long