mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-30 18:33:17 -07:00
Search for the same tract ID as already selected does not unselect it
This commit is contained in:
parent
85e5812191
commit
ba2e5eca45
2 changed files with 14 additions and 7 deletions
|
@ -393,7 +393,8 @@ const J40Map = ({location}: IJ40Interface) => {
|
|||
|
||||
{/* This is the first overlayed row on the map: Search and Geolocation */}
|
||||
<div className={styles.mapHeaderRow}>
|
||||
<MapSearch goToPlace={goToPlace} mapRef={mapRef} selectFeatureOnMap={selectFeatureOnMap}/>
|
||||
<MapSearch goToPlace={goToPlace} mapRef={mapRef} selectFeatureOnMap={selectFeatureOnMap}
|
||||
selectedFeatureId={selectedFeatureId}/>
|
||||
|
||||
{/* Geolocate Icon */}
|
||||
<div className={styles.geolocateBox}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue