From 3df25b5b0330d48ba498ca44dfae2b78e77d3ed3 Mon Sep 17 00:00:00 2001 From: steveoh Date: Mon, 3 Feb 2025 16:44:11 -0700 Subject: [PATCH] refactor: update legend for gcdb points --- src/components/pageElements/Legend.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/pageElements/Legend.jsx b/src/components/pageElements/Legend.jsx index bce8738..a74fcc9 100644 --- a/src/components/pageElements/Legend.jsx +++ b/src/components/pageElements/Legend.jsx @@ -104,4 +104,9 @@ const layers = [ about: 'PLSS points with an available monument record sheet that was collected as part of the Monument Replacement and Restoration Committee (MRRC) grant program.', }, + { + name: 'GCDB Points', + color: '#fff', + about: "The BLM's geographic coordinate database points.", + }, ];