I have set up a 10.2 server and am trying to print a map with a Web Tiled Layer.
The image produced contains the Web Tiled Layer I added to the map, but it does not have the basemap.
I also have tried added multiple Web Tiled Layers to the map and it only prints the topmost tiled layer.
I have tried a proxy and POST instead of GET requests.
Is this normal behavior or is it an option to enable multiple tiled layer printing?
Yes, they are not transparent, but the tiles are all png's.
The test I have used is set up with tiled layers that do not overlap.
I do not know of a test 10.2 server that ESRI provides in the samples so I cannot check if it is a problem with my server. It is a newly setup 10.2 server.
var printer = new Print({ map: _map, url: "server" }, dom.byId("print")); printer.startup();
May I know whats the status of ArcGIS printing with WebTiledLayer. For me the print I am getting have other layers but not WebTiledLayer. For a print of map with WebTiledLayer only, I am getting a blank print without any error.