├── README.md
├── azb
├── README.md
└── index.html
├── en
├── README.md
└── index.html
├── index.html
└── tr
├── README.md
└── index.html
/README.md:
--------------------------------------------------------------------------------
1 | # Iran-map-with-hover
2 | This is a simple example for Iran map with hover and tooltips using svg.
3 | Change the title tag in each path to change the tooltip content.
4 |
5 | ## Folders
6 | | Folder | Language (international) | Language (native name) |
7 | |----------|:--------------------------:|------------------------|
8 | |[azb](azb)| Azerbaijani(common in Iran, Persian letters) | آذربایجانی تورکجه |
9 | |[tr](tr) | Turkish (Turkey, Latin Letters) | Turkce |
10 | |[en](en) | English | English |
11 |
12 |
--------------------------------------------------------------------------------
/azb/README.md:
--------------------------------------------------------------------------------
1 | # ایران اوستانلاری
--------------------------------------------------------------------------------
/azb/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Iran map svg with hover
8 |
23 |
24 |
25 |
26 |
153 |
154 |
155 |
--------------------------------------------------------------------------------
/en/README.md:
--------------------------------------------------------------------------------
1 | # Iran provinces
2 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Iran map svg with hover
8 |
23 |
24 |
25 |
26 |
153 |
154 |
155 |
--------------------------------------------------------------------------------
/tr/README.md:
--------------------------------------------------------------------------------
1 | # Iran eyaletleri
2 |
--------------------------------------------------------------------------------
/tr/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Iran map svg with hover
8 |
23 |
24 |
25 |
26 |
153 |
154 |
155 |
--------------------------------------------------------------------------------