返回 ppt-master
1 # Type: map
2
3 A **stylized geographic outline** (country / region / continent / world) with annotated markers — pins, dots, highlighted regions, connection lines. Used for office locations, market presence, regional data distribution, supply-chain routes, expansion roadmaps, go-to-market geographies.
4
5 > **What map means inside a PPT block**: a **schematic geographic visualization**, not a photorealistic globe view. Stylized landmasses with simplified outlines, deliberate marker placement, and minimal cartographic detail. Unlike `infographic` (abstract data zones), map has **real geographic shape** anchoring the composition.
6
7 ---
8
9 ## 1. Composition skeleton
10
11 ```
12 ┌────────────────────────────────────┐
13 │ ▓▓▓▓▓ │
14 │ ▓▓▓ ▓▓▓ ● │
15 │ ▓▓ ▓▓▓ │
16 │ ▓ Stylized ▓▓ ● │
17 │ ▓▓ landmass ▓▓ │
18 │ ▓▓▓ ▓▓ │
19 │ ▓▓▓ ●▓▓ │
20 │ ▓▓▓▓▓ │
21 │ │
22 │ ● = location markers │
23 └────────────────────────────────────┘
24 ```
25
26 | LAYOUT | One or more simplified landmass outlines positioned on the canvas; marker dots/pins placed at meaningful geographic positions; optional thin connector lines between markers |
27 | ELEMENTS | The landmass (flat fill or stylized outline) + 3-12 markers + optional region highlights (one or two regions with deeper color) + optional connection arcs |
28 | NEGATIVE SPACE | Ocean / negative space around the landmass — at least 25% of canvas. Markers should not crowd the landmass edges. |
29 | BALANCE | Geographic accuracy is approximate but recognizable — viewer should identify the region within one glance |
30
31 ## 2. Text-policy variants
32
33 ### 3.1 `text_policy: none`
34
35 City / country / region names are added later as SVG overlay. The map shows markers only; SVG text labels each marker position.
36
37 Sample fragment:
38
39 > NO text, letters, numbers, country names, city names, or marker labels in the image. Markers are dots/pins only; SVG text overlay will add all labels externally.
40
41 ### 3.2 `text_policy: embedded`
42
43 Self-contained reference map where place names are typeset into the design. Use this when lettering is genuinely part of the visual language (for example vintage cartography or an atlas-style poster) and review spelling/location before use. Labels that must remain exact or editable belong in SVG.
44
45 ---
46
47 ## 3. Fewshot prompt snippets
48
49 **Snippet A — vector-illustration + cool-corporate world office map, text_policy: none, 1280×720**
50
51 > Clean flat vector illustration of a stylized world map. Simplified continental landmasses (recognizable but not photorealistic) in primary deep navy `#1E3A5F` solid fill, positioned across the canvas with approximate geographic accuracy. Ocean/negative space is secondary light gray `#F8F9FA`. Eight small accent gold `#D4AF37` circular markers placed at meaningful office locations — three in North America, two in Europe, one in East Asia, one in South Asia, one in Australia. Each marker has a thin pulsing-glow effect at 30% opacity (a subtle ring around the dot). Two thin accent gold connection lines (slightly curved, suggesting flight paths) connect three of the markers. Crisp 1.5px outlines on the landmasses. No country borders within continents — landmasses are single-color solid silhouettes. Composed as a 1280×720 full-bleed world map with 12% padding. NO text, country names, or labels anywhere — SVG will overlay all labels. Color values are rendering guidance only.
52
52 lines MARKDOWN