Skip to content

Commit

Permalink
fix: point assessed lakes to DEQ AGOL service
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 21, 2024
1 parent 4f928cb commit f72e9a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/data/downloadMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -991,9 +991,12 @@ export const dataPages: DownloadMetadata = {
layerId: 0,
},
'Utah DWQ Assessed Lakes': {
itemId: '1e96f4fdabe247fdbe7499789d9d14a5',
itemId: 'hosted by DEQ',
externalHubOrganization: 'utahDEQ',
oddHubName: 'Utah Assessed Lakes',
name: 'Utah DWQ Assessed Lakes',
featureServiceId: undefined,
featureServiceHost: 'https://services2.arcgis.com/NnxP4LZ3zX8wWmP9/arcgis/rest/services/',
featureServiceId: 'Assessed_Lakes_gdb',
openSgid: undefined,
layerId: 0,
},
Expand Down

0 comments on commit f72e9a5

Please sign in to comment.