Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/localjo/layers-search
Demo of a fast layer search component for Worldview built in React.
https://github.com/localjo/layers-search
Last synced: about 2 months ago
JSON representation
Demo of a fast layer search component for Worldview built in React.
- Host: GitHub
- URL: https://github.com/localjo/layers-search
- Owner: localjo
- Created: 2017-10-20T21:29:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:37:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:42:52.902Z (9 months ago)
- Language: JavaScript
- Homepage: http://iamlocaljo.com/layers-search/
- Size: 5.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# layer-search
An example of a fast layer search component for Worldview built in React.
## Get Started
```
git clone [email protected]:localjo/layer-search.git && cd layer-search
npm install
npm start
```## Usage
Type in the search box and see the layers get filtered.
## More Info
Gets layers from the GIBS API via `GetCapabilities` in [the `App` component](https://github.com/localjo/layers-search/blob/master/src/App.js). There are only two files aside from scaffolding here;
[`LayerSearch` component](https://github.com/localjo/layers-search/blob/master/src/components/LayerSearch/index.js)
[`LayerList` component](https://github.com/localjo/layers-search/blob/master/src/components/LayerList/index.js)