Skip to content

Commit

Permalink
fix: upgrade to v2 of print proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jul 8, 2024
1 parent bde1f98 commit 1b604a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default {
urls: {
masquerade:
'https://masquerade.ugrc.utah.gov/arcgis/rest/services/UtahLocator/GeocodeServer',
print: 'https://print.agrc.utah.gov/14/arcgis/rest/services/GPServer/export',
print:
'https://print.ugrc.utah.gov/v2/14/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task',
utahPLSS:
'https://tiles.arcgis.com/tiles/99lidPhWCzftIe9K/arcgis/rest/services/UtahPLSS/VectorTileServer',
landOwnership:
Expand Down

0 comments on commit 1b604a0

Please sign in to comment.