brambow

Results 2 issues of brambow

The "county" data for New York City is currently provided as a single NYC record, with no FIPS which causes problems for wanting to join this to county GIS data...

enhancement-request

Using v0.7.0 ``` import React, { useState } from 'react'; import { Segment } from 'semantic-ui-react'; import { Slider } from 'react-semantic-ui-range'; const FilterSlider = () => { const [values,...