Design a map with ArcGIS Pro and Adobe Illustrator (2024)

In this tutorial, you're the GIS technician at a multinational real estate company, and you've been asked to help the graphic design team by creating a map showing the locations of all of your company's offices. The map will be featured as a prominent graphic on your website. The colors and fonts need to match your company's branding.

You'll begin the map in ArcGIS Pro, where you have access to data management and analysis tools. But you'll finish the map in Adobe Illustrator, where you can access more graphic design tools, as well as convert the map into a format that your design team is familiar with.

This tutorial was last tested on February 16, 2024, using ArcGIS Pro 3.2, ArcGIS Maps for Adobe Creative Cloud 3.6, and ArcGIS Enterprise 11.2. If you're using a different version of ArcGIS Pro, ArcGIS Maps for Adobe Creative Cloud, or ArcGIS Enterprise, you may encounter different functionality and results.

You'll start the project in ArcGIS Pro, where you'll design a map with the data, projection, and labels that are needed for this project. You'll configure the map with properties that will make it easier to manage in Adobe Illustrator later.

Design a basemap

The style of the map should match the rest of the company's website, which uses a green and gold color palette and minimalist design. The Esri basemaps won't match this design, so you'll create your own.

  1. Download the OfficesMap zip file and unzip it to a location on your computer, for example, your C:\ drive.
  2. Open the unzipped Offices folder and double-click Offices.aprx to open the project in ArcGIS Pro.

    Design a map with ArcGIS Pro and Adobe Illustrator (1)

  3. If prompted, sign in to your ArcGIS account.
    Note:

    If you don't have access to ArcGIS Pro or an ArcGIS organizational account, see options for software access.

    A map of Europe appears. It includes a layer showing all of your company's current offices.

    Design a map with ArcGIS Pro and Adobe Illustrator (2)

  4. In the Contents pane, right-click World Topographic Map and choose Remove.

    Design a map with ArcGIS Pro and Adobe Illustrator (3)

    You'll leave the World Hillshade layer in place since it provides some visual texture that you think will look good on the final map. Next, you'll add a few layers to replace the basemap.

  5. In the Catalog pane, click the Portal tab and click the Living Atlas tab.

    Design a map with ArcGIS Pro and Adobe Illustrator (4)

    ArcGIS Living Atlas of the World is a curated collection of geographic data, maps, and apps.

  6. In the search bar, type World Countries Generalized and press Enter.
  7. In the search results, right-click the World Countries (Generalized) feature layer and click Add To Current Map.

    Design a map with ArcGIS Pro and Adobe Illustrator (5)

    Note:

    If you can't access the World Countries (Generalized) layer through ArcGIS Living Atlas, use the layer provided in the project: In the Catalog pane, click the Project tab. Expand Databases and Offices.gdb. Right-click World_Countries_Generalized and click Add To Current Map.

    The layer appears on the map. You'll change its name and its color.

  8. In the Contents pane, click World_Countries_(Generalized) twice to make the name editable. Type Countries and press Enter.
  9. In the Contents pane, under Countries, click the symbol to open the Symbology pane.

    Design a map with ArcGIS Pro and Adobe Illustrator (6)

  10. In the Symbology pane, click the Properties tab and click the Layers tab.

    Design a map with ArcGIS Pro and Adobe Illustrator (7)

    Two symbol layers are shown: a solid stroke and a solid fill.

  11. Click the Solid stroke symbol layer. Under Appearance, change the Color to Gray 20%. (Point to colors to read their names.)

    Design a map with ArcGIS Pro and Adobe Illustrator (8)

  12. Click the Solid fill symbol layer and change its color to Arctic White. At the bottom of the Symbology pane, ensure that Apply Apply is enabled.
  13. Close the Symbology pane.

    The map now shows all of the countries with thin gray borders. Next, you'll add a background layer to change the color of the ocean.

  14. In the Catalog pane, on the Portal and Living Atlas tabs, search for Global Background.
  15. Drag the Global Background feature layer onto the map.

    Design a map with ArcGIS Pro and Adobe Illustrator (9)

    Note:

    If you can't access the Global Background layer through ArcGIS Living Atlas, use the layer provided in the project: In the Catalog pane, click the Project tab. Expand Databases and Offices.gdb. Drag the GlobalBackground layer onto the map.

  16. In the Contents pane, drag the GlobalBackground layer below the Countries layer.

    Design a map with ArcGIS Pro and Adobe Illustrator (10)

  17. Under GlobalBackground, right-click the symbol and change the color to Gray 10%.

    The map now has white land and gray oceans, with a slightly darker gray for coastlines and borders.

    Design a map with ArcGIS Pro and Adobe Illustrator (11)

    You'll reorder the hillshade layer so it is no longer hidden beneath the countries layer.

  18. In the Contents pane, drag the World Hillshade layer above the Countries layer.

    The hillshade hides all of the layers beneath it. You'll change its blend mode so the texture is visible without hiding the underlying layers.

  19. In the Contents pane, make sure that the World Hillshade layer is selected. On the ribbon, click the Tile Layer tab. In the Effects group, change Layer Blend to Multiply.

    Now all layers are visible. Instead of hiding the layers beneath it, the World Hillshade layer is blended into them.

    Design a map with ArcGIS Pro and Adobe Illustrator (12)

Change the projection

Currently, the map's coordinate system is set to WGS 1984. This is a common coordinate system for storing data, but it's not appropriate for displaying data on a map. A projected coordinate system should be used instead. You'll choose a projected coordinate system that is well suited to mapping the whole of Europe.

  1. In the Contents pane, right-click Offices Map and choose Properties.
  2. In the Map Properties window, click the Coordinate Systems tab.

    Design a map with ArcGIS Pro and Adobe Illustrator (13)

  3. In the XY Coordinate Systems Available list, expand Projected Coordinate System, Continental, and Europe. Scroll through the list and click Europe Lambert Conformal Conic.

    Design a map with ArcGIS Pro and Adobe Illustrator (14)

    This coordinate system is conformal, so the shapes of the countries will appear true. It's also designed for mapping Europe, so distortions of area and distance will be minimized on that continent.

    Note:

    You can learn more about choosing coordinate systems in the tutorial Choose the right projection.

  4. Click OK.

    The map redraws with the new projection. The rest of the world is distorted to preserve the appearance of Europe.

    Design a map with ArcGIS Pro and Adobe Illustrator (15)

Symbolize operating countries

Currently, all of the countries look the same. You'll highlight those countries where your company is operating. You'll use the Select By Location tool to select any country that contains an office within its borders, and turn that selection into a new layer.

  1. On the ribbon, click the Map tab. In the Selection group, click Select By Location.

    Design a map with ArcGIS Pro and Adobe Illustrator (16)

  2. In the Select By Location window, set the following properties:
    • For Input Features, choose Countries.
    • For Relationship, choose Contains.
    • For Selecting Features, choose Office.

    Design a map with ArcGIS Pro and Adobe Illustrator (17)

  3. Click OK.

    On the map, 16 of the countries are selected.

  4. In the Contents pane, right-click Countries, point to Selection, and choose Make Layer From Selected Features.

    Design a map with ArcGIS Pro and Adobe Illustrator (18)

    A new layer appears in the Contents pane and on the map.

  5. On the ribbon, on the Map tab, in the Selection group, click the Clear button.

    Design a map with ArcGIS Pro and Adobe Illustrator (19)

  6. In the Contents pane, drag the Countries selection layer under the World Hillshade layer.

    Design a map with ArcGIS Pro and Adobe Illustrator (20)

    You'll change the outline color of the selected countries to match the official gold color from company branding.

  7. Under Countries selection, click the white symbol to open the Symbology pane. If necessary, click the Properties and Layers tabs.
  8. For the Solid stroke symbol layer, open the Color menu and click Color Properties.

    Design a map with ArcGIS Pro and Adobe Illustrator (21)

  9. In the Color Editor window, for HEX #, type C9AD7C and press Enter.

    Design a map with ArcGIS Pro and Adobe Illustrator (22)

    You'll save this color to your favorites style so it's easy to reuse later.

  10. Click Save color to style. In the Save Color As window, for Name, type Gold.
  11. Click OK. Click OK again.

    On the map, some of the countries now have gold outlines instead of gray.

  12. Close the Symbology pane.

Label countries

Labels can be added to the map manually in Adobe Illustrator later, but you'll save time by generating them in ArcGIS Pro first. The Offices layer is already labeled. Next, you'll create country labels and configure some labeling properties so there are fewer edits needed later.

  1. In the Contents pane, right-click the Countries selection layer and choose Label.

    Design a map with ArcGIS Pro and Adobe Illustrator (23)

    Country labels appear on the map. You'll adjust their style to match your company's official font and colors.

  2. Right-click Countries selection and choose Labeling Properties.
  3. In the Label Class pane, click the Symbol tab.

    Design a map with ArcGIS Pro and Adobe Illustrator (24)

  4. Expand Appearance. For Font name, choose Candara.
    Note:

    If you don't have Candara installed, you can choose any other font.

  5. For Font style, choose Bold Italic. For Size, choose 8 pt.
  6. For Color, under Favorites, choose Gold.

    Design a map with ArcGIS Pro and Adobe Illustrator (25)

  7. For Text case, choose Upper case.
  8. At the bottom of the pane, ensure that Auto Apply is enabled.
  9. In the Label Class pane, click the Position tab and, if necessary, click the Position subtab.

    Design a map with ArcGIS Pro and Adobe Illustrator (27)

  10. At the bottom of the pane, click Spread labels to expand this section.
  11. Click Use default letter spacing and choose Spread letters up to a fixed limit. Accept the default Maximum of 100 percent.

    Design a map with ArcGIS Pro and Adobe Illustrator (28)

    On the map, the country labels spread out across the wider countries. They remain at their default spacing when there's not enough room to spread.

    Design a map with ArcGIS Pro and Adobe Illustrator (29)

    Maps often use widely spaced labels for large areas to indicate that the name belongs to the entire region.

  12. Close the Label Class pane.
  13. On the Quick Access Toolbar, click Save.

    Design a map with ArcGIS Pro and Adobe Illustrator (30)

You've now made a map with all of the elements that you need. You removed the basemap and built your own. You changed the projection of the map, created a layer to show all of the countries containing offices, and added labels. You applied colors and fonts to match your company's brand specifications.

Before you export your map to Adobe Illustrator, you'll create a layout. Exporting a layout instead of a map has several advantages: you can add surround information such as a legend, and you are better able to control the position and scale of the map.

Position the map in a layout

You'll add a layout to your ArcGIS Pro project, then add the map to the layout and set its scale and extent.

  1. If necessary, reopen Offices.aprx in ArcGIS Pro.
  2. On the ribbon, click the Insert tab. In the Project group, click New Layout.

    Design a map with ArcGIS Pro and Adobe Illustrator (31)

  3. Under ANSI - Landscape, choose Letter.

    A blank layout page appears. You'll add your map.

  4. At the bottom of the page, point to the Snapping button.
  5. Ensure that Snapping and Snap to page boundaries when using interactive layout tools are turned on (highlighted in blue).

    Design a map with ArcGIS Pro and Adobe Illustrator (32)

  6. On the ribbon, on the Insert tab, in the Map Frames group, click Map Frame.

    Design a map with ArcGIS Pro and Adobe Illustrator (33)

  7. Click either of the options under Offices Map.
  8. Click one of the corners of the layout page and drag to create a rectangle that fills the entire page.

    Design a map with ArcGIS Pro and Adobe Illustrator (34)

    You'll resize and reposition the map so it fills the available space.

  9. Below the layout view, in the scale box, type 23,000,000 and press Enter.

    Design a map with ArcGIS Pro and Adobe Illustrator (35)

  10. On the layout, right-click the map and click Activate.

    Design a map with ArcGIS Pro and Adobe Illustrator (36)

    Now you can interact with the map.

  11. Pan on the map to position Europe in the center of the page. Position the map so a little bit of Norway and Morocco are both cut off.

    Design a map with ArcGIS Pro and Adobe Illustrator (37)

    Tip:

    To pan and zoom on the layout instead of the map, press and hold the 1 key. If you accidentally zoom on the map, retype 23,000,000 in the scale box.

  12. When you're happy with the position of your map, on the ribbon, click the Map tab. In the Navigate group, click Bookmarks and click New Bookmark.

    Design a map with ArcGIS Pro and Adobe Illustrator (38)

  13. In the Create Bookmark window, for Name, type Europe. Click OK.

    Now you'll be able to return to exactly the same map extent if you need to make changes to your map later.

  14. Above the layout view, click the Back to Layout link.

    Design a map with ArcGIS Pro and Adobe Illustrator (39)

Add a legend

Next, you'll add a legend to the layout to explain the meaning of the map's symbols.

  1. On the ribbon, on the Insert tab, in the Map Surrounds group, click Legend.

    Design a map with ArcGIS Pro and Adobe Illustrator (40)

  2. Click and drag anywhere on the map to add a legend.

    The legend has four items, but two of them are related to the basemap, and don't need to be explained. You'll remove them from the legend.

  3. In the Contents pane, expand Legend. Uncheck Countries and GlobalBackground.

    Design a map with ArcGIS Pro and Adobe Illustrator (41)

    You'll rename the layers to change the text that appears in the legend.

  4. In the Contents pane, under Map Frame (not Legend), rename the Office layer to Corporate location. Rename the Countries selection layer to Operating country.

    Design a map with ArcGIS Pro and Adobe Illustrator (42)

    You'll also adjust the appearance of the legend to make its spacing more compact.

  5. In the Contents pane, right-click Legend and choose Properties.

    The Element pane appears, displaying properties for the Legend element.

  6. In the Element pane, click the Text Symbol tab.

    Design a map with ArcGIS Pro and Adobe Illustrator (43)

  7. Change the font to Candara and Bold. For Color, choose Gold.
  8. Ensure that Auto Apply is enabled.
  9. In the Element pane, click the Legend tab.

    Design a map with ArcGIS Pro and Adobe Illustrator (44)

  10. Click the Options tab and click Show properties.

    Design a map with ArcGIS Pro and Adobe Illustrator (45)

  11. Under Sizing, for Patch width, type 12 pt.

    Design a map with ArcGIS Pro and Adobe Illustrator (46)

    The legend updates to show a white square instead of a rectangle.

    Design a map with ArcGIS Pro and Adobe Illustrator (47)

    Finally, you'll convert the legend to graphics. This will make the legend easier to work with once you are in Illustrator.

  12. In the Contents pane, right-click Legend and choose Convert To Graphics.

Format service layer credits

The map already has credit text, citing Esri and the United States Geological Survey (USGS) for the coastlines, country borders and terrain data. You'll replace this static text with dynamic text so you can more easily format it to match the appearance of the rest of your map.

  1. On the ribbon, click the Insert tab. In the Graphics and Text group, click Dynamic Text.
  2. Under Layout, choose Service Layer Credits.

    Design a map with ArcGIS Pro and Adobe Illustrator (48)

  3. Click and drag on the map to add the credit text.

    Design a map with ArcGIS Pro and Adobe Illustrator (49)

    For now, it doesn't matter where you add the credit text; you'll reposition it later in Illustrator.

  4. With the credit text selected, on the ribbon, click the Text tab.
  5. In the Text Symbol group, change the font to Candara. Change the color to Gray 40%.

    Design a map with ArcGIS Pro and Adobe Illustrator (50)

  6. Click outside of the layout to deselect all objects.
  7. Save the project.

You created a layout for your map, where you set the scale and extent, added a legend, and formatted the map's attribution text. Next, you'll save the map as an AIX file so it can be opened in Adobe Illustrator.

Normally, you'd complete your map in ArcGIS Pro. But because this map will need to be maintained by the graphic design team, you'll convert it into an Adobe Illustrator file and finish the design there. That way, the graphic designers you work with will have a document that they can more easily update and adjust. New or updated data can still be added to the map as well with the ArcGIS Maps for Adobe Creative Cloud plug-in so the design team can make geographic changes, as well as graphic ones.

Export an AIX file

In ArcGIS Pro, you can export maps and layouts as Adobe Illustrator Exchange (AIX) files, a format designed to convert ArcGIS maps into Adobe Illustrator documents. You'll export your layout as an AIX file, which will later be converted into an AI file.

  1. If necessary, reopen Offices.aprx in ArcGIS Pro. Open the layout view.
  2. On the ribbon, click the Share tab. In the Output group, click the lower half of the Export Layout button and click Default AIX.

    Design a map with ArcGIS Pro and Adobe Illustrator (51)

  3. In the Export Layout pane, confirm that File Type is set to AIX.
  4. For Name, click the Browse button to choose a location for the file, for example, C:/. Name the file Offices_Map.aix.

    Design a map with ArcGIS Pro and Adobe Illustrator (52)

    Accept the default settings on the remainder of the pane. These settings will ensure that vector text and graphics are not converted to raster images, and that the file size is kept relatively low.

    Design a map with ArcGIS Pro and Adobe Illustrator (53)

  5. Click Export.

Open an AIX file

To open the AIX file, you'll need to use the ArcGIS Maps for Adobe Creative Cloud plug-in. If you do not have the plug-in, you can download and install it from the ArcGIS Maps for Adobe Creative Cloud product page. You can license the plug-in with the same sign-in credentials that you use for ArcGIS Pro.

  1. Start Adobe Illustrator.
  2. On the menu bar, click Window. Point to Extensions and click ArcGIS Maps for Adobe Creative Cloud.

    Design a map with ArcGIS Pro and Adobe Illustrator (54)

  3. In the Sign In window, click ArcGIS Online or ArcGIS Enterprise and sign in using the same account that you used to license ArcGIS Pro.

    The ArcGIS Maps: Mapboards and ArcGIS Maps: Compilation windows appear. One of the windows may be hidden behind the other.

  4. On the menu bar, click File and click Open. Browse to and open the Offices_Map.aix file that you saved earlier.

    The map appears, but it is hidden behind the ArcGIS Maps: Compilation window.

  5. Close the ArcGIS Maps: Compilation window.

    You need to be signed in to the plug-in to open the AIX file, but you won't need the ArcGIS controls until later in the tutorial.

    Design a map with ArcGIS Pro and Adobe Illustrator (55)

    Next, you'll learn how to navigate on the map in Adobe Illustrator.

  6. On the menu bar, click Window and point to Toolbars. Make sure that Advanced is checked.

    Design a map with ArcGIS Pro and Adobe Illustrator (56)

  7. On the toolbar, click the Zoom tool.

    Design a map with ArcGIS Pro and Adobe Illustrator (57)

  8. Click and drag on the map to zoom.
  9. On the toolbar, click the Hand tool. Click and drag on the map to pan.
    Tip:

    You can switch between tools with keyboard shortcuts. Press the V, Z, and H keys to activate the Selection, Zoom, and Hand tools, respectively.

Explore the map layers

Before you edit your map, you'll familiarize yourself with the layer structure in Illustrator. You'll remove a few layers that aren't needed in your map, then save the file as an Adobe Illustrator (AI) file.

  1. Open the Layers panel.

    Design a map with ArcGIS Pro and Adobe Illustrator (58)

    All of the graphics from your map and layout are listed here. The layer structure matches the one you created in ArcGIS Pro, although it may not look familiar at first. Layers work a little differently in the two programs, which is why you see more layers in Illustrator than you did in ArcGIS Pro.

  2. Next to the first layer, named Text, click the Toggles visibility button.

    Design a map with ArcGIS Pro and Adobe Illustrator (59)

    The credit text disappears from the map.

  3. Turn visibility back on for the Text layer.
  4. For each of the following layers, turn visibility off, observe the change on the map, then turn visibility back on again:
    • Legend
    • Labels
    • Offices Map
    • Corporate location
    • World Hillshade
    • Operating country
    • Countries
    • GlobalBackground

    You now know which map features are stored in each layer. It's important to gain this familiarity before editing your map.

  5. In the Layers panel, click the arrow next to the Legend layer to collapse the layer and hide its sublayers.

    Design a map with ArcGIS Pro and Adobe Illustrator (60)

    The Labels layer contains two sublayers, one for each of the labeled layers from ArcGIS Pro.

  6. Under Labels, click the arrow next to Corporate location – Class 1 to expand the first sublayer.

    Design a map with ArcGIS Pro and Adobe Illustrator (61)

    A list appears, showing one row for each of the green labels on the map. These are not layers, but text objects contained within the Corporate location – Class 1 layer.

  7. Collapse Corporate location – Class 1 and Labels.
  8. Under Map Frame, click the <Path> object to highlight it.

    This object is a rectangle that forms a border for the map. It's not necessary, so you'll delete it.

  9. At the bottom of the Layers panel, click the Delete button.

    Design a map with ArcGIS Pro and Adobe Illustrator (62)

    There are three objects named <Clipping Path>. These objects trim any extra map data so it does not extend beyond the artboard's edges. In this case there is only a tiny amount of extending data, so you don't need to keep any of the clipping paths.

  10. Delete all three of the <Clipping Path> objects.

    Next, you'll explore how the Map Frame layer is organized.

    The Map Frame layer contains the Offices Map layer, which contains all of the geographic features. This nested hierarchy of layers may seem unnecessary, but it's important that you keep the map inside of the Map Frame layer. The Map Frame layer provides the reference geometry that will allow you to add more geographic data later and keep it all aligned.

    Inside the Offices Map layer, there is a sublayer for each of the layers from your original map: Corporate location, World Hillshade, Operating country, Countries, and GlobalBackground. Each of these layers has its own sublayer with the same name.

    Design a map with ArcGIS Pro and Adobe Illustrator (63)

    Note:

    If you had symbolized a layer with multiple symbol classes, the layer would have a sublayer for each class.

  11. Expand each of the sublayers within the Offices Map layer.

    The sublayers contain an object row for every map feature. Vector data from your map is stored as paths and compound paths, while raster data is stored as images.

    Design a map with ArcGIS Pro and Adobe Illustrator (64)

  12. Collapse each of the sublayers inside the Offices Map layer.

    Design a map with ArcGIS Pro and Adobe Illustrator (65)

    Next, you'll save the map as an Illustrator file.

  13. Open the File menu and click Save As.

    Design a map with ArcGIS Pro and Adobe Illustrator (66)

  14. Click Save on your computer and choose a location to save your file. For File name, type Offices_Map. For Save as type, choose Adobe Illustrator (*.AI).

    Design a map with ArcGIS Pro and Adobe Illustrator (67)

  15. Click Save.
  16. Accept the defaults in the Illustrator Options window and click OK.

You formatted your map as a layout, added a legend, and exported the layout to an AIX file. Then you examined the layer structures of the AIX file in Adobe Illustrator and removed some layers that weren't needed. Finally, you saved the AIX as an AI file.

Your map is now stored as an Illustrator document, which can be opened and edited by anyone with Adobe Illustrator. However, this Illustrator file is spatially enabled, meaning more geographic data can be added later using the ArcGIS Maps for Adobe Creative Cloud plug-in. This format means that both GIS and design professionals can help to design and maintain the map.

Next, you'll make some graphic changes to your map. You'll change one of the symbols and adjust all of the text to improve the map's clarity. You'll also apply a clipping mask and a drop shadow so the map matches your brand's aesthetic.

Change symbol properties

The gold countries are not clear enough on the map. You'll give them a transparent gold fill to make them more obvious.

  1. If necessary, reopen Offices_Map.ai in Adobe Illustrator.
  2. In the Layers panel, next to the Operating country layer, click the Target button.

    Design a map with ArcGIS Pro and Adobe Illustrator (68)

    All of the objects in the Operating country layer are now selected.

  3. On the toolbar, in the color picker tool, double-click the white square.

    Design a map with ArcGIS Pro and Adobe Illustrator (69)

  4. In the Color Picker window, for #, type C9AD7C.

    Design a map with ArcGIS Pro and Adobe Illustrator (70)

  5. Click OK.

    The selected countries on the map turn gold. You'll change the color's transparency in the Appearance panel.

  6. Open the Appearance panel.
    Tip:

    If the Appearance panel is not visible, open the Window menu and check Appearance.

    The Appearance panel does not provide any information about the gold fill or outline, because it is only showing the appearance properties of the Operating country layer, rather than the paths inside of the layer. You need to adjust the appearance of the layer's contents.

  7. In the Appearance panel, double-click Contents.

    Design a map with ArcGIS Pro and Adobe Illustrator (71)

    Tip:

    If you don't see a Contents button, open the Layers panel and make sure that the Target button is selected for the Operating country layer.

    More symbol properties appear in the Appearance panel.

  8. If necessary, expand Stroke and Fill.

    Both the stroke and the fill have their own Opacity setting, in addition to a third Opacity setting that affects the entire symbol.

    Design a map with ArcGIS Pro and Adobe Illustrator (72)

  9. Under Fill, click Opacity and change Opacity to 30 percent.

    Design a map with ArcGIS Pro and Adobe Illustrator (73)

  10. If the Appearance panel is floating, close it or drag and dock it with other panels.
  11. On the menu bar, click Select and click Deselect.

    Design a map with ArcGIS Pro and Adobe Illustrator (74)

    The operating countries now have an opaque gold outline and a transparent gold fill.

    Design a map with ArcGIS Pro and Adobe Illustrator (75)

    Next, you'll update the legend to match your changed symbol. You'll use the eyedropper tool to borrow symbol properties from a country shape and apply them to the legend shape. First, you'll turn off the World Hillshade layer so it doesn't interfere with the eyedropper tool.

  12. In the Layer panel, turn off visibility for the World Hillshade layer.

    Design a map with ArcGIS Pro and Adobe Illustrator (76)

  13. On the toolbar, click the Selection tool.

    Design a map with ArcGIS Pro and Adobe Illustrator (77)

  14. On the map, click the white legend square to select it.
  15. On the toolbar, click the Eyedropper tool. On the map, click one of the gold countries.

    Design a map with ArcGIS Pro and Adobe Illustrator (78)

    The legend updates to have a transparent gold fill. It now matches the layer that it represents on the map.

    Design a map with ArcGIS Pro and Adobe Illustrator (79)

  16. In the Select menu, click Deselect.
  17. In the Layers panel, collapse the Legend layer and turn visibility on for the World Hillshade layer.

Crop the map with a clipping mask

One of the reasons you've converted your map into an AI file is so you can apply some graphic effects. You'll clip the map to the shape of the company's logo. This will make it a more eye-catching graphic for the website. You'll start by adding a layer to store the new clipping path shape.

  1. At the bottom of the Layers panel, click the Create New Layer button.

    Design a map with ArcGIS Pro and Adobe Illustrator (80)

    A new layer appears in the Layers panel.

  1. Drag the new layer into the Offices Map layer and place it above the Corporate location layer.
  2. In the Layers panel, double-click the new layer to make its name editable. Rename the layer Logo.

    Design a map with ArcGIS Pro and Adobe Illustrator (81)

  3. On the menu bar, click File and click Open. Browse to the Offices folder that you downloaded and unzipped at the start of this tutorial.
  4. Double-click Logo.ai.

    A new Illustrator document opens. It contains only one shape: a circle with an arc cut out of it.

    Design a map with ArcGIS Pro and Adobe Illustrator (82)

  5. In the Tools panel, click the Selection tool.
  6. Click the edge of the shape to select it. Open the Edit menu and click Copy.

    Design a map with ArcGIS Pro and Adobe Illustrator (83)

  7. Click the Offices_Map.ai tab to switch to the map document.
  8. In the Layers panel, click the Logo layer to highlight it. In the Edit menu, click Paste.

    The logo shape appears on the map. It was added to the Logo layer, which now shows the shape in its thumbnail.

    Design a map with ArcGIS Pro and Adobe Illustrator (84)

  9. On the map, reposition the shape so it contains all of the office markers.

    Design a map with ArcGIS Pro and Adobe Illustrator (85)

    It's OK if the legend and some labels are outside of the shape. You'll reposition them later.

    Next, you'll use the logo shape to make a new clipping path.

  10. In the Layers panel, click the Offices Map layer. At the bottom of the Layers panel, click the Make/Release Clipping Mask button.

    Design a map with ArcGIS Pro and Adobe Illustrator (86)

    The map is now confined to the logo's shape.

    Design a map with ArcGIS Pro and Adobe Illustrator (87)

Edit text

Next, you'll reposition the legend and the labels. Perfect positioning for all of the labels won't be possible, but you'll be able to improve many of them to make a more legible and professional-looking map.

  1. In the Layers panel, next to the Map Frame layer, click the Toggles Lock button (the empty box).

    Design a map with ArcGIS Pro and Adobe Illustrator (88)

    The Map Frame layer and all of its sublayers are now locked. Now you can edit the text on the map without accidentally moving any of the map objects.

    Design a map with ArcGIS Pro and Adobe Illustrator (89)

  2. On the toolbar, ensure that the Selection tool is active.
  3. On the map, drag a box around the legend to select all of its objects.
  4. In the Object menu, click Group.

    Design a map with ArcGIS Pro and Adobe Illustrator (90)

  5. Drag the legend onto the map. Position it to the west of France.

    Design a map with ArcGIS Pro and Adobe Illustrator (91)

  6. Drag the credits text (Esri, USGS) onto the map as well. Position it near the southeast corner, just above Egypt.

    Design a map with ArcGIS Pro and Adobe Illustrator (92)

    It's important to provide attribution for map data. If you don't want to include it on the map itself, you can add it somewhere else on your web page.

  7. On the map, zoom and pan to the United Kingdom. With the Selection tool active, click the Glasgow label to select it.

    This label crosses many coastlines, which makes it harder to read. You'll move it to a better location to make the map more legible.

  8. Drag the Glasgow label onto the ocean so it does not cross any coastlines.

    Design a map with ArcGIS Pro and Adobe Illustrator (93)

  9. Move the other labels on the map until you are happy with their placement.

    Design a map with ArcGIS Pro and Adobe Illustrator (94)

  10. In the Layers panel, unlock the Map Frame layer. Collapse the Legend and Labels layers.

Add a drop shadow

You'll add an outline and a drop shadow to the map so it appears to float on the background of your web page. You'll achieve these effects with a duplicate of the Logo layer.

  1. In the Layers panel, click the Logo layer to highlight it. At the top of the Layers panel, click the menu button.

    Design a map with ArcGIS Pro and Adobe Illustrator (95)

  2. In the menu, click Duplicate "Logo".

    A new layer, named Logo copy, appears in the Layers panel.

  3. Drag the Logo copy layer to the bottom of the Layers list. Make sure that it is not nested inside the Map Frame layer.

    Design a map with ArcGIS Pro and Adobe Illustrator (96)

  4. Next to the Logo copy layer, click the Target button.

    This object has neither a fill nor a stroke, indicated by the white and red symbols in the color picker on the toolbar.

    Design a map with ArcGIS Pro and Adobe Illustrator (97)

    You'll borrow symbol properties from the map markers so the logo shape can have a gold outline.

  5. On the toolbar, click the Eyedropper tool. On the map, click one of the green city marker symbols.

    The color picker updates to indicate a green fill and a gold outline.

    Design a map with ArcGIS Pro and Adobe Illustrator (98)

  6. With the Logo copy layer still highlighted in the Layers panel, open the Properties panel. In the Appearance section, change Stroke to 2 pt.

    Design a map with ArcGIS Pro and Adobe Illustrator (99)

    The green fill won't be visible because it's hidden behind the other map layers. However, it's important to keep the fill so the drop shadow effect can work properly.

  7. Click the Choose an Effect button.

    Design a map with ArcGIS Pro and Adobe Illustrator (100)

  8. Under Illustrator Effects, point to Stylize and click Drop Shadow.

    Design a map with ArcGIS Pro and Adobe Illustrator (101)

  9. In the Drop Shadow window, accept the default parameters and click OK.

    Design a map with ArcGIS Pro and Adobe Illustrator (102)

  10. On the menu bar, open the Select menu and click Deselect.

    The map now has a thin gold border and a black drop shadow.

    Design a map with ArcGIS Pro and Adobe Illustrator (103)

  11. Save the Illustrator file.

You used Adobe Illustrator to finish your map with graphic properties and effects. You changed the appearance settings of the operating countries to give them a transparent gold fill. You repositioned all of the map's labels and other text. You replaced the existing clipping path with a custom clipping path shaped like your company's logo. Finally, you made the map pop off the page with a drop shadow effect.

Your manager is happy with the map you've created so far, but they want you to add graticule lines. These aren't a necessary geographic feature for this map, but your manager believes they will give the map a more official and authoritative tone.

You don't need to begin your map again in ArcGIS Pro to add new data. You can add geographic layers to your Illustrator document, in the correct position, using the ArcGIS Maps for Adobe Creative Cloud plug-in.

Add graticule lines

You'll reopen the ArcGIS Map windows that you closed earlier in this tutorial and use them to find and add a layer representing latitude and longitude lines.

  1. If necessary, reopen Offices_Map.ai in Adobe Illustrator.
  2. In the Window menu, point to Extensions and click ArcGIS Maps for Adobe Creative Cloud. If necessary, sign in using the same account that you used to license ArcGIS Pro.

    The ArcGIS Maps: Mapboards and ArcGIS Maps: Compilation windows appear. One of the windows may be hidden behind the other.

  3. In the ArcGIS Maps: Compilation window, click Add Content and click Add Layers.

    Design a map with ArcGIS Pro and Adobe Illustrator (104)

    You'll search for graticule lines from Natural Earth, a collection of free map data.

  4. Click Maps for Creative Cloud and click Natural Earth.

    Design a map with ArcGIS Pro and Adobe Illustrator (105)

    Note:

    If Maps for Creative Cloud is not available, close the Add Layers window. Click Add Content and click Add Layer from File. Browse to the Offices folder you unzipped earlier in this tutorial, choose Graticules Graticule 10.zip and click Open. Skip ahead to step 7.

  5. In the search bar, type Graticules and press Enter. On the Graticules card, click the Add button.

    Design a map with ArcGIS Pro and Adobe Illustrator (106)

  6. Click Close.

    In the ArcGIS Maps: Compilation window, seven layers were added to the Contents list. You don’t need to add all of them to your map.

  7. In the Contents list, turn off Toggles visibility and Toggles Sync for all layers except Graticules – Graticule 10.

    Only layers with Toggles Sync turned on will be added to your map.

    Design a map with ArcGIS Pro and Adobe Illustrator (107)

    You'll adjust the appearance of the graticule layer before adding it to your map.

  8. Next to Graticules – Graticule 10, click the menu button and click Manage Labels.

    Design a map with ArcGIS Pro and Adobe Illustrator (108)

  9. Uncheck Label Features and click OK.

    The labels disappear from the preview window. The lines shown in the preview are gray. You'll change them to white so they are more visible against the gray ocean of your map.

  10. Click the menu button again for Graticules – Graticule 10 and click Change Style.
  11. Under Select a drawing style, on the Location (Single symbol) card, click Options.

    Design a map with ArcGIS Pro and Adobe Illustrator (109)

  12. Click Change Symbol Style.
  13. Click the white color from the top of the color chart. For Line Width, choose 1 px.

    Design a map with ArcGIS Pro and Adobe Illustrator (110)

  14. Click OK and click OK.

    The preview window now appears empty because both the background and the lines are white.

  15. In the ArcGIS Maps: Compilation window, click Sync.

    Design a map with ArcGIS Pro and Adobe Illustrator (111)

  16. In the Sync Map window, click OK.

    The map may take a few minutes to sync.

  17. When the map has finished syncing, close the two ArcGIS Maps windows.

Reorder the new layer

Several layers were added to the Layers panel, within the Map Frame layer. You'll examine their contents to identify which parts you need to keep and which you can discard.

  1. In the Layers panel, next to the Offices Map_Map Frame_Elements layer, click the Target button.

    Design a map with ArcGIS Pro and Adobe Illustrator (112)

  2. Point to the selected elements on the map to reveal their outlines.

    Design a map with ArcGIS Pro and Adobe Illustrator (113)

    This layer contains an Esri logo. You've already added attribution, so you don't need to keep this logo.

  3. Delete the Offices Map_Map Frame_Elements layer.

    The Graticules – Graticule 10 layer contains the graticule lines. You'll reorder this layer to place it above the ocean but below the land.

  4. In the Layers panel, make sure that the Countries layer is collapsed.

    If it is expanded, it will be difficult to move the graticule layer to the correct position.

  5. Drag the top Graticules – Graticule 10 layer and place it between the Countries layer and the GlobalBackground layer.

    Design a map with ArcGIS Pro and Adobe Illustrator (114)

  6. Delete the Offices Map_Map Frame_Sync_1 layer.

    Design a map with ArcGIS Pro and Adobe Illustrator (115)

    The graticule lines now appear over the ocean but behind the land. There's one finishing touch still needed to complete this map. Next, you'll edit the credit text so it also reflects the new data that you added.

  7. On the toolbar, click the Type tool.

    Design a map with ArcGIS Pro and Adobe Illustrator (116)

  8. At the bottom of the map, click the credit text (Esri, USGS). Edit the credit text to Esri, USGS, Natural Earth.
  9. With the Selection tool, reposition the text so it fits within the map's border.

    Design a map with ArcGIS Pro and Adobe Illustrator (117)

  10. Save the Illustrator file.

Export the map

Your map is now complete. You'll export it as a PNG file with a transparent background.

  1. In the File menu, click Export and click Export As.
  2. Choose a location for the file. For File name, type Offices_Map. For Save as type, choose PNG (*.PNG).
  3. Leave Use Artboards unchecked.

    Design a map with ArcGIS Pro and Adobe Illustrator (118)

  4. Click Export.
  5. In the PNG Options window, for Resolution, choose High (300 ppi).
  6. For Background Color, choose Transparent.

    Design a map with ArcGIS Pro and Adobe Illustrator (119)

  7. Click OK.

In this tutorial, you created a map in ArcGIS Pro, exported it as an AIX file, then used ArcGIS Maps for Adobe Creative Cloud to open the map in Adobe Illustrator and convert it to an AI file. In Illustrator you edited symbols and text, and applied graphic effects such as a clipping mask and a drop shadow. You also added another layer of geographic data without leaving Illustrator.

The map you made matches the branding and style of your company's website, and will serve both as a useful source of information for your customers and as an attractive graphic.

You can learn more about ArcGIS Maps for Adobe Creative Cloud in the book Mapping by Design: A Guide to ArcGIS Maps for Adobe Creative Cloud.

You can find more cartography tutorials on the Introduction to Cartography page.

Design a map with ArcGIS Pro and Adobe Illustrator (2024)
Top Articles
Latest Posts
Article information

Author: Mrs. Angelic Larkin

Last Updated:

Views: 6525

Rating: 4.7 / 5 (47 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Mrs. Angelic Larkin

Birthday: 1992-06-28

Address: Apt. 413 8275 Mueller Overpass, South Magnolia, IA 99527-6023

Phone: +6824704719725

Job: District Real-Estate Facilitator

Hobby: Letterboxing, Vacation, Poi, Homebrewing, Mountain biking, Slacklining, Cabaret

Introduction: My name is Mrs. Angelic Larkin, I am a cute, charming, funny, determined, inexpensive, joyous, cheerful person who loves writing and wants to share my knowledge and understanding with you.