Skip to content

Commit

Permalink
fix: point storm water 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 eb9a75f commit 2316629
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
"uncategorized",
"underserved",
"Unprotracted",
"UPDES",
"uplan",
"UREZ",
"URMCC",
Expand Down Expand Up @@ -439,11 +440,7 @@
"Yampa",
"zipcode"
],
"cSpell.enableFiletypes": [
"astro",
"markdown",
"mdx"
],
"cSpell.enableFiletypes": ["astro", "markdown", "mdx"],
"[astro]": {
"editor.wordWrapColumn": 120,
"editor.defaultFormatter": "astro-build.astro-vscode"
Expand Down
7 changes: 5 additions & 2 deletions src/data/downloadMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1058,9 +1058,12 @@ export const dataPages: DownloadMetadata = {
layerId: 0,
},
'Utah DWQ Storm Water Dischargers': {
itemId: '30237553e5d74fde9910b3a750dd96bc',
itemId: 'hosted by DEQ',
externalHubOrganization: 'utahDEQ',
oddHubName: 'Utah Storm Water Dischargers',
name: 'Utah DWQ Storm Water Dischargers',
featureServiceId: undefined,
featureServiceHost: 'https://services2.arcgis.com/NnxP4LZ3zX8wWmP9/arcgis/rest/services/',
featureServiceId: 'Storm_Water_UPDES_gdb',
openSgid: undefined,
layerId: 0,
},
Expand Down

0 comments on commit 2316629

Please sign in to comment.