Skip to content

Commit

Permalink
fix: switch to new pinned DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 19, 2023
1 parent 7443811 commit 950c030
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
},
5: {
// parcels.utah.gov
serviceUrl: 'https://mapserv.utah.gov/arcgis/rest/services/Utilities/PrintingTools/GPServer',
serviceUrl: 'https://data.mapserv.utah.gov/arcgis/rest/services/Utilities/PrintingTools/GPServer',
exportTaskName: 'Export Web Map Task',
getTemplatesTaskName: 'Get Layout Templates Info Task',
quadWord: 'alfred-plaster-crystal-dexter',
Expand All @@ -50,7 +50,7 @@ export default {
},
7: {
// atlas.utah.gov
serviceUrl: 'https://mapserv.utah.gov/arcgis/rest/services/Utilities/PrintingTools/GPServer',
serviceUrl: 'https://data.mapserv.utah.gov/arcgis/rest/services/Utilities/PrintingTools/GPServer',
exportTaskName: 'Export Web Map Task',
getTemplatesTaskName: 'Get Layout Templates Info Task',
quadWord: 'career-exhibit-panel-stadium',
Expand Down Expand Up @@ -92,14 +92,14 @@ export default {
},
14: {
// enviro.deq.utah.gov
serviceUrl: 'https://mapserv.utah.gov/arcgis/rest/services/DEQEnviro/ExportWebMap/GPServer',
serviceUrl: 'https://data.mapserv.utah.gov/arcgis/rest/services/DEQEnviro/ExportWebMap/GPServer',
exportTaskName: 'Export Web Map',
getTemplatesTaskName: '',
quadWord: 'result-table-secure-antenna',
},
15: {
// broadband.utah.gov/map
serviceUrl: 'https://mapserv.utah.gov/arcgis/rest/services/Broadband/ExportWebMap/GPServer',
serviceUrl: 'https://data.mapserv.utah.gov/arcgis/rest/services/Broadband/ExportWebMap/GPServer',
exportTaskName: 'Export Web Map',
getTemplatesTaskName: '',
quadWord: 'reserve-tactic-cricket-spider',
Expand Down Expand Up @@ -127,14 +127,14 @@ export default {
},
19: {
// elections.utah.gov
serviceUrl: 'https://mapserv.utah.gov/arcgis/rest/services/LtGovPoliticalDistricts/ExportWebMap/GPServer',
serviceUrl: 'https://data.mapserv.utah.gov/arcgis/rest/services/LtGovPoliticalDistricts/ExportWebMap/GPServer',
exportTaskName: 'Export Web Map',
getTemplatesTaskName: '',
quadWord: 'andrea-permit-weekend-cable',
},
20: {
// atlas.dev.utah.gov
serviceUrl: 'https://mapserv.utah.gov/arcgis/rest/services/Utilities/PrintingTools/GPServer',
serviceUrl: 'https://data.mapserv.utah.gov/arcgis/rest/services/Utilities/PrintingTools/GPServer',
exportTaskName: 'Export Web Map Task',
getTemplatesTaskName: 'Get Layout Templates Info Task',
quadWord: 'wedding-tactic-enrico-yes',
Expand Down

0 comments on commit 950c030

Please sign in to comment.