https://github.com/maojianwei/onos_with_china_map
Add China geography map to ONOS Web GUI as a background for network topology.
https://github.com/maojianwei/onos_with_china_map
Last synced: 3 months ago
JSON representation
Add China geography map to ONOS Web GUI as a background for network topology.
- Host: GitHub
- URL: https://github.com/maojianwei/onos_with_china_map
- Owner: MaoJianwei
- License: apache-2.0
- Created: 2021-03-14T10:40:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T08:50:31.000Z (7 months ago)
- Last Synced: 2025-01-13T15:15:39.756Z (4 months ago)
- Size: 27.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ONOS with China Map
Add China geography map to ONOS Web GUI as a background for network topology.
.
**Notes:** This project have been published at the **[ONOS_TopologyShow_ChineseMap](https://github.com/MaoJianwei/ONOS_TopologyShow_ChineseMap)** project, with CI/CD support, providing the Docker image. (2024.09.16)
.
## Statement
**Attention! This map is not accurate, and is only used as a rough example or demonstration.**
**For the standard and accurate China map, you must refer to web site of Chinese government, such as [http://www.gov.cn/](https://www.gov.cn/)**
.


.## ONOS Gerrit
This commit was originally uploaded to ONOS code base in 2018.03.26, [https://gerrit.onosproject.org/c/onos/+/17607](https://gerrit.onosproject.org/c/onos/+/17607)
## Change logs
1. Make and add a China geography map, which is built by QGIS software.
>* The public source of the map image is [www.gov.cn](https://www.gov.cn/) website.
2. Add the index of map to UiExtensionManager.java
>* *$ONOS_ROOT/web/gui/src/main/java/org/onosproject/ui/impl/UiExtensionManager.java*
Signed-off-by: Jianwei Mao