A plain-English field guide

ArcGIS from Zero: make maps, build layers, share your work

Everything you need to go from a blank screen to a finished, shareable map — what layers actually are, which kind to use when, how to make your own from a spreadsheet or by drawing, and how to avoid the traps that snag every beginner. Then a second volume takes you beyond the basics: pro styling, 3D, time animation, apps, fieldwork, and automation.

Part 1Start here: what ArcGIS actually is

ArcGIS isn't one program — it's a family of tools made by a company called Esri, all built around the same idea: maps made of stacked layers of data. The two members you'll actually touch:

There are also mobile apps (Field Maps for collecting data outdoors, Survey123 for form-based collection) and app builders (StoryMaps, Dashboards, Instant Apps) — all of which consume the maps you build in Map Viewer. Learn Map Viewer and the rest of the family opens up naturally. Volume II covers both in depth.

What you need before you begin

An account. Three common situations:

Good to know

Organizational accounts run on a currency called credits. Everyday map-making costs nothing; storing hosted layers costs a trickle; heavy analysis and bulk geocoding cost more. If you're on an org account, your administrator can see usage — Part 7 flags the operations that actually spend credits.

Part 2The big ideas

Five concepts explain 90% of ArcGIS. Get these and every menu in the software becomes predictable.

1. A map is a basemap plus layers

Picture an old-school overhead projector. The basemap is the bottom sheet — streets, terrain, or satellite imagery that gives everything context. Your layers are transparent sheets stacked on top: one sheet of dots for coffee shops, one sheet of lines for bus routes, one sheet of shaded shapes for neighborhoods. You can reorder the sheets, hide them, or adjust how see-through they are. That stack, saved with a name, is a web map.

2. Every layer is secretly a spreadsheet

This is the single most important idea in GIS. A layer isn't just shapes on a map — each shape has a row of data behind it, called its attributes. A dot representing a school knows its name, enrollment, and district. A county shape knows its population and median income. That hidden spreadsheet is called the attribute table, and it's why ArcGIS is more than a drawing program: you can color shapes by their data, filter them by their data, and do math on their data.

3. Data comes in two flavors: vector and raster

4. Layers live somewhere, and maps just point at them

When you add a layer to a map, you usually aren't copying the data — you're referencing a layer that lives in your account, your organization, or Esri's public catalog. Ten maps can point at the same layer; update the layer once and all ten maps update. The three places you'll pull layers from:

5. Scale controls what you see

Layers can be set to appear only within a range of zoom levels (a "visible range"). A layer of every building in a country would be soup at world scale, so it's often configured to draw only when you zoom in. Remember this — it's the number-one cause of "my layer disappeared!" panic (see Part 18).

Part 3Layer types: what each one is for

ArcGIS has a zoo of layer types, and the names are intimidating until you realize each one answers a simple question: is it shapes or pixels, can you click it, and can you edit it?

Layer typeIn plain EnglishReach for it when…
Feature layer Shapes (points, lines, or polygons) with a data table behind them. Clickable, stylable, filterable, and — if allowed — editable. The workhorse of ArcGIS. A "hosted" feature layer is simply one stored in ArcGIS Online. Almost always. Any time you want to click things, see their info, color them by data, or edit them.
Tile layer A pre-drawn picture of a map, cut into small tiles for speed — like Google Maps' background. Fast and pretty, but the features in it aren't individually clickable or editable. Comes in raster-tile and vector-tile varieties (vector tiles restyle nicely). Backgrounds and reference layers, or when a dataset is too huge to draw live.
Imagery layer Satellite or aerial photographs, or scientific rasters like elevation and land cover, served with their pixel values intact. You need to see the actual ground, or analyze pixel data like elevation or vegetation.
Map image layer A server draws many layers into one image and streams it to you. Common with government servers publishing big datasets. You can often still click features for pop-ups, but styling options are limited on your end. Consuming large published datasets from an agency's server.
Scene layer 3D content: buildings, textured city meshes, point clouds from laser scans. Viewed in Scene Viewer (Map Viewer's 3D sibling — see Part 11). 3D visualization — city models, terrain flyovers.
Table Rows of data with no shapes at all — no geometry, nothing to draw. Joining extra info onto a layer (e.g., attach sales figures to store points).
Group layer A folder that holds other layers so they toggle and organize together. Tidying maps with many related layers.
Media layer An image (like a scanned historical map or floor plan) that you pin onto real-world coordinates. Overlaying a scanned map, plan, or drawing onto the world.

Files you can turn into layers

These aren't layer types so much as raw ingredients — you upload them and ArcGIS converts them into (usually) feature layers:

Which one do I pick?

Want to click features, see their info, style by data, or edit? → Feature layer.

Want a fast, good-looking background or reference? → Tile layer (or just pick a basemap).

Want to see photos of the actual ground? → Imagery layer (or the Imagery basemap).

Have data in a spreadsheet? → Upload the CSV; it becomes a feature layer.

Want 3D? → Scene layer, in Scene Viewer.

Not sure? → It's probably a feature layer.

Part 4Build your first map, end to end

This is the full journey: blank screen to saved, styled, shareable map, using layers that already exist. Budget 30–45 minutes the first time. Every click path below is written for the modern Map Viewer (the default since 2021 — if your screen says "Map Viewer Classic," switch to the new one from the app launcher).

Map Viewer's screen has two toolbars: the dark bar on the left (what's in the map: Layers, Basemap, Tables, Legend) and the light bar on the right (what you can do to the selected layer: Properties, Styles, Filter, Pop-ups, Labels). Left = contents, right = settings. That one sentence will save you a lot of hunting.

  1. Sign in and open Map Viewer. Go to arcgis.com, sign in, and click Map in the top navigation. You'll land on a fresh map with a default basemap, usually centered on your region.
  2. Pick a basemap. In the left toolbar, click Basemap. Choose the mood: Topographic for general purpose, Imagery to see the ground, Light Gray Canvas or Dark Gray Canvas when you want your data to pop and the background to whisper. You can change this any time — it doesn't touch your layers.
  3. Add a layer that already exists. Click Layers in the left toolbar, then Add. A search panel opens. Use the dropdown at the top to switch between My Content, My Organization, and Living Atlas. Try Living Atlas and search something like "USA counties" or "world countries". Click + Add on a result and it appears on the map. Add two or three layers to get a feel for it.
  4. Arrange the stack. Back in the Layers panel, drag layers up and down to reorder them (top of the list draws on top of the map). Click the eye icon to hide/show a layer. To make a layer see-through, select it, open Properties in the right toolbar, and drag the Transparency slider — handy for shaded polygons sitting over a basemap.
  5. Style it — this is the fun part. Select a layer, then click Styles in the right toolbar. Two decisions:
    • Choose attributes — pick which column from the layer's data should drive the look (population, category, income…), or none.
    • Pick a style — ArcGIS suggests sensible options based on what you picked (this is "smart mapping"). The ones you'll use constantly:
      • Location (single symbol) — everything looks the same; you just want to see where things are.
      • Types (unique symbols) — a different color per category (zoning type, party, species).
      • Counts & Amounts (color) — a color ramp for numbers; darker = more. The classic "shade counties by income" look (a choropleth, if you want the fancy word).
      • Counts & Amounts (size) — bigger symbol = bigger number.
      • Heat map — for dense point data, shows concentration as a glow.
    Click Style options on any style to fine-tune colors, ramps, breakpoints, and outlines. Experiment freely — styling never alters the underlying data. (Part 9 goes much deeper.)
  6. Configure pop-ups. Click any feature on the map and a pop-up appears showing its attributes — usually all of them, which is ugly. Select the layer, click Pop-ups in the right toolbar: set a meaningful title (you can insert field values with the {curly brace} picker), and trim the field list down to what a reader actually cares about. A good pop-up is the difference between a map and a data dump. (Part 10 adds images, charts, and formulas.)
  7. Add labels. Select the layer, click Labels in the right toolbar, toggle Enable labels, and choose which field to label with (names, usually). Adjust font, size, halo, and the zoom range where labels appear.
  8. Filter to just the features you want. Select the layer, click Filter in the right toolbar, and build a condition like Population is greater than 100,000 or Status equals Active. The map now shows only matching features. Filters are reversible — remove the condition and everything comes back.
  9. Set bookmarks. In the left toolbar, BookmarksAdd bookmark saves the current view (location + zoom) with a name, so you and your readers can jump between areas of interest.
  10. Save it. Left toolbar → Save and openSave as. Give it a clear title, a couple of tags, and a one-line summary. It now lives in Content (the tab in the main arcgis.com navigation) where you can reopen, duplicate, or delete it later.
  11. Share it. Left toolbar → Share map. Three levels: Owner (private, default), Organization (colleagues with logins), Everyone (public link). If the map contains private layers, ArcGIS warns you and offers to update their sharing too — say yes, or viewers will see a broken map (this is the #1 sharing gotcha; more in Part 18). Copy the link and send it.
  12. Optional: dress it up as an app. A raw web map link is fine for colleagues; for the public, wrap it in an app. From the map: Create appInstant Apps, pick a template (Sidebar and Basic are safe starts), and you get a polished viewer with a legend, search bar, and your branding — zero code. Part 13 tours the whole app-builder family.
Tip

To print, use the Print tool in Map Viewer's toolbar — it produces a proper PDF with a scale bar and legend, far better than a screenshot.

Part 5Create your own layers

Sooner or later the layer you need doesn't exist — it's your store locations, your survey sites, your project boundary. Four ways to make it, easiest first.

Option A — Draw directly on the map (Sketch layer)

For quick annotations: circling an area, dropping a few markers, drawing a route by hand.

  1. Open the layer listLayersAddCreate Sketch layer (in newer builds: Add sketch).
  2. Draw — pick a tool (point, line, polygon, text, arrow), click on the map to place vertices, double-click to finish a shape.
  3. Style each sketch — color, outline, fill are per-shape. Save the map and the sketches save with it.

The catch: sketches are decoration. They live inside this one map, have no attribute table, and can't be analyzed or reused elsewhere. For real data, use options B or C.

Option B — From a spreadsheet (the most common path)

You have an Excel file or CSV of locations — customers, incidents, inspection sites. ArcGIS turns each row into a point.

  1. Prepare the spreadsheet. One row per place, clean column headers in row 1. Location can be expressed two ways:
    • Coordinates — two columns named something recognizable like latitude / longitude (or lat/lon, x/y). Free and instant.
    • Addresses — columns like address, city, state, zip. ArcGIS looks each one up on the map — this is called geocoding, and on org accounts it costs a small number of credits per address.
  2. Add it. In Map Viewer: LayersAddAdd layer from file, then drag the file in. (Or from the Content page: New item → drag the file.)
  3. Confirm the field mapping. ArcGIS guesses which columns hold the location and shows you its guess — check it. Choose whether coordinates or addresses drive placement, and confirm each field's type (text, integer, decimal, date).
  4. Choose how to add it. You'll be offered to create a hosted feature layer (recommended — the data is uploaded to your account, reusable in any map, editable, shareable) or to add the file to this map only (quick, but a dead end).
  5. Style, pop-ups, save — from here it's a normal feature layer; everything in Part 4 applies.
Watch out

If your points land in the ocean off West Africa, your latitude/longitude columns are swapped or empty — that spot is (0°, 0°). If geocoded points cluster in wrong cities, your address columns were mis-assigned (a "Springfield" problem) — re-check the field mapping and include state/zip columns.

Option C — A blank layer you fill in by hand

No spreadsheet, no file — you want an empty layer with the fields you define, and you'll click features onto the map yourself. This is real data creation, and it's also exactly how field-collection apps work later.

  1. Create the layer. Go to ContentNew itemFeature layerCreate a blank layer. Choose the geometry: points, lines, or polygons. Name it well (you'll live with it).
  2. Define the fields. Open the new layer's item page → Data tab → FieldsAdd. For each piece of info you'll record, add a field with a type:
    • String — text (names, notes, categories)
    • Integer / Double — whole / decimal numbers
    • Date — dates and times
    For category fields (e.g., Condition: Good/Fair/Poor), add a list of values (a "domain") so editors pick from a dropdown instead of inventing spellings. Five minutes here saves hours of cleanup later.
  3. Enable editing. On the item page → Settings tab → check Enable editing. (Layers you create are yours, but editing still has to be switched on.)
  4. Add it to a map and start digitizing. Open a map, add your layer, then open Edit in the right toolbar. Choose your layer's template, click on the map to place a feature (for lines/polygons, click each corner, double-click to finish), fill in the attribute form, save. Repeat.
  5. Fix mistakes. In the Edit panel, select any existing feature to move its vertices, update its attributes, or delete it.

Option D — Import GIS files someone gave you

Shapefile (zip the whole set of files first!), GeoJSON, KML, GPX: ContentNew item → drag the file → choose Add and create a hosted feature layer. Done — it behaves like any other feature layer.

Option E — Collect data in the field

Once you've built a layer via Option C, the mobile story is nearly free: open ArcGIS Field Maps on a phone, sign in, open a map containing your editable layer, and crews can drop GPS-located points with photos and filled-in forms. Survey123 is the alternative when the form matters more than the map. Both feed the same hosted layers — the map back at your desk updates live. Part 14 walks through the full setup.

Part 6Edit your data: the attribute table

Remember the secret spreadsheet from Part 2? Here's how to work with it directly.

Watch out

Editing a hosted layer edits it everywhere — every map, every app, everyone it's shared with. For big risky changes, first make a copy: item page → Export data, or clone the layer, and experiment on the copy.

Part 7A taste of analysis

Analysis tools answer spatial questions your eyes can't: what's within 10 minutes of here? which neighborhoods have the most incidents? where are the hot spots? In Map Viewer, select a layer and open Analysis in the right toolbar (org accounts with analysis privileges only — free public accounts don't get these). Each tool takes layers in and produces a brand-new layer out; your inputs are never modified. The five to know:

ToolThe question it answers
Create Buffers"What's within X distance of these features?" Draws rings — 500 m around schools, 1 km around a pipeline. The drive-time variant uses real streets instead of straight-line distance.
Summarize Within"How many points (or how much of something) fall inside each area?" Counts incidents per district, sums customer spend per territory.
Join Features"Attach this table's data to that layer." The classic: join a spreadsheet of statistics to a boundary layer by a shared ID, then color the map by the joined numbers.
Find Hot Spots"Where are things statistically clustered — not just visually, but significantly?" Better than eyeballing a dot map.
Find Closest / Nearest"For each of these, which of those is nearest, and how far?" Every customer's nearest branch, every incident's nearest hydrant.
Credits

Analysis tools consume credits proportional to how much data they chew through. Each tool shows an estimate before you run it — glance at it. Running a buffer on 200 points is pennies; a drive-time analysis on 100,000 points is a conversation with your administrator.

Part 8ArcGIS Pro in ten minutes

When do you actually need the desktop app? When you're processing large datasets, need precise control over projections and topology, want the full 1,500-tool geoprocessing arsenal, or are producing print-quality cartography. If none of that sounds like you yet, skip this part guilt-free — Map Viewer will carry you a long way.

The mental model

The core loop

  1. New project — start with the Map template. You get a map with a basemap, ready to go.
  2. Add dataMap ribbonAdd Data. Point at shapefiles, geodatabases, CSVs on disk — or sign in and pull the same ArcGIS Online / Living Atlas layers from Part 4.
  3. Style — click a layer's symbol in Contents to open the Symbology pane. Same ideas as Map Viewer styles (single symbol, unique values, graduated colors), more knobs.
  4. Create data — in Catalog, right-click the project geodatabase → NewFeature Class (Pro's name for a layer's dataset), choose point/line/polygon, define fields — the Part 5 Option C workflow, offline. Then digitize with the Edit ribbonCreate. Pro edits sit in a pending state until you hit Save Edits — the safety net Online doesn't give you.
  5. ProcessAnalysis ribbonTools opens the geoprocessing pane: search any tool by name (Buffer, Clip, Spatial Join, Dissolve…), fill the form, run. Outputs land in your geodatabase. No credits — your own machine does the work.
  6. Layouts for printInsert ribbonNew Layout, pick a page size, add a map frame, legend, scale bar, north arrow, title. Export to PDF at print resolution. This is where Pro embarrasses every screenshot.
  7. Publish to the webShare ribbonWeb Layer or Web Map pushes your work to ArcGIS Online, where everything from Parts 4–7 takes over. Pro for production, Online for sharing: that's the standard division of labor.

Volume II

Beyond the basics

You've built a map and a layer of your own. Everything from here makes your work sharper, richer, and more automatic — take the parts in any order.

Part 9Style like a cartographer

Part 4 covered the everyday styles. These are the techniques that make people ask "how did you make that?"

Clustering: taming thousands of points

A layer with 10,000 points is an unreadable smear. Clustering merges nearby points into a single bubble labeled with a count; zoom in and the bubbles break apart into individual points. Select the point layer → Aggregation in the right toolbar → Clustering. Adjust the cluster radius to taste, and configure the cluster pop-up to show a summary ("87 incidents here"). The sibling option, binning, divides the map into a honeycomb of cells shaded by count — better when you want a consistent statistical surface instead of bubbles.

Dot density: showing what's inside polygons

Shading counties by total population hides where people actually live. Dot density (a style option for polygon layers with counts) scatters dots inside each polygon — one dot per N people — so density becomes visible within areas, not just between them. Works beautifully with two or three attributes at once (e.g., dots colored by demographic group).

Relationship maps: two variables at once

Pick two numeric attributes and the Relationship style colors each area on a 3×3 grid — say, income (low→high) crossed with broadband access (low→high). One glance shows "high income but poor access" areas in a distinct color. It's the most analysis you can do with zero analysis tools.

Effects and blend modes

In Properties for a layer you'll find Effects (drop shadow, bloom, blur, grayscale) and Blending (how the layer's colors mix with what's beneath — multiply, overlay, and friends, like image-editor layer modes). Two restrained tricks that consistently look professional: a subtle drop shadow on your main polygon layer to lift it off the basemap, and multiply blending on a color-ramped layer over the Imagery basemap so terrain shows through the colors. Use one effect per map; three effects means the map is now about the effects.

Arcade: little formulas, big control

Anywhere Map Viewer lets you pick a field, it also lets you write an expression in a small formula language called Arcade — think Excel formulas for maps. Click Use expression (the </> icon) next to any field picker. The everyday use: style or label by a value that isn't a column. For example, if a layer has population and area_sqkm but no density column:

Round($feature.population / $feature.area_sqkm, 1)

$feature means "the feature being drawn." The expression runs live for every feature — no editing the data, no new columns, and it works on layers you don't own. Start by copying examples (the editor has a built-in library), change field names, and you'll be fluent in an afternoon.

Style by two channels at once

Smart mapping lets you drive color with one attribute and size with another (choose two attributes in the Styles panel, then pick Color & Size). Classic combo: circle size = total sales, circle color = year-over-year change. Two questions answered by one layer.

Rule of thumb

A map communicates one idea well. If you're reaching for a fourth visual variable, you probably want two maps — or a Dashboard (Part 13).

Part 10Pop-ups worth clicking: images, charts, and formulas

A default pop-up is a wall of field names. A configured one reads like a little report card for the feature. All of this lives in Pop-ups in the right toolbar, where the pop-up is assembled from stackable content blocks:

Design test

Click three random features. If you can't answer "so what?" from each pop-up in five seconds, cut fields and lead with a text block that states the point.

Part 11The third dimension: Scene Viewer

Scene Viewer is Map Viewer's 3D sibling — same website, same layers, but with terrain, tilt, and buildings. Open it from the app launcher (the waffle icon) → Scene Viewer, or arcgis.com → Scene.

Watch out

3D is expensive on old hardware and phones, and it makes some maps worse — a choropleth reads better flat. Reach for 3D when height means something: buildings, terrain, flight paths, or a value worth extruding.

Part 12Maps that move: time-aware layers

If a layer has a date field, ArcGIS can play it like a film strip: crime through the months, a storm's track, permits through a boom. Two steps:

  1. Turn time on for the layer. Open the layer's item page → SettingsTime settings → enable, and tell it which date field marks each feature's moment (or start/end fields for durations).
  2. Use the time slider in the map. Add the layer to Map Viewer, select it, and enable time from the layer's properties. A slider appears along the bottom: drag it, or press play to animate. Set the interval (days, months, years) to match your data's rhythm.

Everything else in the map respects the slider — pop-ups, filters, and styling all apply to the currently visible time window. Time works in Instant Apps and Dashboards too, so the animation survives into what you share.

Tip

Animations impress; small multiples inform. For a report, consider four filtered snapshots (Q1–Q4) side by side instead of a video — readers can compare instants at their own pace.

Part 13From map to product: the app builders

A web map is raw material. The app builders wrap it in an interface designed for an audience. All of them are zero-code, all live under ContentCreate app (or the app launcher), and all point at your web map — keep the map as the single source of truth and the apps update themselves.

BuilderWhat it makesChoose it when…
Instant Apps A clean map viewer from a template: legend, search, filters, sidebar. Configured in minutes. You just need to hand someone a usable map. The default choice.
StoryMaps A scrolling article that weaves maps with text, photos, and video. The map moves and layers change as the reader scrolls. You're explaining or persuading: project showcases, reports, journalism, tours.
Dashboards An operations screen: map plus live counters, gauges, charts, and lists that update as the data updates and respond to map clicks. Someone monitors changing data: requests, inspections, sales, incidents.
Experience Builder A drag-and-drop page builder — multi-page sites mixing maps, text, buttons, and widgets with full layout control. Instant Apps feels too rigid and you want a custom multi-section app without code.

Fast paths

Sharing rule, again

An app, its web map, and every layer inside must all be shared at the level your audience needs. The builders warn you and offer to fix it — always accept. A public app on a private map is the most common way to embarrass yourself at a launch.

Part 14Fieldwork: collecting data out in the world

This is where Part 5, Option C pays off: the editable layer you designed becomes a mobile data-collection system with no extra engineering. Three apps, one decision:

Crews work from a map — inspecting assets, mapping locations? → Field Maps.

The form is the point — surveys, inspections with heavy question logic? → Survey123.

Speed over detail — logging sightings from a moving vehicle with one tap? → QuickCapture.

Field Maps, end to end

  1. Build the layer — Part 5, Option C: geometry, fields, dropdown domains, editing enabled. Also enable attachments (item page → Settings) so photos can be stored with each feature.
  2. Make a map for the field — add the layer, style it simply (big symbols, high contrast for sunlight), save.
  3. Tune the form — open Field Maps Designer (app launcher → Field Maps Designer), pick your map, and arrange the data-entry form: field order, required fields, conditional visibility ("show 'Damage description' only when Condition = Poor").
  4. Prepare for offline — if crews leave cell coverage, define offline areas in Designer so the app pre-downloads the basemap and data for the work zone.
  5. Collect — crews install the Field Maps app, sign in, open the map, tap +: GPS grabs the location, the form collects the facts, the camera adds photos. Offline edits sync when coverage returns.
  6. Watch it land — back at your desk, the same hosted layer updates live. Put a Dashboard (Part 13) on it and you have a field operation with a control room.

Survey123 in one paragraph

Design a form (questions, logic, choices) on the web at Survey123's site; publish; respondents answer via a link or the app — no GIS knowledge needed on their end. Every response becomes a feature in a hosted layer, so results flow into maps and dashboards like anything else. Think "Google Forms, but every answer knows where it happened."

Part 15Manage your content like a professional

After a month of enthusiasm, your Content page is a junk drawer of "test," "test2," and "Untitled Map." Ten minutes of hygiene, repeated occasionally, keeps everything findable and safe.

Part 16Coordinate systems without tears

You can go months without thinking about this — then two datasets refuse to line up and suddenly it's the only thing that matters. The whole topic compresses to a few honest paragraphs.

Two separate jobs get conflated. A geographic coordinate system (like WGS84 — the one GPS uses) defines where points sit on the curved Earth, in latitude/longitude. A projected coordinate system flattens that curve onto a plane so you can draw and measure it — and every flattening distorts something. Web maps almost universally use Web Mercator: great for navigation and tiling, terrible for comparing areas (it inflates regions far from the equator — Greenland looks the size of Africa; it's 14× smaller).

What this means in practice:

Part 17Automation: when clicking stops scaling

The moment you catch yourself doing the same five-step process every Monday, ArcGIS has three escalating answers:

Rule of thumb

Manual once, fine. Manual weekly, ModelBuilder. Manual daily or touching many items at once, Python. Data needed by other software, service URL.

Part 18When things go wrong

Eight classic snags, in the order you're likely to meet them.

"I added a layer and see nothing."

In order of likelihood: (1) You're zoomed outside its visible range — select the layer and look for a "not visible at this scale" hint; zoom in or adjust the range in Properties. (2) The data is somewhere else on Earth — in the Layers panel, Zoom to. (3) The eye icon is off, or the layer sits under an opaque layer — check the stack. (4) A filter is hiding everything — check Filter.

"My CSV won't upload / points are in the wrong place."

Headers must be in row 1 with no merged cells or title rows above them. Coordinates must be decimal degrees (40.7128, -74.0060), not degrees-minutes-seconds — and mind the sign: western longitudes are negative. Points at (0°, 0°) in the Atlantic mean empty or swapped coordinate columns. Wrong-city geocodes mean the address field mapping needs fixing — include city, state, and zip columns.

"Pop-ups show nothing useful / show ugly field names."

Pop-ups display raw column names (POP_2020) until told otherwise. Configure them per Parts 4 and 10, and set friendly display names: layer item page → DataFields → click a field → edit its display name.

"I can't edit the layer."

Either it isn't yours and the owner didn't enable editing (most Living Atlas layers are read-only reference data — make your own copy if you need to change things), or it is yours and you skipped the switch: item page → SettingsEnable editing. If you're handed a read-only view (Part 15), edits belong on its master layer.

"I shared my map but people see an empty map or errors."

The map is public but the layers inside it aren't. Sharing is per-item: a public map pointing at private layers breaks for everyone but you. Reshare the map and accept the prompt to update the layers' sharing, or fix each layer on its item page. Apps add a third tier — app, map, and layers must all be shared.

"The map is slow."

Usually one layer with tens of thousands of complex features drawn at full-country scale. Set a visible range so detail appears only zoomed in, filter to the features you need, turn on clustering for dense points (Part 9), or (org accounts) publish the heavy layer as a tile layer for display.

"Two datasets don't line up."

A coordinate-system labeling problem — Part 16 has the diagnosis and the Project-vs-Define-Projection fix. Quick triage: a small consistent offset (meters) suggests a datum mismatch; landing in a different state or ocean means the label is flat-out wrong.

"Something ate my credits."

The usual suspects: geocoding a big address file, drive-time analysis, and storing large hosted layers. Check the estimate dialog before running analysis, prefer lat/long columns over addresses when you have them, and delete hosted layers you no longer need (from Content — check "used in" on the item page first so you don't break a live map).

Part 19Glossary

The words that get thrown around, in one place.

Arcade
ArcGIS's small formula language — Excel-style expressions used in styling, labels, and pop-ups to compute values on the fly.
Attribute / attribute table
The data behind a layer's shapes — each feature is a row, each property a column.
Basemap
The background reference map (streets, terrain, imagery) your layers sit on.
Blend mode
A rule for how a layer's colors mix with the layers beneath it, like image-editor layer modes.
Choropleth
A map that shades areas by a number — the "counties colored by income" look.
Clustering
Merging nearby points into count-labeled bubbles that split apart as you zoom in.
Credits
ArcGIS Online's currency, spent on storage, geocoding, and analysis. Viewing and making maps is essentially free.
Dashboard
An app pairing a map with live counters, charts, and lists — a monitoring screen for changing data.
Extent
The rectangle of the world a map or layer covers — "zoom to extent" means "show me all of it."
Feature
One thing in a layer: a single point, line, or polygon plus its row of attributes.
Feature class
ArcGIS Pro's term for a dataset of features stored in a geodatabase; becomes a layer when added to a map.
Field Maps
Esri's mobile app for map-centric field data collection and editing, with offline support.
Geocoding
Turning a text address into a map location. Costs credits in bulk.
Geodatabase (.gdb)
The container format ArcGIS Pro stores data in — a folder that acts like a database of feature classes.
Geodesic measurement
Distance or area computed on the curved Earth rather than the flat map — what the Measure tool does, and why it's trustworthy despite projection distortion.
GIS
Geographic Information System — the whole discipline of maps backed by data.
Hosted layer
A layer whose data lives in ArcGIS Online under your account, reusable across maps and apps.
Living Atlas
Esri's curated public library of ready-to-use layers — demographics, boundaries, environment, imagery, live feeds.
Pop-up
The info card that appears when you click a feature.
Projection / coordinate system
The math for flattening the round Earth onto a flat map. Web maps almost always use "Web Mercator"; Part 16 covers the rest.
Raster
Pixel-grid data — imagery, elevation, surfaces.
Scene
The 3D counterpart of a web map, built and viewed in Scene Viewer.
Shapefile
A veteran file format for vector data; ships as several files that travel together in a zip.
Symbology
The rules for how a layer is drawn — colors, sizes, ramps. "Styling," formally.
Time-enabled layer
A layer with a designated date field, playable through the time slider.
Vector
Shape data: points, lines, polygons.
View layer
A controlled window onto a hosted layer — same data, restricted fields/features/permissions. Share the view, protect the master.
Visible range / scale range
The zoom levels at which a layer draws. The usual culprit when a layer "disappears."
Web map vs. web app
The web map is the saved stack of basemap + layers + styling. An app (Instant App, StoryMap, Dashboard) is a friendlier wrapper around a web map for end users.

Where to go from here

You now know more than enough to be dangerous. Three good next moves: rebuild a map you've seen at work from scratch (fastest way to make Part 4 stick); take a real spreadsheet you own through Part 5 Option B; and browse Living Atlas for twenty minutes — knowing what already exists changes what you'll think to build. When you want structured practice, Esri's free Learn ArcGIS site has guided, real-data lessons for every topic in this guide.