|
280 | 280 | 883C121729C914E100062FF9 /* DownloadPreplannedMapAreaView.MapPicker.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 883C121429C9136600062FF9 /* DownloadPreplannedMapAreaView.MapPicker.swift */; }; |
281 | 281 | 883C121829C914E100062FF9 /* DownloadPreplannedMapAreaView.Model.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = E0D04FF128A5390000747989 /* DownloadPreplannedMapAreaView.Model.swift */; }; |
282 | 282 | 883C121929C914E100062FF9 /* DownloadPreplannedMapAreaView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = E070A0A2286F3B6000F2B606 /* DownloadPreplannedMapAreaView.swift */; }; |
| 283 | + 885F89B92E0B5F6100C2E456 /* ManageFeaturesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885F89B82E0B5F6100C2E456 /* ManageFeaturesView.swift */; }; |
| 284 | + 885F89BA2E0B5F8900C2E456 /* ManageFeaturesView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 885F89B82E0B5F6100C2E456 /* ManageFeaturesView.swift */; }; |
283 | 285 | 889F9DB62E133CF10025A98E /* ShowMagnifierView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 889F9DB52E133CF10025A98E /* ShowMagnifierView.swift */; }; |
284 | 286 | 889F9DB72E133D500025A98E /* ShowMagnifierView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 889F9DB52E133CF10025A98E /* ShowMagnifierView.swift */; }; |
285 | 287 | 88AF552A2DD68767003F146E /* ShowServiceAreasForMultipleFacilitiesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88AF55292DD68767003F146E /* ShowServiceAreasForMultipleFacilitiesView.swift */; }; |
|
723 | 725 | dstPath = ""; |
724 | 726 | dstSubfolderSpec = 7; |
725 | 727 | files = ( |
| 728 | + 885F89BA2E0B5F8900C2E456 /* ManageFeaturesView.swift in Copy Source Code Files */, |
726 | 729 | 889F9DB72E133D500025A98E /* ShowMagnifierView.swift in Copy Source Code Files */, |
727 | 730 | 88FB70D92DD3DFA800EB76E3 /* AddOpenStreetMapLayerView.swift in Copy Source Code Files */, |
728 | 731 | 951961AE2E00BD430088B0C2 /* SetMapImageLayerSublayerVisibilityView.swift in Copy Source Code Files */, |
|
1169 | 1172 | 8810FB582DC94A6600874936 /* ApplyFunctionToRasterFromServiceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplyFunctionToRasterFromServiceView.swift; sourceTree = "<group>"; }; |
1170 | 1173 | 88129D792DD5035A001599A5 /* ShowGeodesicPathBetweenTwoPointsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowGeodesicPathBetweenTwoPointsView.swift; sourceTree = "<group>"; }; |
1171 | 1174 | 883C121429C9136600062FF9 /* DownloadPreplannedMapAreaView.MapPicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadPreplannedMapAreaView.MapPicker.swift; sourceTree = "<group>"; }; |
| 1175 | + 885F89B82E0B5F6100C2E456 /* ManageFeaturesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManageFeaturesView.swift; sourceTree = "<group>"; }; |
1172 | 1176 | 889F9DB52E133CF10025A98E /* ShowMagnifierView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowMagnifierView.swift; sourceTree = "<group>"; }; |
1173 | 1177 | 88AF55292DD68767003F146E /* ShowServiceAreasForMultipleFacilitiesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowServiceAreasForMultipleFacilitiesView.swift; sourceTree = "<group>"; }; |
1174 | 1178 | 88AF554E2DD7EAA7003F146E /* BrowseWMSLayersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowseWMSLayersView.swift; sourceTree = "<group>"; }; |
|
1721 | 1725 | 0070791E2DE0E7DC00E06300 /* List geodatabase versions */, |
1722 | 1726 | D776880E2B69826B007C3860 /* List spatial reference transformations */, |
1723 | 1727 | D718A1E92B575FD900447087 /* Manage bookmarks */, |
| 1728 | + 88BD178A2DE625EA0015C159 /* Manage features */, |
1724 | 1729 | D752D93C2A3914E5003EB25E /* Manage operational layers */, |
1725 | 1730 | D73E61952BDAEE6600457932 /* Match viewpoint of geo views */, |
1726 | 1731 | D7ABA2F52A3256610021822B /* Measure distance in scene */, |
|
2630 | 2635 | path = "Create and save map"; |
2631 | 2636 | sourceTree = "<group>"; |
2632 | 2637 | }; |
| 2638 | + 88BD178A2DE625EA0015C159 /* Manage features */ = { |
| 2639 | + isa = PBXGroup; |
| 2640 | + children = ( |
| 2641 | + 885F89B82E0B5F6100C2E456 /* ManageFeaturesView.swift */, |
| 2642 | + ); |
| 2643 | + path = "Manage features"; |
| 2644 | + sourceTree = "<group>"; |
| 2645 | + }; |
2633 | 2646 | 88C5E0E92DCBC1B20091D271 /* Apply scene property expressions */ = { |
2634 | 2647 | isa = PBXGroup; |
2635 | 2648 | children = ( |
|
4464 | 4477 | 4D2ADC6229C5071C003B367F /* ChangeMapViewBackgroundView.Model.swift in Sources */, |
4465 | 4478 | D7848ED82CBD85A300F6F546 /* AddPointSceneLayerView.swift in Sources */, |
4466 | 4479 | 0074ABCD2817BCC30037244A /* SamplesApp+Samples.swift.tache in Sources */, |
| 4480 | + 885F89B92E0B5F6100C2E456 /* ManageFeaturesView.swift in Sources */, |
4467 | 4481 | D79EE76E2A4CEA5D005A52AE /* SetUpLocationDrivenGeotriggersView.Model.swift in Sources */, |
4468 | 4482 | 4C81273E2DCA9E31006EF7D2 /* ApplyColormapRendererToRasterView.swift in Sources */, |
4469 | 4483 | 10CFF4CA2DBAAFAC0027F144 /* AddFeatureLayerWithTimeOffsetView.swift in Sources */, |
|
0 commit comments