Skip to content

Commit

Permalink
update the dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 21, 2024
1 parent c15b978 commit fa16f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/adcirc-raster-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const AdcircRasterLayer = (layer) => {
"station_name": l_props['product_name'] + " " + id,
"lat": lat,
"lon": lon,
"location_name": l_props['product_name'] + "s over time (lon, lat): " + id,
"location_name": "Water level at (lon, lat): " + id,
"model_run_id": layer.group,
"data_source": (l_props['event_type'] + '_' + l_props['grid_type']).toUpperCase(),
"source_name": l_props['model'],
Expand Down

0 comments on commit fa16f5a

Please sign in to comment.