Is This Content Helpful?
How can we make this better? Please provide as much detail as possible.
Contact our Support Team
The ArcGIS for Local Government Tax Parcel Viewer (10.1) uses hardcoded sample map services in the utils.js file instead of using the map services defined in the config.js file. This prevents the Create Property Report and Create Property Map functions from generating the correct pdf content.
This is caused by hardcoded values in the utils.js file.
The steps provided describe how to update ArcGIS for Local Government’s Tax Parcel Viewer application (10.1) to use the organization's map services for generating property reports and property maps.
"url": "http://localgovtemplates.esri.com/ArcGIS/rest/services/TaxParcelQuery/MapServer/0",
"url": "http://<yourserver.yourdomain.com>/ArcGIS/rest/services/TaxParcelQuery/MapServer/0",
"url": "http://localgovtemplates.esri.com/ArcGIS/rest/services/ParcelPublicAccessforBloomfield/MapServer"
"url": "http://<yourserver.yourdomain.com>/ArcGIS/rest/services/ParcelPublicAccessMI/MapServer"