Overview

This site should use static maps deliberately, not as a fallback after an interactive map fails. A static SVG map is often the clearest way to explain:

Why it matters

Static figures have three advantages:

When to use

Use static SVG maps when:

Inputs

Typical inputs:

Workflow and method

  1. Load prepared GeoJSON with FileAttachment.
  2. Decide which layers need polygon, line, or point treatment.
  3. Render the figure as SVG with D3 or Plot.
  4. Keep the legend and title close to the map.
  5. Use a dynamic map elsewhere only if the reader truly needs inspection.

D3-rendered figure

Plot-rendered figure

Observable Plot is useful when the map needs to stay declarative and compact.

Outputs

Strong static-map outputs usually include:

Limitations

Static figures do not support feature inspection, toggles, or free exploration. They are best when the author already knows what the reader should notice.