Drawing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user