Domain 4 — Layouts and Sharing (12%)¶
The smallest section — roughly 9 of 75 questions. The questions reward knowing the right share method for the right scenario.
What's tested¶
| Skill | Confidence checklist |
|---|---|
| Choose the right share method | I can pick Web Map, Web Layer, Package, or Export for a scenario |
| Recall how to share | I know the Share ribbon workflow and the dialog options |
| (Implicitly) Layouts | I can compose a layout and export to PDF/PNG/JPG |
4.1 The 3 ways to share content¶
Any time you "share" something from ArcGIS Pro, you're doing one of three things:
flowchart LR
A[ArcGIS Pro] --> B[Web Layer / Web Map<br/>Share ribbon]
A --> C[Package<br/>file you can email]
A --> D[Export<br/>static image / PDF]
B --> E[ArcGIS Online<br/>or Enterprise]
C --> F[Recipients in or out of org]
D --> G[Anyone with a viewer] | Method | Output | Editable? | Internet? |
|---|---|---|---|
| Web Layer (Feature / Tile / Vector Tile / Scene / Map Image) | Hosted layer in ArcGIS Online / Enterprise | Depends on type | Yes |
| Web Map | Saved map item with multiple layers | Yes (in viewer) | Yes |
| Map / Layer / Project Package | A .mpkx, .lpkx, .ppkx file | Yes (in Pro) | Email / share offline |
| Export | PDF / PNG / JPG / SVG / TIFF | No (static) | None needed |
4.2 Web Layer types — when to use each¶
| Web layer | Editable? | Use when |
|---|---|---|
| Feature Layer | ✅ Yes | You need attributes, edits, queries, popups |
| Tile Layer (raster tiles) | ❌ No | Visual basemap for many users — static |
| Vector Tile Layer | ❌ No (visual only) | High-performance basemap with sharp text |
| Map Image Layer (Enterprise) | ❌ No | Server-rendered tiles on demand; supports queries |
| Scene Layer | ❌ No (some types) | 3D buildings, point clouds, mesh |
| Imagery / Image Service | ❌ No | Raster / satellite imagery |
Pick Feature Layer for editable / queryable data
If the audience needs to filter, query, or edit attributes, share as Feature Layer. If they only need a fast visual, share as Tile or Vector Tile.
Common exam patterns¶
- "Allow users to filter and query attributes online." → Web Feature Layer
- "Provide a fast, scalable basemap." → Tile or Vector Tile Layer
- "Share a 3D building model." → Scene Layer
- "Maximum performance for large data, no editing." → Tile / Vector Tile
4.3 Packages — when to use each¶
When the recipient doesn't have ArcGIS Online or you want to ship everything in a single file:
| Package | Extension | Contents |
|---|---|---|
| Layer Package | .lpkx | A single layer + its data + symbology |
| Map Package | .mpkx | A single map + all its layers and data |
| Project Package | .ppkx | An entire project — maps, layouts, layers, tasks |
| Tile Package | .tpkx | Pre-rendered tiles (raster or vector) |
| Scene Layer Package | .slpk | A scene layer for 3D |
| Mobile Map Package | .mmpk | For offline use in Field Maps / native apps |
Common exam patterns¶
- "Email a complete project to a colleague." → Project Package (.ppkx)
- "Share a styled layer outside your organization." → Layer Package (.lpkx)
- "Field workers need an offline copy on a phone." → Mobile Map Package (.mmpk)
→ See Sharing to ArcGIS Online.
4.4 The Share ribbon workflow (publish a Web Layer)¶
The default workflow if your audience uses ArcGIS Online or Enterprise:
- Sign in to ArcGIS Online or Enterprise (top-right of Pro).
- Open the map containing the layer you want to share.
- Share ribbon → Web Layer → Publish Web Layer.
- In the Share dialog:
- Name & summary & tags.
- Layer Type — Feature / Tile / Vector Tile.
- Location — folder in your content.
- Sharing — Owner / Organization / Group / Everyone (public).
- Configuration tab — query, sync, export, edit capabilities.
- Content tab — which layers to include.
- Click Analyze → fix errors and warnings.
- Click Publish.
The published item appears in your Catalog → Portal → My Content.
Common exam patterns¶
- "Where do you start to share a layer to ArcGIS Online?" → Share ribbon → Web Layer
- "What must you do before publishing?" → Sign in to ArcGIS Online / Enterprise + run Analyze
- "How do you make a layer editable online?" → Feature Layer + enable Editing in the Configuration tab
- "What sharing levels can you set?" → Owner, Organization, Group, Everyone
4.5 Web Map vs Web Layer¶
A common point of confusion.
| Web Layer | Web Map | |
|---|---|---|
| What | The data + symbology hosted online | A saved combination of layers, basemap, popups, extent |
| File | One layer | An item that references multiple layers |
| Audience | Other apps and maps consume it | End users open it in Map Viewer |
| Where created | Share ribbon → Web Layer | Save the active map (Map ribbon → Save Map As Web Map) or in ArcGIS Online Map Viewer |
You typically:
- Publish a Web Feature Layer.
- Then add it to a Web Map alongside basemaps and other layers.
- Then build a Dashboard / Story Map / Experience referencing the Web Map.
4.6 Layouts and exporting¶
The exam doesn't deeply test layout design, but expect 1–2 questions on:
Creating a layout¶
- Insert ribbon → New Layout → choose page size and orientation.
- Insert Map Frames (one per map you want shown).
- Insert map elements:
- North arrow, scale bar, legend, title, dynamic text.
- Picture, table, chart, dynamic text.
- Format using Format ribbon when the element is selected.
Exporting¶
Share ribbon → Export → Map (or Export Layout in Layout view).
| Format | Best for |
|---|---|
| Reports, vector + raster combined, scalable | |
| PNG | Web display, lossless, transparent backgrounds |
| JPG | Photos / imagery; smaller file size |
| TIFF | High-quality print |
| SVG | Editable in design software |
| AIX | Adobe Illustrator (preserves layers) |
Common exam patterns¶
- "Best format for a printed brochure." → PDF or TIFF
- "Best format for a web embed with transparency." → PNG
- "Where to add a north arrow?" → Insert ribbon (in layout view)
→ See Layout Design, Exporting Maps.
4.7 Map series¶
Used to produce a set of related maps (one page per feature). You may see one question on this.
- Set up an index layer (e.g., counties).
- Insert ribbon → Map Series → Spatial / Bookmark / Feature.
- Each "page" is generated automatically per index feature.
- Export as a single multi-page PDF.
Domain quick-quiz¶
- You want users to filter a layer in ArcGIS Online by attributes. What kind of web layer do you publish?
- A colleague doesn't have ArcGIS Online. How do you send them everything they need to open your project?
- Your audience needs a fast, scalable basemap. What web layer type?
- What ribbon and command starts the workflow to share a feature layer to ArcGIS Online?
- You want to export a layout for high-quality print. Which format?
Answers
- Web Feature Layer.
- Project Package (.ppkx).
- Tile or Vector Tile Layer.
- Share ribbon → Web Layer → Publish Web Layer.
- PDF (or TIFF) — both preserve quality. PNG/JPG also OK depending on the question's emphasis on raster vs vector.
You've finished the four domains¶
→ Next: take the Practice Questions.