@@ -60,54 +60,50 @@ const createFS = async (portal, featureServiceName) => {
60
60
addToDefinition : JSON . stringify ( {
61
61
layers : [
62
62
{
63
- currentVersion : 10.51 ,
64
63
id : 0 ,
65
64
name : featureServiceName ,
66
65
geometryType : "esriGeometryPoint" ,
67
66
type : "Feature Layer" ,
68
- displayField : "" ,
69
- description : "" ,
70
- copyrightText : "" ,
71
- defaultVisibility : true ,
72
- editingInfo : { lastEditDate : null } ,
73
- isDataVersioned : false ,
74
- supportsAppend : true ,
75
- supportsCalculate : true ,
76
- supportsTruncate : true ,
77
- supportsAttachmentsByUploadId : true ,
78
- supportsAttachmentsResizing : true ,
79
- supportsRollbackOnFailureParameter : true ,
80
- supportsStatistics : true ,
81
- supportsAdvancedQueries : true ,
82
- supportsValidateSql : true ,
83
- supportsCoordinatesQuantization : true ,
84
- supportsApplyEditsWithGlobalIds : false ,
85
- supportsMultiScaleGeometry : true ,
86
- hasGeometryProperties : true ,
87
- geometryProperties : {
88
- shapeLengthFieldName : "Shape__Length" ,
89
- units : "esriMeters" ,
90
- } ,
91
- advancedQueryCapabilities : {
92
- supportsPagination : true ,
93
- supportsPaginationOnAggregatedQueries : true ,
94
- supportsQueryRelatedPagination : true ,
95
- supportsQueryWithDistance : true ,
96
- supportsReturningQueryExtent : true ,
97
- supportsStatistics : true ,
98
- supportsOrderBy : true ,
99
- supportsDistinct : true ,
100
- supportsQueryWithResultType : true ,
101
- supportsSqlExpression : true ,
102
- supportsAdvancedQueryRelated : true ,
103
- supportsCountDistinct : true ,
104
- supportsLod : true ,
105
- supportsReturningGeometryCentroid : false ,
106
- supportsReturningGeometryProperties : true ,
107
- supportsQueryWithDatumTransformation : true ,
108
- supportsHavingClause : true ,
109
- supportsOutFieldSQLExpression : true ,
110
- } ,
67
+ // defaultVisibility: true,
68
+ // editingInfo: { lastEditDate: null },
69
+ // isDataVersioned: false,
70
+ // supportsAppend: true,
71
+ // supportsCalculate: true,
72
+ // supportsTruncate: true,
73
+ // supportsAttachmentsByUploadId: true,
74
+ // supportsAttachmentsResizing: true,
75
+ // supportsRollbackOnFailureParameter: true,
76
+ // supportsStatistics: true,
77
+ // supportsAdvancedQueries: true,
78
+ // supportsValidateSql: true,
79
+ // supportsCoordinatesQuantization: true,
80
+ // supportsApplyEditsWithGlobalIds: false,
81
+ // supportsMultiScaleGeometry: true,
82
+ // hasGeometryProperties: true,
83
+ // geometryProperties: {
84
+ // shapeLengthFieldName: "Shape__Length",
85
+ // units: "esriMeters",
86
+ // },
87
+ // advancedQueryCapabilities: {
88
+ // supportsPagination: true,
89
+ // supportsPaginationOnAggregatedQueries: true,
90
+ // supportsQueryRelatedPagination: true,
91
+ // supportsQueryWithDistance: true,
92
+ // supportsReturningQueryExtent: true,
93
+ // supportsStatistics: true,
94
+ // supportsOrderBy: true,
95
+ // supportsDistinct: true,
96
+ // supportsQueryWithResultType: true,
97
+ // supportsSqlExpression: true,
98
+ // supportsAdvancedQueryRelated: true,
99
+ // supportsCountDistinct: true,
100
+ // supportsLod: true,
101
+ // supportsReturningGeometryCentroid: false,
102
+ // supportsReturningGeometryProperties: true,
103
+ // supportsQueryWithDatumTransformation: true,
104
+ // supportsHavingClause: true,
105
+ // supportsOutFieldSQLExpression: true,
106
+ // },
111
107
useStandardizedQueries : true ,
112
108
minScale : 0 ,
113
109
maxScale : 0 ,
0 commit comments