Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for renderer objects and related symbol, colorRamp, and classification objects #4

Open
14 tasks
elipousson opened this issue Dec 13, 2023 · 1 comment

Comments

@elipousson
Copy link

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.

@elipousson
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant