arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
- [ ] Add a "Lint Sources" Build Phase to the "Test Runner" target. All other project targets have this phase now. - [ ] Resolve newly raised linter warnings...
#### 1. Use DocC links - #392 adds tutorial links in the component documentation. The absolute URLs to the tutorials can be replaced with [links to the specific tutorial doc](https://developer.apple.com/documentation/xcode/formatting-your-documentation-content#:~:text=%3Cdoc%3A/tutorials/SlothCreator%3E)....
Can we make use of the new ControlGroup SwiftUI View to create a GeometryEditor "toolbar"? 
An initial version of a Floating Panel has been created. The goal is to have a component similar in functionality to the Data Collection Open Source App floating panel. The...
- Fallback to `FloorLevel.levelNumber` - See also Common Toolkit # 227 - Consider nesting `FloorFilterAutomaticSelectionMode` and `FloorFilterSelection` as noted [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/392#discussion_r1294948228)
- Nest `ScalebarSettings`, `ScalebarStyle`, `ScalebarUnits` as suggested [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/392#discussion_r1294959244)
The floating panel animates differently than the built-in sheet. It seems like it "rolls out" as opposed to pushing content around like the sheet does. From @dfeinzimer : > I...
The component unit tests need to access online resources to run. An example of this is the Search unit tests, which generate a large amount of geocoding requests. It would...
The basemap gallery re-queries the portal for the basemaps every time it's shown. Is there a way that we can avoid that? I'm using the gallery like so: ```swift .sheet(isPresented:...
There've been several reports of an issue with resolving the 200.4 package due to Git LFS: ``` Couldn't check out revision 'a01f570fc225c2ada99913c3430cc42b948075f0': git-lfs filter-process: git-lfs: command not found fatal: the...