Skip to main content
Explore advanced techniques for creating specialized map posters, batch processing, and complex workflows.

Coordinate Override

Override the geocoded center point to focus on specific neighborhoods or landmarks.

Basic Override

Use --latitude and --longitude together to specify exact coordinates:
You must provide both --latitude and --longitude together. Providing only one will be ignored.

Finding Coordinates

  1. Right-click on the desired location
  2. Click the coordinates (e.g., “40.776676, -73.971321”)
  3. Coordinates are copied to clipboard

Use Cases

Center on a neighborhood instead of city center:
Center on iconic locations:
Sometimes Nominatim geocodes to the wrong location:
Generate multiple posters of different neighborhoods:

Batch Generation

Generate All Themes

Create 17 posters (one per theme) with a single command:
Output:

Batch Multiple Cities

Use a shell script for batch processing:

Batch with Different Themes

Assign specific themes to specific cities:
batch_themed.sh

Parallel Processing

Speed up batch generation with GNU Parallel:

Custom Dimensions

Social Media Formats

Square format (1080x1080px)
Resolution: 1080x1080px at 300 DPI

Desktop Wallpapers

Resolution: 2490x3510px at 300 DPIUse: Standard document size, home printing

Complex Workflows

Multilingual Series

Create posters for the same city in multiple languages:
multilingual_series.sh

Distance Comparison

Compare different zoom levels of the same city:

Theme Comparison Grid

Generate comparison images for theme selection:
comparison.sh

City Pattern Guide

Grid Cities

Characteristics: Regular street grids, right angles, predictable layout Best Settings:
  • Distance: 8000-12000m
  • Themes: Noir, Contrast Zones, Monochrome Blue

Radial Cities

Characteristics: Concentric rings, radiating boulevards Best Settings:
  • Distance: 8000-12000m
  • Themes: Gradient Roads, Pastel Dream

Organic Cities

Characteristics: Irregular streets, historical growth, maze-like Best Settings:
  • Distance: 10000-18000m
  • Themes: Japanese Ink, Warm Beige, Terracotta

Waterfront Cities

Characteristics: Canals, rivers, coastline, harbors Best Settings:
  • Distance: 4000-12000m
  • Themes: Blueprint, Ocean, Midnight Blue

Coastal Cities

Characteristics: Peninsula, bay, coastal curve Best Settings:
  • Distance: 10000-15000m
  • Themes: Ocean, Sunset, Emerald

Troubleshooting

Reduce dimensions or distance:
Or increase available memory:
Factors affecting speed:
  • Distance (larger = slower)
  • City density (Tokyo slower than rural areas)
  • Dimensions (larger = slower)
Speed optimization:
Ensure you’re using decimal degrees (not DMS):
Convert DMS to decimal: Decimal = Degrees + (Minutes/60) + (Seconds/3600)
Add error handling:

Performance Tips

Reduce Distance

Use smaller distance values for faster generation:
  • Small cities: 4000-8000m
  • Medium cities: 8000-12000m
  • Large cities: 12000-18000m

Batch Wisely

Generate multiple themes for one city (cached map data) rather than multiple cities:

Use Parallel Processing

Leverage GNU Parallel for batch jobs:

Preview Mode

Test with smaller dimensions first:

Next Steps

Theme Gallery

Explore all 17 built-in themes

Create Custom Themes

Design your own theme color palettes

Multilingual Support

Display city names in any language