Demonstrates the ability to repeat a map horizontally.
The map's container's container gets a clip dynamically added to it such that repeated tiles are not shown. To get rid of the clip, we just need:
.map .container .container {
clip: inherit !important;
}
Note: Only the basemap layers will be repeated. The data layers will appear once.
Also note: The map only repeats in the horizontal direction, so it's still entirely possible you'll have a ribbon of whitespace at the top and bottom