dymaptic / GeoBlazor

Core Components for the Dymaptic GeoBlazor Library
MIT License
109 stars 19 forks source link

Adding additional Property support to ImageryLayer #233

Open seahro opened 1 year ago

seahro commented 1 year ago

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.

TimPurdum commented 8 months ago

Some of these were added with #313