You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding support for renderer objects could help support features like R-ArcGIS/arcgislayers#119 and R-ArcGIS/arcgislayers#106 from {arcgislayers}. Here are the three types of "renderers" from the developer documentation:
I've put all these object types in as a checklist so I can check them off when I get them added in. If there are any existing functions for special handling of layer metadata that I should use as a model for structuring these additions, please let me know.
The text was updated successfully, but these errors were encountered:
I just ran across the ESRI CIM Spec documentation and realized that some interoperability with this spec and stylx files from ArcGIS Pro could be a really nice feature https://github.com/Esri/cim-spec
Adding support for
renderer
objects could help support features like R-ArcGIS/arcgislayers#119 and R-ArcGIS/arcgislayers#106 from{arcgislayers}
. Here are the three types of "renderers" from the developer documentation:This will also include adding support for symbol objects:
Also color ramp objects:
And, finally, classification objects:
The documentation on drawingInfo and renderer in the Web Map Specification docs is another relevant reference.
I've put all these object types in as a checklist so I can check them off when I get them added in. If there are any existing functions for special handling of layer metadata that I should use as a model for structuring these additions, please let me know.
The text was updated successfully, but these errors were encountered: