Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove all the modifications about Saudi Arabia please? If there is an issue with this map, it would better to fix it in another PR

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry but some files about Saudi Arabia are still modified:

  • README.md: Saudi Arabia has already been added before South Korea
  • packages/saudi-arabia/README.md
  • packages/saudi-arabia/index.js

Could you remove these commits please?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am very sorry for this mistake , can you please advice how to solve this? i can't seem to be able to remove said commits

@VictorCazanave VictorCazanave Apr 7, 2020

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries ^^
It looks like the merge after pulling messed up your commits 🤔

I think you can reorganize the commits of your master branch to be synchronized with mine: git checkout master && git rebase -i 906756c1856dfe8b09a5e1de03f46eebc5878a0b (906756c is the last commit before our branches diverge)

Or another more radical solution may be to create a new PR from a clean branch:

  1. Create a new branch from your master branch: git checkout master && git branch syria-map
  2. Hard reset your master branch to mine to be synchronized: git fetch upstream master && git reset --hard upstream/master
  3. Rebase your syria branch to your master branch and eventually edit/remove commits:git checkout syria-map && git rebase -i master
  4. If there are still issues, reset your branch and commit again only the files about Syria: git reset master
  5. Create a new PR from syria-map branch

* 🇸🇾[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
- Darra
Comment thread
mh-mazen marked this conversation as resolved.
Outdated
- 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.