2
votes
1answer
73 views

Need help in Print task in ArcGIS JSAPI 3.2/3.3

I am using print task in my code and using dynamic map service layer and graphics layer (not using feature service layer) and I am able to print the map but it’s not displaying info window and ...
2
votes
0answers
59 views

ArcGIS Javascipt Api Printing

I've got a webpage which prints a web map via the ArcGIS Javascript API. The DPI of the print is 72. To debug I added three different types of symbols 1. The default (most of them are) 2. One custom ...
2
votes
2answers
57 views

Create Friendly Labels for ArcGIS Print Service Options with JS API

How can I change the print options received from an ArcGIS print service to be more friendly and descriptive using the Esri sample print service?
1
vote
0answers
57 views

Page POST to web page to Print Map With GISServer 10.1

I am using ArcGISServer 10.1. I need pass in a lat/lng to a webPage as query parameter and print a map with a TiledMapServiceLayer, DynamicMapServiceLayer, and a 1 mile buffer graphic around the ...
1
vote
2answers
175 views

MapFish Print: does it support ArcGIS Server?

we are looking for a map print solution, MapFish printing module quite fits. but as far as the searches I've done, it seems MapFish doesn't support ArcGIS Server. One thing I am not sure about is, ...
1
vote
1answer
302 views

How do I retain transparency in graphics with exporting on the web?

At 10 and 10.1 you can make use of arcpy.mapping to publish a gp service to do printing with. This is a sample that does this: As you can see, transparency is respected with the arcpy approach. ...
0
votes
2answers
371 views

Can I drop my own templates into the OTB ExportWebMap Tool?

At ArcGIS for Server 10.1, there is a print task installed by default. Looking at the web-help, it states: The PrintingTools service included with ArcGIS for Server references a preconfigured ...
3
votes
3answers
3k views

How to print high resolution poster sized maps from online map (arcgis server)?

I want to create a PDF document that can be printed at large poster size containing user created data and base map data. Based on a rough calculation, if the poster was 24 inches by 34 inches and I ...
6
votes
1answer
457 views

How can I host a map service that uses an online basemap as well as my own dynamic layers?

I have a flex web application with an ArcGIS Server backend that I want to start using an online basemap for. The application includes a printing capability that prints a layout from an arcGIS map ...