Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source | dest | flow | |
|---|---|---|---|
| 0 | 1 | 100 | |
| 1 | 2 | 200 | |
| 2 | 3 | 50 | |
| 3 | 5 | 30 | |
| 5 | 3 | 100 | |
| 2 | 4 | 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| code | name | population | |
|---|---|---|---|
| 11 | 서울특별시 | 10143645 | |
| 21 | 부산광역시 | 3527635 | |
| 22 | 대구광역시 | 2501588 | |
| 23 | 인천광역시 | 2879782 | |
| 24 | 광주광역시 | 1472910 | |
| 25 | 대전광역시 | 1532811 | |
| 26 | 울산광역시 | 1156480 | |
| 29 | 세종특별자치시 | 122153 | |
| 31 | 경기도 | 12234630 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* palette | |
| #222 background | |
| #bbb text | |
| #ddd brighter text | |
| #666 border | |
| #555 header | |
| #444 darker items | |
| */ | |
| #globalWrapper { | |
| background-color: #222 !important; |