Widget test
container.innerHTML = data.features
.map(item => `
${item.properties.title}
`) .join(“”); });Did you find what you were looking for?