ynunokawa / L.esri.WebMap

A leaflet plugin to display ArcGIS Web Map.
MIT License
22 stars 21 forks source link

Support for Arcade #74

Open ynunokawa opened 7 years ago

ynunokawa commented 7 years ago

L.esri.WebMap is not able to read custom expressions with Arcade.

References

valueExpression: "return ($feature.P_NUM_F2040 / $feature.P_NUM)"

@jgravois do you have any plan for esri-leaflet-renderers to add new feature to read Arcade?

jgravois commented 7 years ago

if Arcade itself is open sourced in the future (and i have hopes it will be) i will be very keen to implement support for parsing rendering expressions in esri-leaflet-renderers.

ynunokawa commented 7 years ago

@jgravois Thank you, I hope it too.

dmit8914 commented 6 years ago

@jgravois any updates on this?

jgravois commented 6 years ago

unfortunately, no.