4
votes
1answer
93 views

Map automation, create and populate inset maps for densely-labelled areas

I would like to know if it is possible to automate the example in the picture below, unlike the picture below i'm using vector data. I would like for a fixed scale generate map, but when labels are ...
0
votes
0answers
151 views

Trying to use Data Driven Pages (DDP) with multiple data frames on the same layout

I would like to place two or three sequential views of a strip map on a single page using Data Driven Pages (DDP). Is there a way to do this using ArcGIS 10.1?
4
votes
1answer
298 views

Getting a constant background color for transparency

I am creating a series of tif files at 1:10k scale over a vast area (760 tiles) using arcpy.mapping.ExportToTIFF and then stitch them together to create a single ecw. The output looks ok but when I ...
0
votes
0answers
110 views

Export Data Driven Pages extents to Kmz

Is it possible to export the extents of DDP to KMZ using arcpy - Map to KML (Conversion)? Alternatively can we export each extent of a single DDP extent to a new mxd and then run arcpy.MapToKML_3d on ...
8
votes
2answers
244 views

Create a summary table of the symbology of all datasets in multiple mxd's

This is related to the following Retain ESRI symbology in Mapinfo TAB . As an initial step (in arcpy) I want to access the symbology of all the datasets and create a document which has the details of ...
4
votes
2answers
418 views

Dynamically change zoom level of overview map to fit with current extent in DDP

I am using DDP pages in a large mapset with pages ranging from 1:7500 to 1:130,000 and the overview map is zoomed out to far to see some of the smaller zones. Is it possible to set the overview map to ...
2
votes
1answer
133 views

ArcPy / DDP - alter graticule logically in varying map scales

Morning -this question appears on many sites and I was wondering if there was a script that is now available that resolves it? Please also upvote ...
2
votes
2answers
781 views

Python and Data driven pages - Advanced use

I need to make a number of maps where only one input changes (a layer with the range of a radio tower) and I want to add the layer, apply symbology, zoom to it, change the title to include the name of ...
0
votes
2answers
508 views

arcpy layer issues

This should be a really simple process but I am having issues. I want to search a workspace for all files with a certain string and then add them to the current workspace with a selected symbology. ...
4
votes
1answer
465 views

Can I change the font type in all Text_Elements in a page?

I want to change all the font styles in a number of mxd's from "Lucinda Sans" or whatever the current one is to "Arial" without changing the font size. I wrote a simple script to find/replace text ...
1
vote
1answer
367 views

Create shape file of bookmark extents and/or automatically print bookmark extents to pdf

Is it possible to export the extents of all bookmarks in an active map document to a shape file containing the polygons of the shape and/or to automate the print to pdf of all the bookmark extents. ...
1
vote
1answer
922 views

Replace text using python in active map view

I would like to update misc text in an active map window but can't seem to crack the code and I found some presentations that mention it can be done but the full code isn't there. The following is ...