put overlays over the map
This commit is contained in:
@ -705,6 +705,11 @@ const MapComponent = ({
|
|||||||
</Portal >
|
</Portal >
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div id={id} key={id} style={{ position: 'relative', width: '100%', height: '100%', maxHeight: '100%' }} ref={mapElement} onDragOver={(e) => e.preventDefault()} onDrop={(e) => handleImageDrop(e, id)}>
|
||||||
|
<div ref={tooltipRef}></div>
|
||||||
|
|
||||||
<div style={{ position: 'absolute', width: '100%', height: '100%' }}>
|
<div style={{ position: 'absolute', width: '100%', height: '100%' }}>
|
||||||
{!selectedRegion &&
|
{!selectedRegion &&
|
||||||
<Drawer style={{ position: 'absolute', height: '100%', zIndex: 9999 }} open={!selectedRegion} type='inline'>
|
<Drawer style={{ position: 'absolute', height: '100%', zIndex: 9999 }} open={!selectedRegion} type='inline'>
|
||||||
@ -893,13 +898,8 @@ const MapComponent = ({
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id={id} key={id} style={{ position: 'relative', width: '100%', height: '100%', maxHeight: '100%' }} ref={mapElement} onDragOver={(e) => e.preventDefault()} onDrop={(e) => handleImageDrop(e, id)}>
|
|
||||||
<div ref={tooltipRef}></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{(linesValidating || figuresValidating) && (
|
{(linesValidating || figuresValidating) && (
|
||||||
|
Reference in New Issue
Block a user