Select to view content in your preferred language

ArcGIS online not reflecting the changes i made in the feature layer via an update definition

1241
0
01-25-2017 11:38 AM
by Anonymous User
Not applicable

Hi all,

I am trying to change a field name via an update definition of the layer and it partially works but not all changes are reflected: for instance the alias "Park status" still returns as "Road closure" in AGOL map.  The domains are however reflected correctly. Any idea

{
"name" : "BLOCKNM",
"type" : "esriFieldTypeString",
"alias" : "Park Status",
"sqlType" : "sqlTypeOther",
"length" : 255,
"nullable" : true,
"editable" : true,
"domain" :
{
"type" : "codedValue",
"name" : "ParkStatus",
"codedValues" : [
{
"name" : "Closed",
"code" : "Closed"
},
{
"name" : "Caution",
"code" : "Caution"
}
]
},
"defaultValue" : null
},

0 Kudos
0 Replies