Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)