¿Alguien sabe qué es /** @type {olx.style.IconOptions} */ y su sintaxis? ¿Qué significa olx?
var style = new ol.style.Style({ image: new ol.style.Icon(/** @type {olx.style.IconOptions} */ ({ // offset: [0, 0], // size: [32, 46], size: [28, 45], anchor: [0.5, 54], anchorXUnits: 'fraction', anchorYUnits: 'pixels', opacity: 1.0, src: '/images/ic-maker-default.png' })) })