Skip to content

Commit

Permalink
Merge pull request #810 from hackforla/807-FRONT-NCBoundaryUpdate
Browse files Browse the repository at this point in the history
807 front nc boundary update
  • Loading branch information
adamkendis authored Sep 18, 2020
2 parents 611ef8c + b8789a5 commit dfd2805
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/PinMap/PinMap.jsx
Original file line number Diff line number Diff line change
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-2019-centroid.json';
import ncOverlay from '../../data/nc-boundary-2020.json';

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

0 comments on commit dfd2805

Please sign in to comment.