Skip to content
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

Add Vietnam map #151

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
35cb592
Add Vietnam map.
vocweb May 2, 2024
58b04f8
Merge branch 'release/R2'
vocweb May 2, 2024
f47c586
Merge branch 'master' into develop
vocweb May 2, 2024
97e45ed
Edit README
vocweb May 2, 2024
8d83b28
Merge branch 'master' into develop
vocweb May 2, 2024
ee871cb
Merge branch 'release/R2024'
vocweb May 2, 2024
48ff33c
Change README.
vocweb May 3, 2024
a433ab6
Merge tag 'v1.0.0' into develop
vocweb May 3, 2024
53d11cf
Merge branch 'release/v1.0.0'
vocweb May 3, 2024
87a71b6
Change
vocweb May 3, 2024
7c0be5c
change
vocweb May 3, 2024
acd8f14
Change
vocweb May 3, 2024
0a90dd6
Change.
vocweb May 3, 2024
de11e67
Merge branch 'feature/change' into develop
vocweb May 3, 2024
1b1e832
Change.
vocweb May 3, 2024
e75daba
Change
vocweb May 3, 2024
54c890d
Merge branch 'feature/change' into develop
vocweb May 3, 2024
fd012fd
Merge branch 'release/R20240503'
vocweb May 3, 2024
5f180c6
Merge tag 'R20240503' into develop
vocweb May 3, 2024
1e574b0
Change.
vocweb May 3, 2024
837d7ef
Merge branch 'master' into develop
vocweb May 3, 2024
914c40f
Change.
vocweb May 3, 2024
bd7aaec
Change.
vocweb May 3, 2024
e25d819
Change.
vocweb May 3, 2024
ad86136
Change
vocweb May 3, 2024
04afcf4
no message
vocweb May 3, 2024
14f389a
Change
vocweb May 3, 2024
05192be
Merge branch 'hotfix/fix'
vocweb May 3, 2024
d1660fc
Merge branch 'master' into develop
vocweb May 3, 2024
995e76d
Publish
vocweb May 3, 2024
4e621f7
Change
vocweb May 3, 2024
8724cda
Merge branch 'master' into develop
vocweb May 3, 2024
dcdbc01
Change Vietnam map.
vocweb May 4, 2024
20c3359
Merge branch 'hotfix/fix_vietnam_map'
vocweb May 4, 2024
d93033d
Merge branch 'master' into develop
vocweb May 4, 2024
c56e74d
Fix Vietnam map.
vocweb May 4, 2024
0e7288d
Merge branch 'hotfix/fix'
vocweb May 4, 2024
ffcc701
Merge branch 'master' into develop
vocweb May 4, 2024
98eb0c4
Fix Vietnam map.
vocweb May 4, 2024
f8d1df0
Merge branch 'hotfix/fix'
vocweb May 4, 2024
30b91a6
Merge branch 'master' into develop
vocweb May 4, 2024
07bd99d
Fix Vietnam map.
vocweb May 4, 2024
dc2268f
Merge branch 'master' into develop
vocweb May 4, 2024
eeb8a8f
Merge branch 'hotfix/fix'
vocweb May 4, 2024
5fc3c33
Fix Vietnam map.
vocweb May 11, 2024
c2c3f81
Merge branch 'release/R20240511'
vocweb May 11, 2024
675908b
Fix Vietnam map id.
vocweb May 12, 2024
9e8414f
Merge branch 'hotfix/fix'
vocweb May 12, 2024
cb11187
Fix Vietnam map.
vocweb May 14, 2024
3246e64
Merge branch 'hotfix/fix'
vocweb May 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ Here is a simplified example of `new-zealand.svg`:
* Create a new `/packages/[new-map]/package.json` file to describe the npm package to publish:
```json
{
"name": "@svg-maps/[new-map]",
"name": "@svg-country-maps/[new-map]",
"version": "1.0.0",
"description": "Map of [New Map]",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/VictorCazanave/svg-maps/tree/master/packages/[new-map]"
"url": "https://github.com/vocweb/svg-country-maps/tree/master/packages/[new-map]"
},
"keywords": [
"svg",
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-26-green.svg)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

### This repository was clone from https://github.com/VictorCazanave/svg-maps. We would like to add a map, but the author is not responding.

A set of SVG maps that can be installed via [npm](https://www.npmjs.com) or [yarn](https://yarnpkg.com):
* 🇦🇺 [Australia](packages/australia)
* 🇦🇹 [Austria](packages/austria)
Expand Down Expand Up @@ -54,26 +56,35 @@ A set of SVG maps that can be installed via [npm](https://www.npmjs.com) or [yar
* 🇺🇸 [USA, Michigan](packages/usa.michigan)
* 🇺🇸 [USA, Utah](packages/usa.utah)
* 🇺🇿 [Uzbekistan](packages/uzbekistan)
* 🇻🇳 [Vietnam](packages/vietnam)
* 🌍 [World](packages/world)
* 🌍 [World, Capitals](packages/world.capitals)
* 🇿🇼 [Zimbabwe](packages/zimbabwe)

## Install

```shell
npm install --save @svg-country-maps/japan
npm install --save @svg-country-maps/vietnam
```

## SVG files

The SVG files come from different sources and have been cleaned to be lighter and easier to use.

### Sources

* [amCharts](https://www.amcharts.com/)
* [MapSVG](https://mapsvg.com/)
* [MapSVG for Vue 3](https://github.com/vocweb/svg-map)
* [simplemaps](https://simplemaps.com/)
* [Wikimedia Commons](https://commons.wikimedia.org/)

## JS files

The JS files contain a simplified object representation of the SVG files.

They can be imported and used in projects like [react-svg-map](https://github.com/VictorCazanave/react-svg-map) or [vue-svg-map](https://github.com/VictorCazanave/vue-svg-map).
They can be imported and used in projects like:
* [svg-map](https://github.com/vocweb/svg-map): this project support Vue 3/Nuxt 3.

## CLI tool

Expand Down
Loading