-
Notifications
You must be signed in to change notification settings - Fork 35
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
[New Sample] Snap Geometry Edits #194
Conversation
e5cbaff
to
04cd7c8
Compare
b03165a
to
5807e02
Compare
- Replace image
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.
Nice sample @Luiy0 , overall looks good. Tested by building it with the sample viewer. Just few minor quality comments:
...metry-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/screens/MainScreen.kt
Outdated
Show resolved
Hide resolved
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
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.
Thanks @Luiy0 - a few minor comments from me, but I leave it to the Kotlin team for official approval.
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...metry-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/screens/MainScreen.kt
Outdated
Show resolved
Hide resolved
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
Hi all, thanks for the reviews. I have added the suggested changes. |
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.
Updates look OK to me @Luiy0 thanks.
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.
Nice sample! I have a few comments but I have used the sample a lot and I know it works well so don't worry if you can't get to all of these
.../src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/BottomSheetContent.kt
Outdated
Show resolved
Hide resolved
.../src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/BottomSheetContent.kt
Outdated
Show resolved
Hide resolved
.../src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/BottomSheetContent.kt
Outdated
Show resolved
Hide resolved
.../src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/BottomSheetContent.kt
Outdated
Show resolved
Hide resolved
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
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.
LGTM
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.
Looks good to me, just the one comment on the file name and package change.
@fpearson1111 @shellygill Thanks for the helpful review here!
Description
This PR is for the
Snap Geometry Edits
sample in theEdit and Manage Data
category.This sample design aims to showcase feature snapping functionality while editing a geometry using the
GeometryEditor
.Links and Data
Design: SnapGeometryEdits
Data: WaterDistributionNetwork
What To Review
How to Test
snap-geometry-edits.mov