Skip to content

Commit

Permalink
chore: Data layers renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ccallendar committed Aug 2, 2024
1 parent 0f6d8c2 commit fb7a0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/constants/data-layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const DATA_LAYER_GROUPS: DataLayerGroup[] = [
name: 'Agricultural Land Reserve',
layers: [
{
name: 'ALC ALR Polygons',
name: 'ALC Agricultural Land Reserve Polygons',
url: `${BASE_URL}/WHSE_LEGAL_ADMIN_BOUNDARIES.OATS_ALR_POLYS/ows`,
layers: 'pub:WHSE_LEGAL_ADMIN_BOUNDARIES.OATS_ALR_POLYS',
styles: '2',
Expand Down Expand Up @@ -229,7 +229,7 @@ export const DATA_LAYER_GROUPS: DataLayerGroup[] = [
name: 'Wildlife Species at Risk',
layers: [
{
name: 'Critical Habitat for federally-listed species at risk',
name: 'Critical Habitat for Federally-Listed Species at Risk',
url: `${BASE_URL}/WHSE_WILDLIFE_MANAGEMENT.WCP_CRITICAL_HABITAT_SP/ows`,
layers: 'pub:WHSE_WILDLIFE_MANAGEMENT.WCP_CRITICAL_HABITAT_SP',
styles: '4883',
Expand Down

0 comments on commit fb7a0a1

Please sign in to comment.