Fixing Europe map scale.
Change-Id: I00f8f58e2437c59e5e187e7025707f329fe811c9
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -175,7 +175,7 @@ public class UiExtensionManager | ... | @@ -175,7 +175,7 @@ public class UiExtensionManager |
175 | new UiTopoMap("s_america", "South America", "*s_america", 0.9), | 175 | new UiTopoMap("s_america", "South America", "*s_america", 0.9), |
176 | new UiTopoMap("usa", "United States", "*continental_us", 1.0), | 176 | new UiTopoMap("usa", "United States", "*continental_us", 1.0), |
177 | new UiTopoMap("bayareaGEO", "Bay Area, California", "*bayarea", 1.0), | 177 | new UiTopoMap("bayareaGEO", "Bay Area, California", "*bayarea", 1.0), |
178 | - new UiTopoMap("europe", "Europe", "*europe", 2.5), | 178 | + new UiTopoMap("europe", "Europe", "*europe", 9.0), |
179 | new UiTopoMap("italy", "Italy", "*italy", 0.8), | 179 | new UiTopoMap("italy", "Italy", "*italy", 0.8), |
180 | new UiTopoMap("uk", "United Kingdom and Ireland", "*uk", 0.6), | 180 | new UiTopoMap("uk", "United Kingdom and Ireland", "*uk", 0.6), |
181 | new UiTopoMap("japan", "Japan", "*japan", 0.8), | 181 | new UiTopoMap("japan", "Japan", "*japan", 0.8), | ... | ... |
-
Please register or login to post a comment