We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BasemapGallery
SceneView
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
When a BasemapGallery is used with a SceneView and no items are provided to the initializer (BasemapGallery(geoModel: scene)), rendering is broken.
BasemapGallery(geoModel: scene)
This appears to have started with #329. If clone() is removed from this line, rendering works correctly.
clone()
arcgis-maps-sdk-swift-toolkit/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryViewModel.swift
Line 98 in 4849188
Update: Appears to have broken between 200.4.0 and 200.5.1
The text was updated successfully, but these errors were encountered:
If it started with #329, it's been around for a while. Any fix will have to ensure that the original issue, #328, doesn't regress.
Sorry, something went wrong.
After looking at this, it seems like an issue with Basemap.clone(). That method is defined in the YAML and should work.
Basemap.clone()
Ref Ping # 2027
dfeinzimer
When branches are created from issues, their pull requests are automatically linked.
When a
BasemapGallery
is used with aSceneView
and no items are provided to the initializer (BasemapGallery(geoModel: scene)
), rendering is broken.This appears to have started with #329. If
clone()
is removed from this line, rendering works correctly.arcgis-maps-sdk-swift-toolkit/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryViewModel.swift
Line 98 in 4849188
Simulator.Screen.Recording.-.iPhone.16.-.2025-03-31.at.17.09.17.mp4
Update: Appears to have broken between 200.4.0 and 200.5.1
The text was updated successfully, but these errors were encountered: