> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/originalankur/maptoposter/llms.txt
> Use this file to discover all available pages before exploring further.

# Example Gallery

> Explore beautiful map posters from cities around the world, showcasing different themes and styles

## Featured Examples

Explore map posters from cities around the world, each demonstrating unique urban patterns and visual themes.

<CardGroup cols={2}>
  <Card title="San Francisco - Sunset" icon="image">
    Classic peninsula grid with waterfront

    ```bash theme={null}
    python create_map_poster.py -c "San Francisco" -C "USA" -t sunset -d 10000
    ```
  </Card>

  <Card title="Barcelona - Warm Beige" icon="image">
    Iconic Eixample district grid pattern

    ```bash theme={null}
    python create_map_poster.py -c "Barcelona" -C "Spain" -t warm_beige -d 8000
    ```
  </Card>

  <Card title="Venice - Blueprint" icon="image">
    Intricate canal network

    ```bash theme={null}
    python create_map_poster.py -c "Venice" -C "Italy" -t blueprint -d 4000
    ```
  </Card>

  <Card title="Tokyo - Japanese Ink" icon="image">
    Dense organic street network

    ```bash theme={null}
    python create_map_poster.py -c "Tokyo" -C "Japan" -t japanese_ink -d 15000
    ```
  </Card>
</CardGroup>

## All Gallery Examples

### Coastal & Waterfront Cities

<Tabs>
  <Tab title="San Francisco">
    **Peninsula Grid**

    San Francisco's distinctive grid pattern meets the waterfront, showcasing the city's unique geography.

    ```bash theme={null}
    python create_map_poster.py -c "San Francisco" -C "USA" -t sunset -d 10000
    ```

    * **Theme**: Sunset (warm oranges and pinks)
    * **Distance**: 10,000m (medium city view)
    * **Best for**: Showing peninsula geography and grid pattern
  </Tab>

  <Tab title="Mumbai">
    **Coastal Peninsula**

    Mumbai's coastal peninsula with dense urban fabric and contrast between districts.

    ```bash theme={null}
    python create_map_poster.py -c "Mumbai" -C "India" -t contrast_zones -d 18000
    ```

    * **Theme**: Contrast Zones (high contrast urban density)
    * **Distance**: 18,000m (large metro view)
    * **Best for**: Showcasing urban density variations
  </Tab>

  <Tab title="Dubai">
    **Palm & Coastline**

    Dubai's modern development including the iconic Palm Islands and coastal architecture.

    ```bash theme={null}
    python create_map_poster.py -c "Dubai" -C "UAE" -t midnight_blue -d 15000
    ```

    * **Theme**: Midnight Blue (navy background with gold roads)
    * **Distance**: 15,000m (captures Palm Islands)
    * **Best for**: Modern waterfront developments
  </Tab>

  <Tab title="Seattle">
    **Emerald City**

    Seattle's urban landscape with natural water features.

    ```bash theme={null}
    python create_map_poster.py -c "Seattle" -C "USA" -t emerald -d 10000
    ```

    * **Theme**: Emerald (lush dark green aesthetic)
    * **Distance**: 10,000m
    * **Best for**: Pacific Northwest aesthetic
  </Tab>
</Tabs>

### Grid Pattern Cities

<Tabs>
  <Tab title="New York">
    **Manhattan Grid**

    The iconic Manhattan street grid - one of the most recognizable urban patterns in the world.

    ```bash theme={null}
    python create_map_poster.py -c "New York" -C "USA" -t noir -d 12000
    ```

    * **Theme**: Noir (pure black background, white roads)
    * **Distance**: 12,000m
    * **Best for**: Emphasizing geometric precision
  </Tab>

  <Tab title="Barcelona">
    **Eixample District**

    Barcelona's famous Eixample district with its distinctive octagonal blocks.

    ```bash theme={null}
    python create_map_poster.py -c "Barcelona" -C "Spain" -t warm_beige -d 8000
    ```

    * **Theme**: Warm Beige (vintage sepia tones)
    * **Distance**: 8,000m
    * **Best for**: Mediterranean warmth
  </Tab>
</Tabs>

### Canal Cities

<Tabs>
  <Tab title="Venice">
    **Canal Network**

    Venice's unique canal system with no roads, only waterways and pedestrian paths.

    ```bash theme={null}
    python create_map_poster.py -c "Venice" -C "Italy" -t blueprint -d 4000
    ```

    * **Theme**: Blueprint (architectural aesthetic)
    * **Distance**: 4,000m (captures historic center)
    * **Best for**: Architectural documentation style
  </Tab>

  <Tab title="Amsterdam">
    **Concentric Canals**

    Amsterdam's famous concentric canal ring system.

    ```bash theme={null}
    python create_map_poster.py -c "Amsterdam" -C "Netherlands" -t ocean -d 6000
    ```

    * **Theme**: Ocean (blues and teals)
    * **Distance**: 6,000m
    * **Best for**: Water-dominant cities
  </Tab>
</Tabs>

### Organic Old Cities

<Tabs>
  <Tab title="Tokyo">
    **Dense Organic Streets**

    Tokyo's complex, organically grown street network.

    ```bash theme={null}
    python create_map_poster.py -c "Tokyo" -C "Japan" -t japanese_ink -d 15000
    ```

    * **Theme**: Japanese Ink (minimalist ink wash style)
    * **Distance**: 15,000m (large metro view)
    * **Best for**: Dense urban fabric
  </Tab>

  <Tab title="Marrakech">
    **Medina Maze**

    The intricate maze-like streets of Marrakech's historic medina.

    ```bash theme={null}
    python create_map_poster.py -c "Marrakech" -C "Morocco" -t terracotta -d 5000
    ```

    * **Theme**: Terracotta (Mediterranean warmth)
    * **Distance**: 5,000m (focused on medina)
    * **Best for**: Ancient organic layouts
  </Tab>

  <Tab title="Rome">
    **Ancient Layout**

    Rome's historic street pattern layered over millennia.

    ```bash theme={null}
    python create_map_poster.py -c "Rome" -C "Italy" -t warm_beige -d 8000
    ```

    * **Theme**: Warm Beige
    * **Distance**: 8,000m
    * **Best for**: Historic European cities
  </Tab>
</Tabs>

### Radial Pattern Cities

<Tabs>
  <Tab title="Paris">
    **Haussmann Boulevards**

    Paris's famous radial boulevard system designed by Baron Haussmann.

    ```bash theme={null}
    python create_map_poster.py -c "Paris" -C "France" -t pastel_dream -d 10000
    ```

    * **Theme**: Pastel Dream (soft muted pastels)
    * **Distance**: 10,000m
    * **Best for**: Elegant European capitals
  </Tab>

  <Tab title="Moscow">
    **Ring Roads**

    Moscow's distinctive concentric ring road system.

    ```bash theme={null}
    python create_map_poster.py -c "Moscow" -C "Russia" -t noir -d 12000
    ```

    * **Theme**: Noir
    * **Distance**: 12,000m
    * **Best for**: Dramatic contrast
  </Tab>
</Tabs>

### River Cities

<Tabs>
  <Tab title="London">
    **Thames Curves**

    London's urban fabric shaped by the winding River Thames.

    ```bash theme={null}
    python create_map_poster.py -c "London" -C "UK" -t noir -d 15000
    ```

    * **Theme**: Noir
    * **Distance**: 15,000m
    * **Best for**: Large metropolitan areas
  </Tab>

  <Tab title="Budapest">
    **Danube Split**

    Budapest divided by the Danube River into Buda and Pest.

    ```bash theme={null}
    python create_map_poster.py -c "Budapest" -C "Hungary" -t copper_patina -d 8000
    ```

    * **Theme**: Copper Patina (oxidized copper aesthetic)
    * **Distance**: 8,000m
    * **Best for**: Historic European river cities
  </Tab>
</Tabs>

### Modern & Tech Cities

<Tabs>
  <Tab title="Singapore">
    **Modern Urban Planning**

    Singapore's meticulously planned modern cityscape.

    ```bash theme={null}
    python create_map_poster.py -c "Singapore" -C "Singapore" -t neon_cyberpunk -d 12000
    ```

    * **Theme**: Neon Cyberpunk (dark with electric pink/cyan)
    * **Distance**: 12,000m
    * **Best for**: Modern Asian cities
  </Tab>

  <Tab title="Melbourne">
    **Garden City**

    Melbourne's extensive urban grid with abundant green spaces.

    ```bash theme={null}
    python create_map_poster.py -c "Melbourne" -C "Australia" -t forest -d 12000
    ```

    * **Theme**: Forest (deep greens and sage)
    * **Distance**: 12,000m
    * **Best for**: Cities with extensive parks
  </Tab>
</Tabs>

## Tips for Creating Gallery-Worthy Posters

<Tip>
  **Match Theme to City Character**

  Choose themes that complement the city's cultural identity:

  * Mediterranean cities: `terracotta`, `warm_beige`, `sunset`
  * Asian cities: `japanese_ink`, `neon_cyberpunk`
  * Coastal cities: `ocean`, `blueprint`
  * Modern cities: `noir`, `midnight_blue`, `contrast_zones`
</Tip>

<Note>
  **Distance Selection**

  * **4,000-6,000m**: Small/dense cities (Venice, Marrakech medina)
  * **8,000-12,000m**: Medium cities, downtown focus (Paris, Barcelona)
  * **15,000-20,000m**: Large metros, full city view (Tokyo, Mumbai, London)
</Note>

## Next Steps

<CardGroup cols={2}>
  <Card title="Waterfront Cities" icon="water" href="/examples/waterfront-cities">
    Detailed examples for coastal and canal cities
  </Card>

  <Card title="Grid Patterns" icon="grid" href="/examples/grid-patterns">
    Cities with iconic grid systems
  </Card>

  <Card title="Organic Cities" icon="leaf" href="/examples/organic-cities">
    Historic cities with organic street patterns
  </Card>

  <Card title="All Themes" icon="palette" href="/guides/themes">
    Explore all 17 available themes
  </Card>
</CardGroup>
