zylin
Committed by Gerrit Code Review

Add background (map of Taiwan) to WEB UI

Change-Id: I24db383bc0c43614a15c08232b86191a8e455ce3
......@@ -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;
......
This diff is collapsed. Click to expand it.