`L.esri.WebMap` is not able to read custom expressions with Arcade. - Map Viewer: http://www.arcgis.com/home/webmap/viewer.html?webmap=f326df59e41a4e508b4ea5ea3dd84c18 - Leaflet: http://ynunokawa.github.io/L.esri.WebMap/index.html?webmap=f326df59e41a4e508b4ea5ea3dd84c18 ### References - [What’s New in ArcGIS Online (December 2016) - ArcGIS Blog](https://blogs.esri.com/esri/arcgis/2016/12/14/whats-new-arcgis-online-december-2016/) - [Arcade Help](https://developers.arcgis.com/arcade/) - WebMap JSON (`webmapjson.layerDefinition.drawingInfo.renderer.valueExpression`) ```js valueExpression: "return ($feature.P_NUM_F2040 / $feature.P_NUM)" ``` @jgravois do you have any plan for [`esri-leaflet-renderers`](https://github.com/Esri/esri-leaflet-renderers) to add new feature to read Arcade?
L.esri.WebMapis not able to read custom expressions with Arcade.References
webmapjson.layerDefinition.drawingInfo.renderer.valueExpression)valueExpression: "return ($feature.P_NUM_F2040 / $feature.P_NUM)"@jgravois do you have any plan for
esri-leaflet-renderersto add new feature to read Arcade?