Innovate-Inc / EnviroAtlas

A Repository for the EnviroAtlas application
3 stars 1 forks source link

Initialize filter widget #60

Closed torrin47 closed 8 years ago

torrin47 commented 8 years ago

Load and display layers from config file in some presentable table.

torrin47 commented 8 years ago

https://github.com/Mottie/tablesorter/wiki

Baohong commented 8 years ago

Widget SimpleSearchFilter is created. All layer's categories are placed under each layer name as place holder of "Y;N;Y;N;N;N;N;Y" representing the true of false of following categories: "Clean Air;Clean and Plentiful Water;Climate Stabilization;Natural Hazard Mitigation;Recreation, Culture, and Aesthetics;People and SupplementalBuilt Spaces;Biodiversity Conservation". One thing need to be mentioned that there are two categories "People and Built Spaces; Supplemental" cannot be found in config.json. Barb and Torrin, could any of you double check with that?

But this widget only add the selected layers. Layer delete function is not available yet.

Pull request is created for the code also.

torrin47 commented 8 years ago

See issue #61 for icons.

brosenbaum commented 8 years ago

quick update: the icons for PBS and Supplemental will be added - I found some new/appropriate icons I can edit.

And, to answer Baohong's question, the list did not have any PBS or Supplemental layers. I can update the excel file that the json is created from so we can add some of these.

On Wed, Dec 9, 2015 at 9:20 AM, Torrin Hultgren notifications@github.com wrote:

See issue #61 https://github.com/Innovate-Inc/EnviroAtlas/issues/61 for icons.

— Reply to this email directly or view it on GitHub https://github.com/Innovate-Inc/EnviroAtlas/issues/60#issuecomment-163330099 .

Barbara Rosenbaum Innovate!, Inc. Office: (541) 929-6622 Message: (703) 922.9090 x 739 brosenbaum@innovateteam.com

Innovate!, Inc. is a Virginia-based 8(a), Hispanic- and woman-owned business delivering Geospatial, Information Technology, Security, Business Consulting, Project Management and Executive Coaching solutions to our government and private sector clients. Check us out at www.innovateteam.com.

Baohong commented 8 years ago

Remove Layers button and category icons have been added to filter widget. Sprite style sheet is used. Pull request has been created.