creating-staticmap-maps

Generate static maps with isochrone polygons and markers for Word documents.

Updated Sep 1, 2025
One-click install
npx skills add https://github.com/walsh-investment/clean-slate-import --skill creating-staticmap-maps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-staticmap-maps
Source: https://github.com/walsh-investment/clean-slate-import/tree/main/.claude/skills/creating-staticmap-maps
Command: npx skills add https://github.com/walsh-investment/clean-slate-import --skill creating-staticmap-maps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate static map images using the Python staticmap library, including isochrone or drive-time polygons, overlay facility markers with PIL after rendering, and prepare maps for Word (.docx) reports at the correct size with a legible embedded legend.

Core Features & Use Cases

  • Generate static maps with isochrone polygons and markers drawn after render to ensure visibility above overlays.
  • Embed the final map image into Word documents at page-friendly sizes (e.g., 5.5 inches width) while keeping the legend inside the image.
  • Address common rendering and coordinate-conversion pitfalls to produce repeatable map layouts for reports and presentations.

Quick Start

Generate a 1000x1000 static map with isochrone polygons, render it, and embed it into a Word document at 5.5 inches width.

Frequently Asked Questions about creating-staticmap-maps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate static maps with isochrone polygons for Word documents?

To generate static maps with isochrone polygons for Word documents, use the Python staticmap library to render the map and PIL to draw markers, then embed the final image into a .docx file at a fixed 5.5 inches width with the legend included.

Can I overlay markers on isochrone polygons so they stay visible in static maps?

Yes, you can overlay markers on isochrone polygons so they stay visible by rendering the static map first and then drawing the markers on top using PIL, ensuring they appear above all polygon overlays.

What is the best way to embed a map image into a Word document at a specific size?

The best way to embed a map image into a Word document at a specific size is to render the static map, integrate a legible legend inside the image boundaries, and insert it into the .docx file at a page-friendly width like 5.5 inches.

Why do my markers disappear under polygons when rendering static maps?

Markers disappear under polygons when rendering static maps because the polygon overlays are drawn on top, so you must draw markers after the initial render using PIL to guarantee their visibility.

Does the staticmap library support drive-time polygon rendering for reports?

Yes, the staticmap library supports drive-time polygon rendering for reports by generating isochrone polygons on the map, which can then be prepared as document-ready visuals for spatial analyses.

How do I add a legend to a static map image before putting it in a Word report?

To add a legend to a static map image before putting it in a Word report, embed the legend directly inside the image boundaries during the rendering process so it remains legible at the fixed 5.5 inches width in the .docx file.