Hi,
I use the print task function to print my map which contains annotations (graphic layer)
there are messages in the caption as in the attached copy (override ?)
Apparently this bug has been corrected version 3.24 ...
I was using 3.23 and I tried 3.24 and even 3.35 but nothing is fixed ...
https://developers.arcgis.com/javascript/3/jshelp/new_v324.html
BUG-000086442/BUG-000094164: Fixed
the json sent is always the same on the print service in version 10.7.1 (build 11595)
....
{
"id": "graphicsLayer7",
"opacity": 1,
"minScale": 0,
"maxScale": 0,
"featureCollection":
{
"layers": [
{
"layerDefinition":
{
"name": "polygonLayer",
"geometryType": "esriGeometryPolygon"
},
"featureSet":
{
"geometryType": "esriGeometryPolygon",
"features": [
{
"geometry":
{
"rings": [[[641779.9818244094, 5733625.0171405645], [642372.3687936352, 5733634.571769101], [642840.5455918942, 5733367.042170095], [642749.7766208032, 5732803.319086477], [641980.6290236634, 5732750.7686295295], [641474.2337112607, 5733123.39914243], [641779.9818244094, 5733625.0171405645]]],
"spatialReference":
{
"wkid": 102100,
"latestWkid": 3857
}
},
"symbol":
{
"color": [204, 85, 85, 255],
"outline":
{
"color": [255, 102, 0, 255],
"width": 1.5,
"type": "esriSLS",
"style": "esriSLSSolid"
},
"type": "esriSFS",
"style": "esriSFSSolid"
}
}
]
}
}
]
}
}
...
Is there a way out for this problem?
Thanks for your help