Add background (map of Taiwan) to WEB UI

Change-Id: I24db383bc0c43614a15c08232b86191a8e455ce3
diff --git a/web/gui/src/main/webapp/app/view/topo/topo.js b/web/gui/src/main/webapp/app/view/topo/topo.js
index df2e601..d4099fe 100644
--- a/web/gui/src/main/webapp/app/view/topo/topo.js
+++ b/web/gui/src/main/webapp/app/view/topo/topo.js
@@ -398,6 +398,13 @@
                 adjustScale: mapScale,
                 shading: shading()
             });
+        } else if (mapId === 'taiwan') {
+            shadeFlip = 0;
+            promise = ms.loadMapInto(mapG, '*taiwan', {
+                objectTag: 'taiwan',
+                adjustScale: mapScale,
+                shading: shading()
+            })
         } else {
             shadeFlip = 0;
             cfilter = countryFilters[mapId] || countryFilters.world;