Esri / esri-leaflet-renderers

Plugin for Esri Leaflet to use drawing information defined in the feature service
51 stars 33 forks source link

more support for 'smart mapping' #101

Closed jgravois closed 4 years ago

jgravois commented 8 years ago

ie: asking the REST API to provide suggestions for classifications/symbology dynamically.

@astauffer will provide more info.

astauffer commented 8 years ago

This is for adding the logic so when someone wants to style data the different methods are available, that are in the JS API as documented here https://developers.arcgis.com/javascript/jsapi/esri.renderers.smartmapping-amd.html

I understand we can read the renderers, but hope to see the methods to generate them within Esri leaflet.

jgravois commented 8 years ago

granted, its semantic at this point, but @kneemer and i agree that the work for making requests to generate renderers belongs in its own distinct plugin. we'll take a crack at writing support for a single renderer type and see just how difficult it is, but theoretically, what comes back from generateRenderer should be ready to slap straight into the code here.