Skip to content

Commit cef0336

Browse files
authored
Merge pull request #651 from Esri/ryan/manageFeatures
[New] Manage Features
2 parents 5b3d1c3 + e0e5860 commit cef0336

File tree

5 files changed

+450
-0
lines changed

5 files changed

+450
-0
lines changed

Samples.xcodeproj/project.pbxproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@
280280
883C121729C914E100062FF9 /* DownloadPreplannedMapAreaView.MapPicker.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 883C121429C9136600062FF9 /* DownloadPreplannedMapAreaView.MapPicker.swift */; };
281281
883C121829C914E100062FF9 /* DownloadPreplannedMapAreaView.Model.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = E0D04FF128A5390000747989 /* DownloadPreplannedMapAreaView.Model.swift */; };
282282
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 */; };
283285
889F9DB62E133CF10025A98E /* ShowMagnifierView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 889F9DB52E133CF10025A98E /* ShowMagnifierView.swift */; };
284286
889F9DB72E133D500025A98E /* ShowMagnifierView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 889F9DB52E133CF10025A98E /* ShowMagnifierView.swift */; };
285287
88AF552A2DD68767003F146E /* ShowServiceAreasForMultipleFacilitiesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88AF55292DD68767003F146E /* ShowServiceAreasForMultipleFacilitiesView.swift */; };
@@ -723,6 +725,7 @@
723725
dstPath = "";
724726
dstSubfolderSpec = 7;
725727
files = (
728+
885F89BA2E0B5F8900C2E456 /* ManageFeaturesView.swift in Copy Source Code Files */,
726729
889F9DB72E133D500025A98E /* ShowMagnifierView.swift in Copy Source Code Files */,
727730
88FB70D92DD3DFA800EB76E3 /* AddOpenStreetMapLayerView.swift in Copy Source Code Files */,
728731
951961AE2E00BD430088B0C2 /* SetMapImageLayerSublayerVisibilityView.swift in Copy Source Code Files */,
@@ -1169,6 +1172,7 @@
11691172
8810FB582DC94A6600874936 /* ApplyFunctionToRasterFromServiceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplyFunctionToRasterFromServiceView.swift; sourceTree = "<group>"; };
11701173
88129D792DD5035A001599A5 /* ShowGeodesicPathBetweenTwoPointsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowGeodesicPathBetweenTwoPointsView.swift; sourceTree = "<group>"; };
11711174
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>"; };
11721176
889F9DB52E133CF10025A98E /* ShowMagnifierView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowMagnifierView.swift; sourceTree = "<group>"; };
11731177
88AF55292DD68767003F146E /* ShowServiceAreasForMultipleFacilitiesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowServiceAreasForMultipleFacilitiesView.swift; sourceTree = "<group>"; };
11741178
88AF554E2DD7EAA7003F146E /* BrowseWMSLayersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowseWMSLayersView.swift; sourceTree = "<group>"; };
@@ -1721,6 +1725,7 @@
17211725
0070791E2DE0E7DC00E06300 /* List geodatabase versions */,
17221726
D776880E2B69826B007C3860 /* List spatial reference transformations */,
17231727
D718A1E92B575FD900447087 /* Manage bookmarks */,
1728+
88BD178A2DE625EA0015C159 /* Manage features */,
17241729
D752D93C2A3914E5003EB25E /* Manage operational layers */,
17251730
D73E61952BDAEE6600457932 /* Match viewpoint of geo views */,
17261731
D7ABA2F52A3256610021822B /* Measure distance in scene */,
@@ -2630,6 +2635,14 @@
26302635
path = "Create and save map";
26312636
sourceTree = "<group>";
26322637
};
2638+
88BD178A2DE625EA0015C159 /* Manage features */ = {
2639+
isa = PBXGroup;
2640+
children = (
2641+
885F89B82E0B5F6100C2E456 /* ManageFeaturesView.swift */,
2642+
);
2643+
path = "Manage features";
2644+
sourceTree = "<group>";
2645+
};
26332646
88C5E0E92DCBC1B20091D271 /* Apply scene property expressions */ = {
26342647
isa = PBXGroup;
26352648
children = (
@@ -4464,6 +4477,7 @@
44644477
4D2ADC6229C5071C003B367F /* ChangeMapViewBackgroundView.Model.swift in Sources */,
44654478
D7848ED82CBD85A300F6F546 /* AddPointSceneLayerView.swift in Sources */,
44664479
0074ABCD2817BCC30037244A /* SamplesApp+Samples.swift.tache in Sources */,
4480+
885F89B92E0B5F6100C2E456 /* ManageFeaturesView.swift in Sources */,
44674481
D79EE76E2A4CEA5D005A52AE /* SetUpLocationDrivenGeotriggersView.Model.swift in Sources */,
44684482
4C81273E2DCA9E31006EF7D2 /* ApplyColormapRendererToRasterView.swift in Sources */,
44694483
10CFF4CA2DBAAFAC0027F144 /* AddFeatureLayerWithTimeOffsetView.swift in Sources */,

0 commit comments

Comments
 (0)