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.