Configure application

The Campus Place Finder application consumes services that are accessible to employees, students, and visitors on your campus. You can configure the Campus Place Finder application and share it with employees, students, and visitors. They can then access the application on their smartphones, tablets, and desktop computers.

Campus Place Finder

To configure the Campus Place Finder application, complete the following steps:

  1. Using Windows Explorer, browse to the Application\CampusPlaceFinder 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\CampusPlaceFinder\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/Campus/MapServer Campus basemap
    http://yourserver/arcgis/rest/services/ImageryHybrid/MapServer ImageryReference basemap
    http://yourserver/ArcGIS/rest/services/BuildingInterior/MapServer/1/ BuildingInterior service
    http://yourserver/ArcGIS/rest/services/BuildingInterior/MapServer/0 BuildingInterior service
    http://yourserver/ArcGIS/rest/services/BuildingInterior/MapServer/1 BuildingInterior service
    http://yourserver/ArcGIS/rest/services/BuildingInterior/MapServer/4 BuildingInterior service
    http://yourserver/arcgis/rest/services/Utilities/Geometry/GeometryServer Geometry service

Enable the Service Request functionality (optional)

The Service Request functionality allows employees to submit requests for service at their location on the campus. This functionality requires the ServiceRequest feature service and additional configuration of the application.

To enable the Service Request functionality, complete the following steps:

  1. Using Windows Explorer, browse to the Application\CampusPlaceFinder\js folder and open the config.js file in Microsoft Notepad or another text editor.
  2. In the Service Request section, change Is Enabled tag from false to true.
  3. 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/ServiceRequestFloors/FeatureServer/0 ServiceRequestFloors service
    http://yourserver/ArcGIS/rest/services/ServiceRequestFloors/FeatureServer/4 ServiceRequestFloors service
    http://yourserver/ArcGIS/rest/services/BuildingInterior/MapServer/2 BuildingInterior service
Top