PROBLEM
In the Park Finder application, when searching for a park by address, name, or activity, the park names are listed as 'undefined' in the results column.
ArcGIS for Local Government provides maps and apps that help implement GIS in a local government context, and a destination where users, partners, and the teams within Esri can collaborate.
The alias listed in the application's configuration file for the park name field does not match the park search service's definition.
http://localgovtemplates2.esri.com/ArcGIS/rest/services/Planning/Parks/MapServer/0
FacilitySitePoint.NAME (Type: esriFieldTypeString, Alias: Park Name, Length: 255)
FacilitySitePoint.NAME (Type: esriFieldTypeString, Alias: Name of Facility, Length: 255)
FacilitySitePoint.NAME (Type: esriFieldTypeString, Alias: Facility Name, Length: 255)
Code:
'InfoWindowHeader' : [
{"FieldName":"FacilitySitePoint.NAME","Alias":"Park Name"}
],
FacilityName (Type: esriFieldTypeString, Alias: Name of Facility, Length: 255)
Code:
'InfoWindowHeader' : [
{"FieldName":"FacilityName","Alias":"Name of Facility"}
],
Article ID: 000011571
Get help from ArcGIS experts
Download the Esri Support App