This website is geared towards distributors of swisstopo products and web developers. If you would like to buy products from swisstopo, please visit the swisstopo onlineshop.
You can take product groups and/or the product key from the tables below and integrate them into the JavaScript call
accordingly.
Version 2.0 (version: first parameter) of the getProducts script enables the output of information on product groups.
var formatTemplate = '<tr>' + '<td>[product.productGroup.id]</td>' + '<td>[product.productGroup.titleDe]</td>' + '<td>[product.identifier]</td>' + '<td>[product.titleDe]</td>' + '<td>1: [product.scale]</td>' + '</tr>';
Example: individual product, hiking map 1:50 000 Basel
In this case, the product ID is entered into the fourth parameter as a comma-separated list.
Click here for output example
window.onload=getProducts(2.0, formatTemplate, null,['213T']);
Example: All sheets of national maps 1:25 000
In this case, the product group ID is entered into the third parameter as a comma-separated list.
Click here for output example
window.onload=getProducts(2.0, formatTemplate, ['15'],null);
Example: All sheets and composites of national maps 1:50 000
In this case, the product group ID is entered into the third parameter as a comma-separated list.
Click here for output example
window.onload=getProducts(2.0, formatTemplate, ['17','18'],null);
Output example
Group ID | Group name | Product ID | Product name | Scale |
---|