Layout Pattern

Geographic Map

Map-based visualization of regions, territories, or location-based data. Turns spreadsheets into geography.

GeographyTerritoryRegional

How to Use It

Geographic maps answer questions a table cannot: where is our business, where are customers, where do we have coverage gaps. Use country, state, or custom-region outlines with fill color based on a metric (revenue, count, growth). Add labels for the top 3-5 regions. Avoid generic world maps when your story is about specific regions - zoom in. Include a legend and the source of the data. Works for sales territory reviews, market expansion decks, and customer concentration analyses.

Content Zones

ImagePrimary visual
CaptionHeadline or caption

OPF Config

layouts:geographic-map
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — layouts/geographic-map"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "geographic-map",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.