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 Tokyo Special Wards #118

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
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 @@ -25,6 +25,7 @@ A set of SVG maps that can be installed via [npm](https://www.npmjs.com) or [yar
* 🇮🇱 [Israel](packages/israel)
* 🇮🇹 [Italy](packages/italy)
* 🇯🇵 [Japan](packages/japan)
* 🇯🇵 [Tokyo, Special Wards](packages/tokyo.special-wards)
* 🇲🇽 [Mexico](packages/mexico)
* 🇲🇩 [Moldova](packages/moldova)
* 🇳🇱 [Netherlands](packages/netherlands)
Expand Down
2 changes: 1 addition & 1 deletion packages/canada.lambert-projection/index.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions packages/tokyo.special-wards/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to https://unlicense.org
54 changes: 54 additions & 0 deletions packages/tokyo.special-wards/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 🇯🇵 Tokyo, Special Wards

[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)

Contains all the special wards of Tokyo:
* Adachi
* Arakawa
* Bunkyo
* Chiyoda
* Chuo
* Edogawa
* Itabashi
* Katsushika
* Kita
* Koto
* Meguro
* Minato
* Nakano
* Nerima
* Ota
* Setagaya
* Shibuya
* Shinagawa
* Shinjuku
* Suginami
* Sumida
* Taito
* Toshima


## Installation

### npm

`npm install --save @svg-maps/tokyo.special-wards`

### yarn

`yarn add @svg-maps/tokyo.special-wards`

## Credits

This map is based on the work of [Tokyoship](https://commons.wikimedia.org/wiki/User:Tokyoship).

The original map is available [here](https://en.wikipedia.org/wiki/File:Tokyo_special_wards_map.svg) and is in the [public domain](https://en.wikipedia.org/wiki/Public_domain).

### Changes

* Remove surrounding area and Tokyo Bay
* Remove unnecessary attributes
* Replace title by name attributes
* Adjust viewBox
* Rename ids
* Sort `<path/>` alphabetically
1 change: 1 addition & 0 deletions packages/tokyo.special-wards/index.js

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

20 changes: 20 additions & 0 deletions packages/tokyo.special-wards/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@svg-maps/tokyo.special-wards",
"version": "1.0.0",
"description": "Map of Tokyo Special Wards",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/VictorCazanave/svg-maps/tree/master/packages/tokyo.special-wards;"
},
"keywords": [
"svg",
"map",
"tokyo"
],
"author": "HarukiKinoshita <harukikinoshita@outlook.com>",
"publishConfig": {
"access": "public"
},
"license": "Public Domain"
}
171 changes: 171 additions & 0 deletions packages/tokyo.special-wards/tokyo.special-wards.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.