Don't dispatch change events when reading features
Based on initial work by https://github.com/Jinkwon
This commit is contained in:
@@ -117,7 +117,7 @@ class EsriJSON extends JSONFeature {
|
||||
feature.setId(/** @type {number} */(esriJSONFeature.attributes[opt_options.idField]));
|
||||
}
|
||||
if (esriJSONFeature.attributes) {
|
||||
feature.setProperties(esriJSONFeature.attributes);
|
||||
feature.setProperties(esriJSONFeature.attributes, true);
|
||||
}
|
||||
return feature;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user