Embed the Berlin Wall Map

Add a free, interactive Berlin Wall map to your website, blog, or educational resource. The embed is lightweight, mobile-friendly, and shows all 58 Berlin Wall sites with clickable markers and popups. You can customise it to highlight a specific place, filter by type (memorials, border crossings, museums, ghost stations, and more), show only the Wall outline, or zoom into a particular area of Berlin.

Try it - customise the map above

Your Embed Code


API Reference

Customise the embed by adding URL parameters: embed.htm?zoom=15&highlight=checkpoint-charlie

Parameter Description Example
lat, lng Centre the map on specific coordinates lat=52.507&lng=13.390
zoom Zoom level (1-19, default: 13) zoom=16
highlight Open a place's popup on load (use the place slug) highlight=checkpoint-charlie
types Filter markers by type (comma-separated) types=memorial,museum
layers Choose which layers to display (default: wall,places) layers=places

Available Place Types

memorial border-crossing museum wall-segment escape-site watchtower ghost-station cold-war-site airfield

Examples

Show only border crossings

<iframe src="https://berlinwallmap.info/map/embed.htm?types=border-crossing"
  width="600" height="400" frameborder="0"
  title="Berlin Wall Border Crossings"></iframe>

Highlight Checkpoint Charlie

<iframe src="https://berlinwallmap.info/map/embed.htm?highlight=checkpoint-charlie&zoom=16"
  width="600" height="400" frameborder="0"
  title="Checkpoint Charlie - Berlin Wall Map"></iframe>

Wall outline only (no markers)

<iframe src="https://berlinwallmap.info/map/embed.htm?layers=wall"
  width="600" height="400" frameborder="0"
  title="Berlin Wall Map"></iframe>