
- #Turn mxd file into webmap how to
- #Turn mxd file into webmap pdf
- #Turn mxd file into webmap full
- #Turn mxd file into webmap pro
- #Turn mxd file into webmap software
The map templates in the ArcGIS Desktop installation directory to a new folder. If this is not the case, you may need to reinstall ArcGIS Desktop. This tutorial assumes the map templates and template data are present and have not been modified. This tutorial uses the MapTemplates and TemplateData folders in the ArcGIS Desktop installation directory, usually located at C:\Program Files (x86)\ArcGIS\Desktop (on 32-bit operating systems). To complete this tutorial, you should be familiar with the arcpy.mapping module, the ArcGIS API for JavaScript, ArcMap, and ArcGIS Server.You should also become familiar with printing in the web application help topics:

The arcpy.mapping module also provides functionality to identify service layers and swap them out for layers that point to local data and to export to a variety of formats, for example, PDF. The staged templates can also contain other elements, such as a legend, dynamic text, and so on. Each template contains vector equivalents of all the possible layers in the map service. You will stage several templates from which the user can choose.
#Turn mxd file into webmap full
The Python script uses the ConvertWebMapToMapDocument function in the arcpy.mapping module, which will insert the full state of the web map into a staged template map document. You will also create a Python script that will be published as a geoprocessing service that the Print Task will use. The ability to pass extra parameters into the Print Task is useful, as it allows you to collect any number of extra parameters from the web application.
#Turn mxd file into webmap how to
This tutorial will also show how to pass extra parameters into the Print Task, for example, whether to export georeferencing information to The code behind the Export Map button uses the ArcGIS API for JavaScript Print Task, which is available starting with ArcGIS 10.1 for Desktop and ArcGIS 10.1 for Server. Note that layers that were turned off in the Table of Contents and Legend in the web application are reflected in the output.

#Turn mxd file into webmap pdf
#Turn mxd file into webmap software
You'll also look at the items created in your portal content.Complexity: Advanced Data Requirement: Installed with software You'll open, explore, and modify the web map in Map Viewer Classic.

#Turn mxd file into webmap pro
Open the project from your list of recent projects on the ArcGIS Pro start page or browse to it by clicking Open another project. If you completed the Author a map tutorial, you can use the project you created (New Zealand Mangroves) for this tutorial.

You'll share a map of mangrove locations and walking trails on the North Island of New Zealand. The mangrove is a unique environment and interesting to ecotourists, so the conservation of this land cover is important.
