Skip to content
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
56dff8a
initial commit
chriswebb09 Jun 15, 2026
a4dee50
update sample
chriswebb09 Jun 15, 2026
7f82f45
update readme
chriswebb09 Jun 15, 2026
29c72c1
update readme
chriswebb09 Jun 15, 2026
12b2a93
update
chriswebb09 Jun 15, 2026
5f5135e
update
chriswebb09 Jun 15, 2026
c6bb865
update for script error
chriswebb09 Jun 15, 2026
262df01
update
chriswebb09 Jun 15, 2026
025101a
add in comma
chriswebb09 Jun 15, 2026
90662b0
update
chriswebb09 Jun 15, 2026
3f82dfc
update
chriswebb09 Jun 15, 2026
7994419
update
chriswebb09 Jun 15, 2026
028fc69
Apply suggestions from code review
chriswebb09 Jun 15, 2026
2816732
fix optional error
chriswebb09 Jun 15, 2026
0314c69
Apply suggestions from code review
chriswebb09 Jun 15, 2026
eefe293
update
chriswebb09 Jun 15, 2026
ed6ad2d
update
chriswebb09 Jun 15, 2026
f6c315f
Apply suggestions from code review
chriswebb09 Jun 15, 2026
c2cb7e9
Apply suggestions from code review
chriswebb09 Jun 15, 2026
8eb53ac
update indentation
chriswebb09 Jun 15, 2026
3d16479
update formatting
chriswebb09 Jun 15, 2026
86e16a2
Potential fix for pull request finding
chriswebb09 Jun 15, 2026
92129d9
update remove textfield
chriswebb09 Jun 15, 2026
823c370
update
chriswebb09 Jun 15, 2026
9932321
update
chriswebb09 Jun 15, 2026
306038d
cleanup
chriswebb09 Jun 15, 2026
e49a67d
Apply suggestions from code review
chriswebb09 Jun 16, 2026
caaa93a
fix error
chriswebb09 Jun 16, 2026
a75a2c1
cleanup
chriswebb09 Jun 16, 2026
a43a17f
update
chriswebb09 Jun 16, 2026
f3a118c
cleanup
chriswebb09 Jun 16, 2026
6759ded
Apply suggestions from code review
chriswebb09 Jun 16, 2026
9d70469
Merge branch 'v.next' into chrisw/navigate-and-interact-with-keyboard
chriswebb09 Jun 16, 2026
a45d9e0
Apply suggestions from code review
chriswebb09 Jun 16, 2026
c3fcd46
make method names more idiomatic, add in comments, make envelope reap…
chriswebb09 Jun 17, 2026
b8d2ed3
Apply suggestions from code review
chriswebb09 Jun 18, 2026
fbccaeb
simplify code
chriswebb09 Jun 22, 2026
9b7f48d
update tipkit initialization
chriswebb09 Jun 22, 2026
7148266
update
chriswebb09 Jun 22, 2026
63ebd9a
fix formatting
chriswebb09 Jun 22, 2026
5ef82e6
Apply suggestions from code review
chriswebb09 Jun 22, 2026
02f2e40
revert change to README
chriswebb09 Jun 23, 2026
8b715d9
add bac additional info section
chriswebb09 Jun 23, 2026
d85ecd4
Merge remote-tracking branch 'refs/remotes/origin/chrisw/navigate-and…
chriswebb09 Jun 23, 2026
e555b4a
fix ofr linting error in README
chriswebb09 Jun 23, 2026
c16eb60
update envelope logic
chriswebb09 Jun 24, 2026
49a79b7
update halo wddwxr logic
chriswebb09 Jun 24, 2026
5879ba0
hide and show keyboard tip depending when keyboard is active
chriswebb09 Jun 24, 2026
f0e8d34
update
chriswebb09 Jun 24, 2026
d8e399e
cleanup
chriswebb09 Jun 25, 2026
9cad02e
Potential fix for pull request finding
chriswebb09 Jun 25, 2026
939730b
update map scale and only show keyboard tip when keyboard is active
chriswebb09 Jun 26, 2026
6f07fd9
Apply suggestions from code review
chriswebb09 Jun 26, 2026
c4e515b
update README url for swift
chriswebb09 Jun 26, 2026
c8e6a28
add changes for review
chriswebb09 Jun 26, 2026
30d9c7f
Apply suggestions from code review
chriswebb09 Jun 29, 2026
89bfc9e
Apply suggestions from code review
chriswebb09 Jun 29, 2026
3853780
stash
chriswebb09 Jun 30, 2026
779f23d
stash 2
chriswebb09 Jun 30, 2026
7431fe4
update keyboard actions
chriswebb09 Jun 30, 2026
3d47da4
update tips text
chriswebb09 Jun 30, 2026
5511dfb
remove unused code
chriswebb09 Jun 30, 2026
210a9a2
Apply suggestions from code review
chriswebb09 Jun 30, 2026
4f9563c
Apply suggestions from code review
chriswebb09 Jun 30, 2026
a9b5ded
update keyboard functionality
chriswebb09 Jul 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Samples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@
95321B302E554B31002E9DE2 /* ApplyRenderersToSceneLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95321B2F2E554B20002E9DE2 /* ApplyRenderersToSceneLayerView.swift */; };
95321B322E554B88002E9DE2 /* ApplyRenderersToSceneLayerView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 95321B2F2E554B20002E9DE2 /* ApplyRenderersToSceneLayerView.swift */; };
9537AFD72C220EF0000923C5 /* ExchangeSetwithoutUpdates in Resources */ = {isa = PBXBuildFile; fileRef = 9537AFD62C220EF0000923C5 /* ExchangeSetwithoutUpdates */; settings = {ASSET_TAGS = (ConfigureElectronicNavigationalCharts, ); }; };
95398E6F2FDFAF1600E30CE8 /* NavigateMapAndIdentifyFeaturesWithKeyboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95398E6E2FDFAF1400E30CE8 /* NavigateMapAndIdentifyFeaturesWithKeyboardView.swift */; };
95398E712FDFAF6300E30CE8 /* NavigateMapAndIdentifyFeaturesWithKeyboardView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 95398E6E2FDFAF1400E30CE8 /* NavigateMapAndIdentifyFeaturesWithKeyboardView.swift */; };
9547085C2C3C719800CA8579 /* EditFeatureAttachmentsView.Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9547085B2C3C719800CA8579 /* EditFeatureAttachmentsView.Model.swift */; };
954AEDEE2C01332600265114 /* SelectFeaturesInSceneLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954AEDED2C01332600265114 /* SelectFeaturesInSceneLayerView.swift */; };
955271612C0E6749009B1ED4 /* AddRasterFromServiceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955271602C0E6749009B1ED4 /* AddRasterFromServiceView.swift */; };
Expand Down Expand Up @@ -775,6 +777,7 @@
dstPath = "";
dstSubfolder = Resources;
files = (
95398E712FDFAF6300E30CE8 /* NavigateMapAndIdentifyFeaturesWithKeyboardView.swift in Copy Source Code Files */,
D7CDCBAC2F86C3CE00B6C6AE /* ShowLineOfSightAnalysisInMapView.swift in Copy Source Code Files */,
D73169B42F7D990600AB132D /* ShowInteractiveViewshedWithAnalysisOverlayView.swift in Copy Source Code Files */,
0082E7142F73108D006A4C7F /* ApplyMapAlgebraView.swift in Copy Source Code Files */,
Expand Down Expand Up @@ -1276,6 +1279,7 @@
9520B2B42E135AD800B3BEF9 /* ShowExploratoryLineOfSightBetweenGeoelementsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowExploratoryLineOfSightBetweenGeoelementsView.swift; sourceTree = "<group>"; };
95321B2F2E554B20002E9DE2 /* ApplyRenderersToSceneLayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplyRenderersToSceneLayerView.swift; sourceTree = "<group>"; };
9537AFD62C220EF0000923C5 /* ExchangeSetwithoutUpdates */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ExchangeSetwithoutUpdates; sourceTree = "<group>"; };
95398E6E2FDFAF1400E30CE8 /* NavigateMapAndIdentifyFeaturesWithKeyboardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigateMapAndIdentifyFeaturesWithKeyboardView.swift; sourceTree = "<group>"; };
9547085B2C3C719800CA8579 /* EditFeatureAttachmentsView.Model.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditFeatureAttachmentsView.Model.swift; sourceTree = "<group>"; };
954AEDED2C01332600265114 /* SelectFeaturesInSceneLayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectFeaturesInSceneLayerView.swift; sourceTree = "<group>"; };
955271602C0E6749009B1ED4 /* AddRasterFromServiceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddRasterFromServiceView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1837,6 +1841,7 @@
D7352F8D2BD992C40013FFEF /* Monitor changes to draw status */,
D71371782BD88ECC00EB2F86 /* Monitor changes to layer view state */,
D752D9422A3A6EB8003EB25E /* Monitor changes to map load status */,
95398E702FDFAF2300E30CE8 /* Navigate map view and identify features with keyboard */,
75DD739029D38B1B0010229D /* Navigate route */,
D7588F5B2B7D8DAA008B75E2 /* Navigate route with rerouting */,
D76929F32B4F78340047205E /* Orbit camera around object */,
Expand Down Expand Up @@ -2942,6 +2947,14 @@
path = 9d2987a825c646468b3ce7512fb76e2d;
sourceTree = "<group>";
};
95398E702FDFAF2300E30CE8 /* Navigate map view and identify features with keyboard */ = {
isa = PBXGroup;
children = (
95398E6E2FDFAF1400E30CE8 /* NavigateMapAndIdentifyFeaturesWithKeyboardView.swift */,
);
path = "Navigate map view and identify features with keyboard";
sourceTree = "<group>";
};
954AEDEF2C01332F00265114 /* Select features in scene layer */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -4875,6 +4888,7 @@
007079212DE0E7E800E06300 /* ListGeodatabaseVersionsView.swift in Sources */,
0086F40128E3770A00974721 /* ShowExploratoryViewshedFromPointInSceneView.swift in Sources */,
0044289229C90C0B00160767 /* GetElevationAtPointOnSurfaceView.swift in Sources */,
95398E6F2FDFAF1600E30CE8 /* NavigateMapAndIdentifyFeaturesWithKeyboardView.swift in Sources */,
00E1D90B2BC0AF97001AEB6A /* SnapGeometryEditsView.SnapSettingsView.swift in Sources */,
D7E440D72A1ECE7D005D74DE /* CreateBuffersAroundPointsView.swift in Sources */,
00D4EF802863842100B9CC30 /* AddFeatureLayersView.swift in Sources */,
Expand Down
Loading
Loading