diff --git a/types/heremaps/heremaps-tests.ts b/types/heremaps/heremaps-tests.ts index 24c23b1a82..31d722f042 100644 --- a/types/heremaps/heremaps-tests.ts +++ b/types/heremaps/heremaps-tests.ts @@ -78,3 +78,5 @@ mapContainer.appendChild(containerNode); captureBtn.onclick = () => { capture(resultContainer, map, ui); }; + +let icon = new H.map.Icon('svg', { size: 5, crossOrigin: false });