Select to view content in your preferred language

Add support for printing PrimitiveOverrides on Graphics

74
0
Thursday
Status: Open
Labels (3)
gqzomer
Emerging Contributor

I am a developer of GIS Webcomponents, and I would like support for printing of graphics that use symbology with primitive overrides. Currently the symbology is printed without the primitive overrides applied. Official support for this functionality would significantly increase development speed while reducing code complexity 

I'am in the process of building a new measurement functionality for our application. The new measurement functionality shows the length of each segment of the polyline that is being drawn in real time. I made extensive use of primitiveOverrides to update both the values and the placements of the labels. If I want users to be able to include their measurements in a print of the map the symbol for each of the segment has to be updated manually. A functionality that bakes the values set by the primitiveOverrides into the symbols for printing would be greatly appreciated.