Skip to content

Commit e837827

Browse files
authored
Update Snap geometry edits readme (#1571)
1 parent 82afff9 commit e837827

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

  • src
    • MAUI/Maui.Samples/Samples/Geometry/SnapGeometryEdits
    • WPF/WPF.Viewer/Samples/Geometry/SnapGeometryEdits
    • WinUI/ArcGIS.WinUI.Viewer/Samples/Geometry/SnapGeometryEdits

src/MAUI/Maui.Samples/Samples/Geometry/SnapGeometryEdits/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Geometry guides are enabled by default when snapping is enabled. These allow for
6262

6363
On supported platforms haptic feedback on `SnapState.SnappedToFeature` and `SnapState.SnappedToGeometryGuide` is enabled by default when snapping is enabled. Custom haptic feedback can be configured by setting `SnapSettings.IsHapticFeedbackEnabled` to false and listening to `GeometryEditor.SnapChanged` events to provide specific feedback depending on the `SnapState`.
6464

65+
When using `SubtypeFeatureLayer` objects as snap sources instead of `FeatureLayer`, child `SubtypeSublayer` objects are included as snap sources in the parent `SnapSourceSettings.ChildSnapSources` collection in the same order as the `SubtypeFeatureLayer.SubtypeSublayers` collection.
66+
6567
## Tags
6668

6769
edit, feature, geometry editor, graphics, layers, map, snapping

src/WPF/WPF.Viewer/Samples/Geometry/SnapGeometryEdits/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Geometry guides are enabled by default when snapping is enabled. These allow for
6262

6363
On supported platforms haptic feedback on `SnapState.SnappedToFeature` and `SnapState.SnappedToGeometryGuide` is enabled by default when snapping is enabled. Custom haptic feedback can be configured by setting `SnapSettings.IsHapticFeedbackEnabled` to false and listening to `GeometryEditor.SnapChanged` events to provide specific feedback depending on the `SnapState`.
6464

65+
When using `SubtypeFeatureLayer` objects as snap sources instead of `FeatureLayer`, child `SubtypeSublayer` objects are included as snap sources in the parent `SnapSourceSettings.ChildSnapSources` collection in the same order as the `SubtypeFeatureLayer.SubtypeSublayers` collection.
66+
6567
## Tags
6668

6769
edit, feature, geometry editor, graphics, layers, map, snapping

src/WinUI/ArcGIS.WinUI.Viewer/Samples/Geometry/SnapGeometryEdits/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Geometry guides are enabled by default when snapping is enabled. These allow for
6262

6363
On supported platforms haptic feedback on `SnapState.SnappedToFeature` and `SnapState.SnappedToGeometryGuide` is enabled by default when snapping is enabled. Custom haptic feedback can be configured by setting `SnapSettings.IsHapticFeedbackEnabled` to false and listening to `GeometryEditor.SnapChanged` events to provide specific feedback depending on the `SnapState`.
6464

65+
When using `SubtypeFeatureLayer` objects as snap sources instead of `FeatureLayer`, child `SubtypeSublayer` objects are included as snap sources in the parent `SnapSourceSettings.ChildSnapSources` collection in the same order as the `SubtypeFeatureLayer.SubtypeSublayers` collection.
66+
6567
## Tags
6668

6769
edit, feature, geometry editor, graphics, layers, map, snapping

0 commit comments

Comments
 (0)