X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sdnr%2Fwt%2Fodlux%2Fapps%2FnetworkMapApp%2Fsrc%2Futils%2FmapLayers.ts;h=7ce4bfa9265c8492370d74a880d25b95583a4c01;hb=437f67407aece6f7aed8e989638b0d64075f0c0a;hp=6dfd7983a549d9dbab8fa7e3adb23618f80e09ad;hpb=1c4995eb199437e9c86336efff9972f2049e1532;p=ccsdk%2Ffeatures.git diff --git a/sdnr/wt/odlux/apps/networkMapApp/src/utils/mapLayers.ts b/sdnr/wt/odlux/apps/networkMapApp/src/utils/mapLayers.ts index 6dfd7983a..7ce4bfa92 100644 --- a/sdnr/wt/odlux/apps/networkMapApp/src/utils/mapLayers.ts +++ b/sdnr/wt/odlux/apps/networkMapApp/src/utils/mapLayers.ts @@ -141,6 +141,8 @@ class MapLayerService { public addBaseLayers = (map: mapboxgl.Map, themesettings?: ThemeElement) => { const theme = !themesettings ? this.pickTheme() : themesettings; + console.log("user selected theme: " + this.selectedTheme) + console.log("found theme:" + theme); this.addCommonLayers(map);