Committed by
Gerrit Code Review
Add background (map of Taiwan) to WEB UI
Change-Id: I24db383bc0c43614a15c08232b86191a8e455ce3
Showing
2 changed files
with
7 additions
and
0 deletions
| ... | @@ -398,6 +398,13 @@ | ... | @@ -398,6 +398,13 @@ |
| 398 | adjustScale: mapScale, | 398 | adjustScale: mapScale, |
| 399 | shading: shading() | 399 | shading: shading() |
| 400 | }); | 400 | }); |
| 401 | + } else if (mapId === 'taiwan') { | ||
| 402 | + shadeFlip = 0; | ||
| 403 | + promise = ms.loadMapInto(mapG, '*taiwan', { | ||
| 404 | + objectTag: 'taiwan', | ||
| 405 | + adjustScale: mapScale, | ||
| 406 | + shading: shading() | ||
| 407 | + }) | ||
| 401 | } else { | 408 | } else { |
| 402 | shadeFlip = 0; | 409 | shadeFlip = 0; |
| 403 | cfilter = countryFilters[mapId] || countryFilters.world; | 410 | cfilter = countryFilters[mapId] || countryFilters.world; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment