Configure application

The Address Crowdsourcing application consumes services that are accessible to the general public. You can configure Address Crowdsourcing and share it with the general public. They can then access the application on their smartphones, tablets, and desktop computers.

Address Crowdsourcing

To configure the Address Crowdsourcing application, complete the following steps:

  1. Using Windows Explorer, browse to the Application\AddressCrowdsourcing folder and open the proxy.config file in Microsoft Notepad or another text editor. Enter the URL for each map service referenced in the configuration of the application, and then save the file and exit.
  2. Using Windows Explorer, browse to the Application\AddressCrowdsourcing\js folder and open the config.js file in Microsoft Notepad or another text editor. Replace each URL with the path to your corresponding service, and then save the file and exit.
    Replace each of these URLs... With URLs for these services from your REST endpoint...
    http://yourserver/arcgis/rest/services/GeneralPurpose/MapServer GeneralPurpose basemap
    http://yourserver/arcgis/rest/services/ImageryHybrid/MapServer ImageryReference basemap
    http://yourserver/arcgis/rest/services/AddressCrowdsourcing/FeatureServer/0 AddressCrowdsourcing service
    http://yourserver/arcgis/rest/services/AddressCrowdsourcing/FeatureServer/1 AddressCrowdsourcing service
    http://yourserver/arcgis/rest/services/Utilities/Geometry/GeometryServer Geometry service
Top