I have got a raster image (prism = gis.content.get('e10e3bac15054659bada56893f55983a')) in ArcGIS API for Python environment and now when I want to add this layer to the map which I previously called (map1 = gis.map('box elder county, utah')), the raster layer is not shown. Could you please let me know how to add layers to a map?
I have looked at using imagery layers | ArcGIS for Developers example and did not find a way to add new rasters or features layers into an open map.
Thanks,