This website is geared towards distributors of swisstopo products and web developers. If you would like to buy products from swisstopo, please visit the swisstopom onlineshop.
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.
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>';
window.onload=getProducts(2.0, formatTemplate, ['24'],null);