Skip to content

Commit

Permalink
Updated year ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
Omelekhin committed Jan 29, 2024
1 parent 4cf8dd9 commit b0daeda
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions features/Buildings/Houses.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ export enum HouseSourceType {
}

export const AGE_FILTERS_DATA: HistogramDataWithoutValues = [
{ from: 1723, to: 1860, color: '#ff7461' },
{ from: 1860, to: 1917, color: '#ffA34e' },
{ from: 1917, to: 1930, color: '#fee678' },
{ from: 1930, to: 1940, color: '#85e634' },
{ from: 1940, to: 1955, color: '#0f9467' },
{ from: 1723, to: 1861, color: '#ff7461' },
{ from: 1861, to: 1917, color: '#ffA34e' },
{ from: 1917, to: 1934, color: '#fee678' },
{ from: 1934, to: 1941, color: '#85e634' },
{ from: 1941, to: 1945, color: '#00bb9a' },
{ from: 1945, to: 1955, color: '#0f9467' },
{ from: 1955, to: 1991, color: '#71b3ff' },
{ from: 1991, to: 2010, color: '#c270ff' },
{ from: 2010, to: new Date().getFullYear(), color: '#f97bcf' },
Expand Down

1 comment on commit b0daeda

@ekbdev
Copy link

@ekbdev ekbdev commented on b0daeda Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for map ready!

✅ Preview
https://map-r5syg3hyw-ekbdev.vercel.app
https://ekbdev-map-age-filter.vercel.app

Built with commit b0daeda.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.