Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ A set of SVG maps that can be installed via [npm](https://www.npmjs.com) or [yar
* 🇲🇽[Mexico](packages/mexico)
* 🇳🇿[New Zealand](packages/new-zealand)
* 🇵🇰[Pakistan, Districts](packages/pakistan.districts)
* 🇵🇰[Pakistan, Provinces](packages/pakistan.provinces)
* 🇸🇦[Saudi Arabia](packages/saudi-arabia)
* 🇰🇷[South Korea](packages/south-korea)
* 🇪🇸[Spain](packages/spain)
Expand Down
39 changes: 39 additions & 0 deletions packages/pakistan.provinces/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 🇵🇰 Paksitan

Contains all the Administrative Territories of Pakistan including four Provinces, two autonomous territories and one federal territory:

Provinces:
* Balochistan
* Sindh
* Punjab
* Khyber Pakhtunkhwah

Autonomous Territories:
* Azad Jammu and Kashmir
* Gilgit Baltistan

Federal Territory:
* Islamabad


## Installation

### npm

`npm install --save @svg-maps/pakistan.provinces`

### yarn

`yarn add @svg-maps/pakistan.provinces`

## Credits

The original map is available [here](https://en.wikipedia.org/wiki/File:Pakistan_Districts.svg#filelinks) and free to be used in any custom project.

### Changes

* Remove unnecessary attributes
* Replace title by name attributes
* Use English names
* Add viewBox
* Rename ids
1 change: 1 addition & 0 deletions packages/pakistan.provinces/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions packages/pakistan.provinces/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "@svg-maps/pakistan.provinces",
"version": "1.0.0",
"description": "Map of Provinces and Territories of Pakistan",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/VictorCazanave/svg-maps/tree/master/packages/pakistan.provinces"
},
"keywords": [
"svg",
"map",
"pakistan",
"territories",
"provinces",
"adminstrative units"
],
"author": "Noor Jafri <noor.jafri@live.com>",
"publishConfig": {
"access": "public"
}
}
57 changes: 57 additions & 0 deletions packages/pakistan.provinces/paksitan.provinces.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.