Skip to content

Commit

Permalink
change the the city council district title for the 2024 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Feb 20, 2024
1 parent c65df6b commit a008f1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/assets/boundaries/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,21 +117,20 @@ export const layers: ILayers = {
formatContent: name => format_default(name)
},
cc: {
name: 'City Council District',
name_plural: 'City Council Districts',
description:
'The New York City Council is the lawmaking body of New York City. It has 51 members from 51 council districts throughout the five boroughs.',
name: 'City Council District (prior to 2024)',
name_plural: 'City Council District (prior to 2024)',
description: 'The New York City Council lines prior to 2024.',
description_url: 'https://council.nyc.gov/',
sql: `SELECT * FROM all_bounds WHERE id = 'cc'`,
icon: '🗽',
formatUrl: name => `https://council.nyc.gov/district-${name}`,
formatContent: name => format_default(name)
},
cc_upcoming: {
name: 'City Council District (Upcoming 2024)',
name_plural: 'City Council Districts (Upcoming 2024)',
name: 'City Council District',
name_plural: 'City Council Districts',
description:
'The New York City Council lines upcoming in 2024',
'The New York City Council is the lawmaking body of New York City. It has 51 members from 51 council districts throughout the five boroughs. The district lines have been updated in 2024.',
description_url: 'https://council.nyc.gov/',
sql: `SELECT * FROM all_bounds WHERE id = 'cc_upcoming'`,
icon: '🍎',
Expand Down Expand Up @@ -181,6 +180,7 @@ export const layers: ILayers = {
icon: '🏘',
formatContent: name => format_default(name)
},
// @ts-ignore
hd: {
name: 'Historic District',
name_plural: 'Historic Districts',
Expand Down

0 comments on commit a008f1e

Please sign in to comment.