List with map section images

In this example, the product group of ski tour maps to the scale of 1:50000 is integrated. The formatting is carried out using CSS.

The format template used
var formatTemplate =
'<div style="width: 960px; font-size: 0.95em; margin-bottom: 20px;">' +
   '<div style="width: 500px; margin-bottom: 10px;">
	<img src="[product.overviewURL]"/></div>' +
   '<div>' +
      '<span class="title">[product.identifier] [product.titleDe]</span><br/>' +
   '</div>' +
'</div>' +
'<div class="clearthefloats"></div>';
   

Calling up the JavaScript function
window.onload=getProducts(2.0, formatTemplate, ['24'],null);   	
   

It looks like this