diff --git a/src/components/map/adcirc-raster-layer.js b/src/components/map/adcirc-raster-layer.js index 9b74c34..d36d38e 100644 --- a/src/components/map/adcirc-raster-layer.js +++ b/src/components/map/adcirc-raster-layer.js @@ -146,11 +146,7 @@ export const AdcircRasterLayer = (layer) => { // populate selectedObservations list with the newly selected observation point setSelectedObservations(previous => [...previous, pointProps]); - } else - setAlertMsg({ - 'severity': 'warning', - 'msg': 'Geo-point selection is not available for the ' + layer.properties['product_name'] + ' product.' - }); + } } });