Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Thomas Vachuska
2016-06-20 16:14:29 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4377cd3d060567126b37e7fd288c70e4dfb6d60c
4377cd3d
1 parent
4d08aa8e
Fixing Europe map scale.
Change-Id: I00f8f58e2437c59e5e187e7025707f329fe811c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/gui/src/main/java/org/onosproject/ui/impl/UiExtensionManager.java
web/gui/src/main/java/org/onosproject/ui/impl/UiExtensionManager.java
View file @
4377cd3
...
...
@@ -174,7 +174,7 @@ public class UiExtensionManager
new
UiTopoMap
(
"s_america"
,
"South America"
,
"*s_america"
,
0.9
),
new
UiTopoMap
(
"usa"
,
"United States"
,
"*continental_us"
,
1.0
),
new
UiTopoMap
(
"bayareaGEO"
,
"Bay Area, California"
,
"*bayarea"
,
1.0
),
new
UiTopoMap
(
"europe"
,
"Europe"
,
"*europe"
,
2.5
),
new
UiTopoMap
(
"europe"
,
"Europe"
,
"*europe"
,
9.0
),
new
UiTopoMap
(
"italy"
,
"Italy"
,
"*italy"
,
0.8
),
new
UiTopoMap
(
"uk"
,
"United Kingdom and Ireland"
,
"*uk"
,
0.6
),
new
UiTopoMap
(
"japan"
,
"Japan"
,
"*japan"
,
0.8
),
...
...
Please
register
or
login
to post a comment