You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
Stemming from issue #97, which JSAPI FeatureLayer methods should be supported in esriFeatureLayer? If it doesn't overstep the goals of this repo in terms of adding on a bunch of new layer functionality, it might be nice to include a few that are commonly used.
setters
setDefinitionExpression()
setOpacity()
setVisibility()
[ ] setRenderer()
getters
?
other
?
Would be worthwhile to look over PR #68 to see if anything happens to overlap. At a quick glance, I don't think it will much, but the symbols or renderers might later.
The text was updated successfully, but these errors were encountered:
@tomwayson, awesome, I think we're on the same page here. Once we were discussing visibility and definitionExpression, opacity crossed my mind as being similar and commonly used. After that, I just wanted to 2x check there wasn't anything else within-scope or obvious I was missing that could be vetted in a central place. 😃 Thanks.
Yeah, opacity should be an easy win. Good idea. It also would demonstrate two way binding to a decimal value, rounding out the trifecta with the others ones being boolean and string.
Stemming from issue #97, which JSAPI FeatureLayer methods should be supported in esriFeatureLayer? If it doesn't overstep the goals of this repo in terms of adding on a bunch of new layer functionality, it might be nice to include a few that are commonly used.
setters
setDefinitionExpression()
setOpacity()
setVisibility()
[ ]setRenderer()
getters?other?Would be worthwhile to look over PR #68 to see if anything happens to overlap. At a quick glance, I don't think it will much, but the symbols or renderers might later.
The text was updated successfully, but these errors were encountered: