-
Notifications
You must be signed in to change notification settings - Fork 21
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
What is the best way to render a feature layer using drawingInfo in Webmap JSON? #34
Comments
just to clarify, it sounds like you are proposing:
is that correct? |
Yes, that's right. |
I have updated to rewrite It use new L.esri.featureLayer({
url: 'http://...',
drawingInfo: webmapJson.***.drawingInfo
}); Please check it out. |
I think that feature layers to include a feature collection with
drawingInfo
should be rendered using Esri Leaflet Renderers in the issue #32 .The goal of this concept is that all feature layers use the same logic as Esri Leaflet Renderers to render.
There are prospected requirements to perform it.
drawingInfo
FeatureCollection
using renderer modules of Esri Leaflet Renderers (for the present)The text was updated successfully, but these errors were encountered: