|
|
|
@ -1109,11 +1109,10 @@ export default function Points({ mapOptions, onMapOptionClick }) {
|
|
|
|
onMouseLeave={handleMouseLeave}
|
|
|
|
onMouseLeave={handleMouseLeave}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
{popupInfo && <Popup
|
|
|
|
{open && <Popup
|
|
|
|
longitude={popupInfo.lon}
|
|
|
|
longitude={popupInfo.lon}
|
|
|
|
latitude={popupInfo.lat}
|
|
|
|
latitude={popupInfo.lat}
|
|
|
|
closeButton={false}
|
|
|
|
closeButton={false}
|
|
|
|
onClose={() => setPopupInfo(null)}
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<h3>{popupInfo.res_name_parc}</h3>
|
|
|
|
<h3>{popupInfo.res_name_parc}</h3>
|
|
|
|
{popupInfo.region_name}
|
|
|
|
{popupInfo.region_name}
|
|
|
|
|