Select to view content in your preferred language

Print TextSymbol

2271
11
01-15-2013 05:01 AM
lakshmanankrishnan
Emerging Contributor
When I have TextSymbols in a graphic layer on my map, the print task seems to give an error when I try to print the map. But when I switch off the text symbol graphic layer the print map comes out correctly. Do I have to do some tinkering to make the Text Symbol show up on the print map?

I am using ArcGIS JavaScript API 3.3 and ArcGIS Server 10.1

-lak
0 Kudos
11 Replies
BenFousek
Deactivated User
but then I hit the second bug of it not taking any styles to the print .


You're not clearing the symbology are you?
0 Kudos
AdrianMarsden
Honored Contributor
Nope just
 g.setInfoTemplate(null);
        g.setAttributes(null);


For everything - polygons and stuff all print fine - but the bug seems to fit what happens now

[NIM090748: Printing service fails to honour the font size of textSymbols.]
0 Kudos