-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Release Merge #279
Release Merge #279
Conversation
…oScreen point conversions, missing xml comments in JsModuleManager
FeatureLayer Client-side Graphics method fixes
Fix for snapping back to param-defined extent on mouse wheel
/// </summary> | ||
[Parameter] | ||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] | ||
public bool? Visible { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so it default to true in JS if its null?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, using the copyValuesIfExist
pattern in the TypeScript, we only set this if the user does, otherwise we leave it unset and the ArcGIS defaults take over.
Release Notes
New Features
Bug Fixes
FeatureLayer
with an emptySource
Cannot Create an Empty FeatureLayer for Client-side Graphics #275Extent
MapView Zoom Resets when OnViewRendered Defined on View #276View.ToScreen
andView.HitTest
point calculations bugLabel.LabelPlacement
(see Breaking Change below)FeatureLayer.Add(graphic)
Breaking Change
Label.LabelPlacement
with an enum