-
Notifications
You must be signed in to change notification settings - Fork 8
Feature branches/localsceneview compose #1035
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
Feature branches/localsceneview compose #1035
Conversation
* Basic LocalSceneView and app * Add content and event handler * Viewpoint events * Add doc * Add interaction options * Start on proxy * Add screen to location to proxy * More params * Update for API change * Remove things from geoview that are not really supported * Fix some names * Fix end of file * Update API * Readme and screenshot for LSV app * Fix file name * Add more to readme * Add a viewpoint method * Add viewpoint methods * Add viewpoint method * Preserve viewpoitn instead of camera * Update API * Time extent is not currently supported * Reorder parameters * Start adding params * Update .api * Add params doc * Add default duration of 3 seconds * Update .api * Reorder params so defaulted value comes last
* Copy API doc * Code review updates
gunt0001
left a comment
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.
@colinanderson - looks good. A few things worth adding to this PR:
- In the main readme, where it says "GeoView-Compose - Compose wrappers for the MapView and SceneView." -> could you enhance this to:
"GeoView-Compose - Compose wrappers for the MapView, SceneView and LocalSceneView." - In the geoview-compose readme:
- where it says "The GeoView-Compose module provides @composable implementations of the MapView and SceneView with a Compose-idiomatic API." -> Could you enhance this to:
"The GeoView-Compose module provides @composable implementations of the MapView, SceneView and LocalSceneView with a Compose-idiomatic API." - under "Other Examples", could you add a link to the LSV micro app
- where it says "The GeoView-Compose module provides @composable implementations of the MapView and SceneView with a Compose-idiomatic API." -> Could you enhance this to:
|
@gunt0001 doc links etc added. Please have another look. |
gunt0001
left a comment
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.
@colinanderson - looks good 👍
sorenoid
left a comment
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.
One issue created to cover some possible shortcomings in doc in the next release.
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.
this file doesn't seem to completely cover LocalSceneView, but I am not sure of the limitations of it at this time. I created an issue to review this for 300 https://devtopia.esri.com/runtime/kotlin/issues/6944
Related to issue: https://devtopia.esri.com/runtime/red-october/issues/2852 https://devtopia.esri.com/runtime/kotlin/issues/6704
Description:
Merge feature branch of LSV in to v.next
Summary of changes:
Pre-merge Checklist