Image layer with vector field renderer asks to create extra vector layer

845
0
03-01-2021 02:08 AM
Labels (2)
RichardReinicke
Occasional Contributor II

Hello everyone,

in Portal 10.8.1 if I add an Image Service with default renderer of type 'Vector field' then I get a stretched renderer in the map viewer instead of the vector arrow symbols I had when I published from arcgis pro.

RichardReinicke_0-1614592301156.png

 

If I switch to the layer renderer settings it tells me that 'current selection results in vector data. Do you want to add them as a vector layer?':

RichardReinicke_1-1614592301165.png

So I have to manually add a second layer.

The problem is we create our map automatically from Jupyter Notebook:

map = self.gis.map(location=center, zoomlevel=14)
for item in items:
    item.share(groups=[group])
    map.add_layer(item)

All image layers appear with their correct default raster function renderer except the vector field one.

So is it possible to add image layer with vector field default renderer as vector layer directly?

0 Kudos
0 Replies