Don't dispatch change events when reading features
Based on initial work by https://github.com/Jinkwon
This commit is contained in:
@@ -121,7 +121,7 @@ class GeoJSON extends JSONFeature {
|
||||
}
|
||||
|
||||
if (geoJSONFeature['properties']) {
|
||||
feature.setProperties(geoJSONFeature['properties']);
|
||||
feature.setProperties(geoJSONFeature['properties'], true);
|
||||
}
|
||||
return feature;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user