Skip to content

Commit ffbb99c

Browse files
committed
docs: match the region Source option labels to the UI casing
1 parent fcb061d commit ffbb99c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs-mintlify/docs/explore-analyze/charts/chart-types

docs-mintlify/docs/explore-analyze/charts/chart-types/map.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Clustering groups nearby points into a single circle that expands on zoom. It is
5858

5959
A region map requires:
6060

61-
- **Source** — the GeoJSON to render: `World countries`, `US states`, or `Custom`.
61+
- **Source** — the GeoJSON to render: `World Countries`, `US States`, or `Custom`.
6262
- **Property** — which property in each GeoJSON feature acts as the join key (e.g. `name`, `ISO3166-1-Alpha-2`, `ISO3166-1-Alpha-3`, `state_code`).
6363
- **Dimension** — which column from your query joins to **Property**.
6464
- **Measure** — the numeric measure that drives the choropleth fill.
@@ -71,11 +71,11 @@ The choropleth gradient comes from the active palette — pick from the built-in
7171

7272
### Country name matching
7373

74-
With **World countries**, country names do not have to be spelled the way the boundary data spells them. Long forms, endonyms, and common abbreviations all resolve to the same country, so `United States`, `United States of America`, and `USA` are interchangeable, as are `Brasil` and `Brazil`, or `Deutschland` and `Germany`. The same applies to the 2- and 3-letter ISO code properties, and it works in either direction — a name in your data still matches when **Property** is set to a code.
74+
With **World Countries**, country names do not have to be spelled the way the boundary data spells them. Long forms, endonyms, and common abbreviations all resolve to the same country, so `United States`, `United States of America`, and `USA` are interchangeable, as are `Brasil` and `Brazil`, or `Deutschland` and `Germany`. The same applies to the 2- and 3-letter ISO code properties, and it works in either direction — a name in your data still matches when **Property** is set to a code.
7575

7676
Matching is exact, never approximate: `United States` resolves to the United States and never to `United States Minor Outlying Islands`. Bare 2-letter codes such as `US` are only treated as country codes when **Property** is set to one of the ISO code properties, so a column of US state codes joined against country names stays unmatched rather than coloring `DE` as Germany.
7777

78-
This applies to **World countries** only. With **US states** or **Custom**, values must match the chosen **Property** exactly (ignoring case and surrounding whitespace).
78+
This applies to **World Countries** only. With **US States** or **Custom**, values must match the chosen **Property** exactly (ignoring case and surrounding whitespace).
7979

8080
### Custom GeoJSON
8181

0 commit comments

Comments
 (0)