Skip to content

Commit

Permalink
fix: point UPDES Dischargers 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 7a5450a commit 2efaa93
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 @@ -1068,9 +1068,12 @@ export const dataPages: DownloadMetadata = {
layerId: 0,
},
'Utah DWQ UPDES Dischargers': {
itemId: 'b3eb26c4342f436e96df06a4364b071d',
itemId: 'hosted by DEQ',
externalHubOrganization: 'utahDEQ',
oddHubName: 'Utah UPDES Dischargers',
name: 'Utah DWQ UPDES Dischargers',
featureServiceId: undefined,
featureServiceHost: 'https://services2.arcgis.com/NnxP4LZ3zX8wWmP9/arcgis/rest/services/',
featureServiceId: 'UPDES_Dischargers_gdb',
openSgid: undefined,
layerId: 0,
},
Expand Down

0 comments on commit 2efaa93

Please sign in to comment.