Commit cd9a3016 authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

fixed marker change for configure frontend

parent da0458b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ export function parseScenario(scenario) {
          // Add PL with geodata to map
          if (pl.geoData && pl.geoData.location) {
            var plGeoDataAsset = updateObject({assetName: pl.name, subType: pl.type}, pl.geoData);
            if (pl.type === ELEMENT_TYPE_UE) {
            if (pl.type === UE_TYPE_STR) {
              plGeoDataAsset.assetType = 'UE';
              ueList.push(plGeoDataAsset);
            } else {