Anuj Sharma

Results 1 comments of Anuj Sharma

Hello @w8r , thank you for replying , here's the code export default function ImageOverlayRotation({ shape }: ImageOverlayRotationProps) { const imageUrl = `${process.env.REACT_APP_API_DOMAIN}/map/image/${shape?.guid}/fileDownload/${shape?.properties?.name}`; const map = useMap(); const rectangleRef =...