{
type: 'Feature',
geometry: {
type: 'Point',
coordinates: [${componentProperties.longitude}, ${componentProperties.latitude}]
},
properties: {
title: '${componentProperties.title}',
menuColor: '${componentProperties.menuColor}',
menuIcon: '${componentProperties.menuIcon}',
x: '${componentProperties.longitude}',
y: '${componentProperties.latitude}',
pages: ${componentProperties.pagesJson @ context="unsafe"}
}
}
${'/*'}