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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ A set of SVG maps that can be installed via [npm](https://www.npmjs.com) or [yar
* 🇪🇸[Spain](packages/spain)
* 🇱🇰[Sri Lanka](packages/sri-lanka)
* 🇸🇪[Sweden](packages/sweden)
* 🇸🇦[Saudi Arabia](packages/saudi-arabia)
* 🇸🇾[Syria](packages/syria)
* 🇹🇼[Taiwan](packages/taiwan)
* 🇹🇼[Taiwan, Main Island](packages/taiwan.main)
* 🇹🇭[Thailand](packages/thailand)
Expand Down
1 change: 1 addition & 0 deletions packages/saudi-arabia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ The original map is available [here](https://mapsvg.com/maps/saudi-arabia) and f
* Use English names
* Add viewBox
* Rename ids

2 changes: 1 addition & 1 deletion packages/saudi-arabia/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/saudi-arabia/saudi-arabia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions packages/syria/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# SY Syria

Contains all the governorates of Syria:

- Aleppo
- As-Suwayda
- Daraa
- Damascus
- Deir ez-Zor
- Hama
- Hasaka
- Homs
- Idlib
- Latakia
- Quneitra
- Raqqa
- Rif Dimashq
- Tartus

## Installation

### npm

`npm install --save @svg-maps/syria`

### yarn

`yarn add @svg-maps/syria`

## Credits

This map is based on the work of [MapSVG](https://mapsvg.com).

The original map is available [here](https://mapsvg.com/maps/syria) and free to be used in any custom project.

### Changes

- Remove unnecessary attributes
- Replace title by name attributes
- Add viewBox
- Rename ids
19 changes: 19 additions & 0 deletions packages/syria/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@svg-maps/syria",
"version": "1.0.0",
"description": "Map of Syria",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/VictorCazanave/svg-maps/tree/master/packages/syria"
},
"keywords": [
"svg",
"map",
"syria"
],
"author": "Muhammed Hafez <mh.mazen@hotmail.com>",
"publishConfig": {
"access": "public"
}
}
61 changes: 61 additions & 0 deletions packages/syria/syria.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.