Skip to content

Commit

Permalink
update geojson import in map component
Browse files Browse the repository at this point in the history
  • Loading branch information
jmensch1 committed Sep 18, 2020
1 parent 354fefd commit be71959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/PinMap/PinMap.jsx
Expand Up @@ -29,7 +29,7 @@ import Button from '@components/common/Button';
// import neighborhoodOverlay from '../../data/la-county-neighborhoods-v6.json';
// import municipalOverlay from '../../data/la-county-municipal-regions-current.json';
// import councilDistrictsOverlay from '../../data/la-city-council-districts-2012.json';
import ncOverlay from '../../data/nc-boundary-2020.geojson';
import ncOverlay from '../../data/nc-boundary-2020.json';

const { BaseLayer, Overlay } = LayersControl;
const boundaryDefaultColor = COLORS.BRAND.MAIN;
Expand Down

0 comments on commit be71959

Please sign in to comment.