{ "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 1, "name": "Construction Labels", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102763, "latestWkid": 3089, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -117434800, "falseY": -91579000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 240, 240, 240, 0 ], "outline": null } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[Label]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "allowOverlapOfFeatureInterior": "avoid", "allowOverlapOfFeatureBoundary": "avoid", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 40, "where": "Status = 'In Progress'", "useCodedValues": true, "maxScale": 2001, "minScale": 3500, "name": "All Labels - In Progress", "priority": 7, "symbol": { "type": "esriTS", "color": [ 255, 211, 127, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 255 ], "haloSize": 1.5, "font": { "family": "Arial", "size": 11, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpression": "[Label]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 576, "stackRowLength": 40, "where": "Status = 'In Progress'", "useCodedValues": true, "maxScale": 3501, "minScale": 15000, "name": "Major Labels - In Progress", "priority": 4, "symbol": { "type": "esriTS", "color": [ 255, 211, 127, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 255 ], "haloSize": 1.5, "font": { "family": "Arial", "size": 9, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpression": "[Label]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "allowOverlapOfFeatureInterior": "avoid", "allowOverlapOfFeatureBoundary": "avoid", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 40, "where": "Status = 'In Progress'", "useCodedValues": true, "maxScale": 0, "minScale": 2000, "name": "All Labels w/ Dates - In Progress", "priority": 10, "symbol": { "type": "esriTS", "color": [ 255, 211, 127, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 255 ], "haloSize": 1.5, "font": { "family": "Arial", "size": 12, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 5276902.275251552, "ymin": 3895181.95807831, "xmax": 5282128.64275156, "ymax": 3906039.5971241444, "spatialReference": { "wkid": 102763, "latestWkid": 3089, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -117434800, "falseY": -91579000, "xyUnits": 3.680733096050825E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ProjectName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "CampusCode", "type": "esriFieldTypeString", "alias": "CampusCode", "length": 2, "domain": null }, { "name": "ProjectName", "type": "esriFieldTypeString", "alias": "ProjectName", "length": 75, "domain": null }, { "name": "Impact", "type": "esriFieldTypeString", "alias": "Impact", "length": 30, "domain": { "type": "codedValue", "name": "d_ConstructionImpact", "description": "Construction Impact Values", "codedValues": [ { "name": "Minor", "code": "Minor" }, { "name": "Major", "code": "Major" }, { "name": "To Be Determined", "code": "To Be Determined" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 30, "domain": { "type": "codedValue", "name": "d_ConstructionStatus", "description": "Construction Status Types", "codedValues": [ { "name": "Complete", "code": "Complete" }, { "name": "In Progress", "code": "In Progress" }, { "name": "Planned", "code": "Planned" }, { "name": "To Be Determined", "code": "To Be Determined" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "StatusDate", "type": "esriFieldTypeDate", "alias": "StatusDate", "length": 8, "domain": null }, { "name": "UpdatedBy", "type": "esriFieldTypeString", "alias": "UpdatedBy", "length": 30, "domain": null }, { "name": "BeginDate", "type": "esriFieldTypeDate", "alias": "BeginDate", "length": 8, "domain": null }, { "name": "EndDate", "type": "esriFieldTypeDate", "alias": "EndDate", "length": 8, "domain": null }, { "name": "LocationDisplay", "type": "esriFieldTypeString", "alias": "LocationDisplay", "length": 30, "domain": { "type": "codedValue", "name": "d_LocationDisplay", "description": "Inside / Outside Campus Boundary", "codedValues": [ { "name": "Inside Campus Boundary", "code": "Inside Campus Boundary" }, { "name": "Outside Campus Boundary", "code": "Outside Campus Boundary" }, { "name": "To Be Determined", "code": "To Be Determined" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 50, "domain": null }, { "name": "Link", "type": "esriFieldTypeString", "alias": "Link", "length": 255, "domain": null }, { "name": "Comment", "type": "esriFieldTypeString", "alias": "Comment", "length": 100, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null }, { "name": "ConstructionID", "type": "esriFieldTypeDouble", "alias": "ConstructionID", "domain": null }, { "name": "ProjectNumber", "type": "esriFieldTypeString", "alias": "ProjectNumber", "length": 50, "domain": null }, { "name": "ProjectManager", "type": "esriFieldTypeString", "alias": "ProjectManager", "length": 70, "domain": null }, { "name": "ConstrCoord", "type": "esriFieldTypeString", "alias": "ConstrCoord", "length": 70, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" }, { "name": "FDO_GlobalID", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5d1b379efb974c57afecf6ccc679cefa" }