From 33935b914ba717b8647b4bda80184a43a1b10176 Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 2 Apr 2024 11:31:50 -0600 Subject: [PATCH] refactor: update names to open sgid --- src/App.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 81407b31..a01a869b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -94,8 +94,8 @@ export default function App() { }; const gnisSherlock = { - provider: new WebApiProvider(apiKey, 'SGID10.LOCATION.PlaceNamesGNIS2019', 'NAME', { - contextField: 'COUNTY', + provider: new WebApiProvider(apiKey, 'location.gnis_place_names', 'name', { + contextField: 'county', }), label: 'Find Point of Interest', placeHolder: 'place name ...', @@ -104,7 +104,7 @@ export default function App() { }; const citySherlock = { - provider: new WebApiProvider(apiKey, 'SGID10.BOUNDARIES.Municipalities', 'NAME'), + provider: new WebApiProvider(apiKey, 'boundaries.municipal_boundaries', 'name'), label: 'Find City', placeHolder: 'city name ...', maxResultsToDisplay: 10, @@ -181,7 +181,7 @@ export default function App() { via GitHub issues.
  • - Reach out to us on Twitter if you want to chat. + Reach out to us on X if you want to chat.