From 6471ae1883a97d445342a510d0e326b82140d5d8 Mon Sep 17 00:00:00 2001 From: steveoh Date: Mon, 3 Feb 2025 16:44:11 -0700 Subject: [PATCH] refactor: placeholder for legend description of new 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..a44c6a6 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: 'Other Calculated', + color: '#fff', + about: 'Interior points yada yada.', + }, ];