Related #224
Related #66
While building the ImageryLayer (PR#224), there were a number of properties that are used in the Imagerylayer that are not simple values. (See
Some of these properties have already implemented in prior gissues/PRs. There are a number of properties that still need to be implemented to clean up the imagery layer support instead of using the current copyValues.
Per feedback from PR #224
The following properties probably don't belong in this copyValues and need to be dealt with individually:
pixelFilter: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#pixelFilter
capabilities
customParameters
effect
fields
fieldsIndex
mosaicRule
multidimensionalInfo
rasterFunction
rasterFunctionInfos
serviceRasterInfo
sourceJSON
timeExtent
timeInfo
timeOffset
This gissue is a placeholder for now. It will get edited as additional items are added to the imageryLayer implementation.
Related #224 Related #66 While building the ImageryLayer (PR#224), there were a number of properties that are used in the Imagerylayer that are not simple values. (See Some of these properties have already implemented in prior gissues/PRs. There are a number of properties that still need to be implemented to clean up the imagery layer support instead of using the current
copyValues
. Per feedback from PR #224 The following properties probably don't belong in this copyValues and need to be dealt with individually: pixelFilter: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#pixelFilter capabilities customParameters effect fields fieldsIndex mosaicRule multidimensionalInfo rasterFunction rasterFunctionInfos serviceRasterInfo sourceJSON timeExtent timeInfo timeOffsetThis gissue is a placeholder for now. It will get edited as additional items are added to the imageryLayer implementation.