This commit is contained in:
Tomas Richtar
2025-07-07 14:39:38 +02:00
parent b0cfaee2e7
commit ef4dd49d74
3 changed files with 585 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ const map = new mapboxgl.Map({
center: [10, 50],
zoom: 5
});
//this is my test push
//second
map.on('load', () => {
const fullPolygon = getArrowPolygon(arrowData, style, arrowHeadData);
const circleGeoJSON = getCirclePolygon(circleCenter, circleRadius, circleDensity);