add test for #e054978b9cbc30623b8e8b2621319f21dafcc734 [e054978]

This commit is contained in:
Bernd Hacker
2017-06-07 16:07:02 +02:00
parent 2b5124dbb3
commit 3c47bbdafc

View File

@@ -78,3 +78,5 @@ mapContainer.appendChild(containerNode);
captureBtn.onclick = () => {
capture(resultContainer, map, ui);
};
let icon = new H.map.Icon('svg', { size: 5, crossOrigin: false });