{ "layers": [ { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 1, "name": "Stormwater Structure", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.0104166666666667, "zTolerance": 0.0104166666666667, "mTolerance": 2.0E-5, "falseX": -121841900, "falseY": -9.36589999998643E7, "xyUnits": 3072, "falseZ": -5592405.325520853, "zUnits": 768, "falseM": 0, "mUnits": 1599999.9999999998 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "//Drains serviced in the last 30 days\nif (DateDiff(Now(), Date($feature.service_date), 'days') <= 30) \n{\n return \"Serviced within the last 30 days\" \n}\n\n//Drains serviced in the last 6 months\nelse if (DateDiff(Now(), Date($feature.service_date), 'months') <= 6) \n{\n return \"Serviced within the last 6 months\" \n}\n\n//Drains serviced in the last 12 months\nelse if (DateDiff(Now(), Date($feature.service_date), 'months') <= 12)\n{\n return \"Serviced within the last 12 months\" \n}\n\n//Drains serviced in the last 18 months\nelse if (DateDiff(Now(), Date($feature.service_date), 'months') <= 18)\n{\n return \"Serviced within the last 18 months\"\n}\n\n//Drains serviced in the last 2 years\nelse if (DateDiff(Now(), Date($feature.service_date), 'years') <= 2)\n{\n return \"Serviced within the last 2 years\" \n}\n\n//No service date\nelse if (isempty($feature.service_date))\n{\n return \"No recorded service date\" \n}\n\n//Drains not serviced in the last 2 years\nelse\n{\n return \"Not serviced in the last 2 years\"\n}", "valueExpressionTitle": "Drains Serviced", "uniqueValueInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 246, 255, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 112, 255, 255 ], "width": 1.5 } }, "value": "Serviced within the last 30 days", "label": "Serviced within the last 30 days" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 171, 230, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 112, 255, 255 ], "width": 1.5 } }, "value": "Serviced within the last 6 months", "label": "Serviced within the last 6 months" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 88, 240, 0, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 112, 255, 255 ], "width": 1.5 } }, "value": "Serviced within the last 12 months", "label": "Serviced within the last 12 months" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 255, 0, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 112, 255, 255 ], "width": 1.5 } }, "value": "Serviced within the last 18 months", "label": "Serviced within the last 18 months" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 170, 0, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 112, 255, 255 ], "width": 1.5 } }, "value": "Serviced within the last 2 years", "label": "Serviced within the last 2 years" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 0, 0, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 112, 255, 255 ], "width": 1 } }, "value": "Not serviced in the last 2 years", "label": "Not serviced in the last 2 years" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 204, 204, 204, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 112, 255, 255 ], "width": 1.5 } }, "value": "No recorded service date", "label": "No recorded service date" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 81, 81, 255 ], "toColor": [ 237, 81, 81, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 21, 160, 207, 255 ], "toColor": [ 21, 160, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 167, 199, 54, 255 ], "toColor": [ 167, 199, 54, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 85, 156, 255 ], "toColor": [ 158, 85, 156, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 145, 30, 255 ], "toColor": [ 252, 145, 30, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 223, 61, 255 ], "toColor": [ 255, 223, 61, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 136, 216, 255 ], "toColor": [ 247, 136, 216, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 129, 73, 255 ], "toColor": [ 184, 129, 73, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 60, 176, 155, 255 ], "toColor": [ 60, 176, 155, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 107, 107, 214, 255 ], "toColor": [ 107, 107, 214, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 908673.625, "ymin": 628498.2397190332, "xmax": 971462.7044270784, "ymax": 712138.771294564, "spatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "shotplace", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "assetid", "type": "esriFieldTypeString", "alias": "AssetID", "length": 255, "domain": null }, { "name": "location", "type": "esriFieldTypeString", "alias": "Location", "length": 250, "domain": null }, { "name": "district", "type": "esriFieldTypeString", "alias": "District", "length": 50, "domain": null }, { "name": "lifecyclestatus", "type": "esriFieldTypeString", "alias": "LifeCycleStatus", "length": 255, "domain": null }, { "name": "maintenanceentity", "type": "esriFieldTypeString", "alias": "MaintenanceEntity", "length": 50, "domain": null }, { "name": "condition", "type": "esriFieldTypeSmallInteger", "alias": "Condition", "domain": null }, { "name": "condition_disc", "type": "esriFieldTypeString", "alias": "ConditionDescription", "length": 255, "domain": null }, { "name": "conditiondate", "type": "esriFieldTypeDate", "alias": "ConditionDate", "length": 8, "domain": null }, { "name": "service_date", "type": "esriFieldTypeDate", "alias": "Last Service Date", "length": 8, "domain": null }, { "name": "structype", "type": "esriFieldTypeString", "alias": "StructureType", "length": 255, "domain": null }, { "name": "strucmat", "type": "esriFieldTypeString", "alias": "StructureMaterial", "length": 75, "domain": null }, { "name": "accesslid", "type": "esriFieldTypeString", "alias": "AccessLid", "length": 20, "domain": null }, { "name": "shotplace", "type": "esriFieldTypeString", "alias": "shotplace", "length": 50, "domain": null }, { "name": "tup", "type": "esriFieldTypeDouble", "alias": "tup", "domain": null }, { "name": "tdown", "type": "esriFieldTypeDouble", "alias": "tdown", "domain": null }, { "name": "telev", "type": "esriFieldTypeDouble", "alias": "telev", "domain": null }, { "name": "belev", "type": "esriFieldTypeDouble", "alias": "belev", "domain": null }, { "name": "inletelev", "type": "esriFieldTypeDouble", "alias": "inletelev", "domain": null }, { "name": "invout", "type": "esriFieldTypeDouble", "alias": "invout", "domain": null }, { "name": "tmpsid", "type": "esriFieldTypeString", "alias": "tmpsid", "length": 255, "domain": null }, { "name": "vdatum", "type": "esriFieldTypeString", "alias": "vdatum", "length": 10, "domain": null }, { "name": "epoch", "type": "esriFieldTypeString", "alias": "epoch", "length": 10, "domain": null }, { "name": "infosourc", "type": "esriFieldTypeString", "alias": "InfoSource", "length": 255, "domain": null }, { "name": "infodate", "type": "esriFieldTypeDate", "alias": "InfoDate", "length": 8, "domain": null }, { "name": "collmeth", "type": "esriFieldTypeString", "alias": "CollectionMethod", "length": 255, "domain": null }, { "name": "comments", "type": "esriFieldTypeString", "alias": "Comments", "length": 500, "domain": null }, { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "shape", "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "shape" }, "indexes": [ { "name": "r258_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a161_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": false }, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "18dcc52cb3484bc1b258ef8e7b951fdc" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 4, "name": "Stormwater Lines", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.0104166666666667, "zTolerance": 0.0104166666666667, "mTolerance": 2.0E-5, "falseX": -121841900, "falseY": -9.36589999998643E7, "xyUnits": 3072, "falseZ": -5592405.325520853, "zUnits": 768, "falseM": 0, "mUnits": 1599999.9999999998 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 223, 255, 255 ], "width": 1.5 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 908673.625, "ymin": 628498.2397190332, "xmax": 971462.7044270784, "ymax": 712138.771294564, "spatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "linetype", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "assetid", "type": "esriFieldTypeString", "alias": "AssetID", "length": 50, "domain": null }, { "name": "location", "type": "esriFieldTypeString", "alias": "Location", "length": 250, "domain": null }, { "name": "district", "type": "esriFieldTypeString", "alias": "District", "length": 50, "domain": null }, { "name": "lifecyclestatus", "type": "esriFieldTypeString", "alias": "LifeCycleStatus", "length": 255, "domain": null }, { "name": "maintenanceentity", "type": "esriFieldTypeString", "alias": "MaintenanceEntity", "length": 50, "domain": null }, { "name": "linetype", "type": "esriFieldTypeString", "alias": "LineType", "length": 255, "domain": null }, { "name": "condition", "type": "esriFieldTypeSmallInteger", "alias": "Condition", "domain": null }, { "name": "condition_disc", "type": "esriFieldTypeString", "alias": "ConditionDescription", "length": 100, "domain": null }, { "name": "conditiondate", "type": "esriFieldTypeDate", "alias": "ConditionDate", "length": 8, "domain": null }, { "name": "pipeshape", "type": "esriFieldTypeString", "alias": "PipeShape", "length": 15, "domain": null }, { "name": "pipematl", "type": "esriFieldTypeString", "alias": "PipeMaterial", "length": 5, "domain": null }, { "name": "width", "type": "esriFieldTypeDouble", "alias": "Width", "domain": null }, { "name": "heightdia", "type": "esriFieldTypeDouble", "alias": "Height", "domain": null }, { "name": "pipelen", "type": "esriFieldTypeDouble", "alias": "Length", "domain": null }, { "name": "ustd", "type": "esriFieldTypeDouble", "alias": "USTD", "domain": null }, { "name": "dstd", "type": "esriFieldTypeDouble", "alias": "DSTD", "domain": null }, { "name": "usinvelev", "type": "esriFieldTypeDouble", "alias": "USINVELEV", "domain": null }, { "name": "dsinvelev", "type": "esriFieldTypeDouble", "alias": "DSINVELEV", "domain": null }, { "name": "pipeslope", "type": "esriFieldTypeDouble", "alias": "pipeslope", "domain": null }, { "name": "tmppipeid", "type": "esriFieldTypeString", "alias": "tmppipeid", "length": 255, "domain": null }, { "name": "tmpussid", "type": "esriFieldTypeString", "alias": "tmpussid", "length": 255, "domain": null }, { "name": "tmpdssid", "type": "esriFieldTypeString", "alias": "tmpdssid", "length": 255, "domain": null }, { "name": "usassetid", "type": "esriFieldTypeString", "alias": "usassetid", "length": 255, "domain": null }, { "name": "dsassetid", "type": "esriFieldTypeString", "alias": "dsassetid", "length": 255, "domain": null }, { "name": "vdatum", "type": "esriFieldTypeString", "alias": "VDATUM", "length": 10, "domain": null }, { "name": "comments", "type": "esriFieldTypeString", "alias": "COMMENTS", "length": 500, "domain": null }, { "name": "stateguid", "type": "esriFieldTypeGUID", "alias": "stateguid", "length": 38, "domain": null }, { "name": "infosourc", "type": "esriFieldTypeString", "alias": "infosourc", "length": 30, "domain": null }, { "name": "infodate", "type": "esriFieldTypeDate", "alias": "infodate", "length": 8, "domain": null }, { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "shape", "domain": null }, { "name": "st_length(shape)", "type": "esriFieldTypeDouble", "alias": "st_length(shape)", "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "shape" }, "indexes": [ { "name": "r254_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a158_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": false }, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "st_length(shape)", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "18dcc52cb3484bc1b258ef8e7b951fdc" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 3, "name": "Stormwater Easements", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 0, 92, 230, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 2 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 925111.6308399737, "ymin": 642833.782766223, "xmax": 957147.9906516373, "ymax": 700734.4884869009, "spatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "infosource", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "st_area_shape_", "type": "esriFieldTypeDouble", "alias": "st_area_shape_", "domain": null }, { "name": "st_perimeter_shape_", "type": "esriFieldTypeDouble", "alias": "st_perimeter_shape_", "domain": null }, { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "infosource", "type": "esriFieldTypeString", "alias": "infosource", "length": 30, "domain": null }, { "name": "infodate", "type": "esriFieldTypeDate", "alias": "infodate", "length": 8, "domain": null }, { "name": "assetid", "type": "esriFieldTypeString", "alias": "assetid", "length": 50, "domain": null }, { "name": "comments", "type": "esriFieldTypeString", "alias": "comments", "length": 200, "domain": null }, { "name": "easdim", "type": "esriFieldTypeInteger", "alias": "easdim", "domain": null }, { "name": "easetype", "type": "esriFieldTypeString", "alias": "easetype", "length": 50, "domain": null }, { "name": "hyperlink", "type": "esriFieldTypeString", "alias": "hyperlink", "length": 200, "domain": null }, { "name": "northing", "type": "esriFieldTypeDouble", "alias": "northing", "domain": null }, { "name": "easting", "type": "esriFieldTypeDouble", "alias": "easting", "domain": null }, { "name": "edit_date", "type": "esriFieldTypeDate", "alias": "edit_date", "length": 8, "domain": null }, { "name": "edit_by", "type": "esriFieldTypeString", "alias": "edit_by", "length": 100, "domain": null }, { "name": "location", "type": "esriFieldTypeString", "alias": "location", "length": 250, "domain": null }, { "name": "district", "type": "esriFieldTypeString", "alias": "district", "length": 50, "domain": null }, { "name": "condition", "type": "esriFieldTypeSmallInteger", "alias": "condition", "domain": null }, { "name": "conditiondate", "type": "esriFieldTypeDate", "alias": "conditiondate", "length": 8, "domain": null }, { "name": "tier", "type": "esriFieldTypeString", "alias": "tier", "length": 50, "domain": null }, { "name": "lifecyclestatus", "type": "esriFieldTypeString", "alias": "lifecyclestatus", "length": 50, "domain": null }, { "name": "st_area(shape)", "type": "esriFieldTypeDouble", "alias": "st_area(shape)", "domain": null }, { "name": "st_perimeter(shape)", "type": "esriFieldTypeDouble", "alias": "st_perimeter(shape)", "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "r58_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a36_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": false }, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "st_area(shape)", "shapeLengthFieldName": "st_perimeter(shape)", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "18dcc52cb3484bc1b258ef8e7b951fdc" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 0, "name": "Stormwater Management Facilities", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.0104166666666667, "zTolerance": 0.0104166666666667, "mTolerance": 2.0E-5, "falseX": -121841900, "falseY": -9.36589999998643E7, "xyUnits": 3072, "falseZ": -5592405.325520853, "zUnits": 768, "falseM": 0, "mUnits": 1599999.9999999998 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "26adc257c9fe8ff88eaeb965d9715c52", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVQ4ja2SvU/CUBTFDwY/kZg4SCiJgww4scCimyZuoHEjpl3b/8CV+mfQlca44QebCW4wiAuTDDiQ9BEWjKESDNKaW5AilQqJJ2n6bt/Lr+fcd734J3ldd89YDB5Tttb9voSrbTY/SNCSMJEJR1aDVNaq3TIETUI2dDc7iNdkmJ70/qEfewfr1qfSgx4sFtq34LULqCHZHTSMEuCWEgTZiSyPtghI9bX6mtYFlkDv83g8qg0SmAgTcjTuCxLE519wGA1wi5DOt3B/8xarlDsaBCYhyyk2KFXnqB+n/OYPF9N0dLKB8O4Kcmorg1Q9T84GILLIT70QNzW+4433SKk8dsRZHJGarEev0Q3aIANKk/VEzKjacxfwmHkn6JJ70nlm/Yma6qaX6geda0C1Z2pyjixXf4GaE7GcIANKqaCL0fjaXLHgAA3jkfXf5oj03jYcsZyggZSc2kq6WoJpDaE7SOUkAPTMpS92TZD8/AY60AAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 13, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 910611.8291015625, "ymin": 629255.8334690332, "xmax": 969040.5833333284, "ymax": 708525.0971409082, "spatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "category", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "assetid", "type": "esriFieldTypeString", "alias": "assetid", "length": 50, "domain": null }, { "name": "lifecyclestatus", "type": "esriFieldTypeString", "alias": "lifecyclestatus", "length": 50, "domain": null }, { "name": "maintenanceentity", "type": "esriFieldTypeString", "alias": "MaintenanceEntity", "length": 50, "domain": null }, { "name": "condition", "type": "esriFieldTypeSmallInteger", "alias": "condition", "domain": null }, { "name": "condition_disc", "type": "esriFieldTypeString", "alias": "condition_disc", "length": 75, "domain": null }, { "name": "conditiondate", "type": "esriFieldTypeDate", "alias": "ConditionDate", "length": 8, "domain": null }, { "name": "category", "type": "esriFieldTypeString", "alias": "category", "length": 25, "domain": null }, { "name": "smfstype", "type": "esriFieldTypeString", "alias": "smfstype", "length": 50, "domain": null }, { "name": "cntrltype", "type": "esriFieldTypeString", "alias": "cntrltype", "length": 50, "domain": null }, { "name": "lvlsprdr", "type": "esriFieldTypeString", "alias": "lvlsprdr", "length": 10, "domain": null }, { "name": "structmat", "type": "esriFieldTypeString", "alias": "structmat", "length": 75, "domain": null }, { "name": "accesslid", "type": "esriFieldTypeString", "alias": "accesslid", "length": 10, "domain": null }, { "name": "flowpath", "type": "esriFieldTypeString", "alias": "flowpath", "length": 10, "domain": null }, { "name": "obstruct", "type": "esriFieldTypeString", "alias": "obstruct", "length": 25, "domain": null }, { "name": "tdown", "type": "esriFieldTypeDouble", "alias": "tdown", "domain": null }, { "name": "tup", "type": "esriFieldTypeDouble", "alias": "tup", "domain": null }, { "name": "orifdia", "type": "esriFieldTypeInteger", "alias": "orifdia", "domain": null }, { "name": "orifwidth", "type": "esriFieldTypeInteger", "alias": "orifwidth", "domain": null }, { "name": "wallhght", "type": "esriFieldTypeInteger", "alias": "wallhght", "domain": null }, { "name": "wallthick", "type": "esriFieldTypeDouble", "alias": "wallthick", "domain": null }, { "name": "wallwdth", "type": "esriFieldTypeInteger", "alias": "wallwdth", "domain": null }, { "name": "notchhght", "type": "esriFieldTypeInteger", "alias": "notchhght", "domain": null }, { "name": "notchwdth", "type": "esriFieldTypeInteger", "alias": "notchwdth", "domain": null }, { "name": "cadid", "type": "esriFieldTypeString", "alias": "cadid", "length": 20, "domain": null }, { "name": "invout", "type": "esriFieldTypeDouble", "alias": "invout", "domain": null }, { "name": "telev", "type": "esriFieldTypeDouble", "alias": "telev", "domain": null }, { "name": "sdepth", "type": "esriFieldTypeDouble", "alias": "sdepth", "domain": null }, { "name": "tmpsid", "type": "esriFieldTypeString", "alias": "tmpsid", "length": 20, "domain": null }, { "name": "coaverify", "type": "esriFieldTypeString", "alias": "coaverify", "length": 3, "domain": null }, { "name": "coavermet", "type": "esriFieldTypeString", "alias": "coavermet", "length": 50, "domain": null }, { "name": "photoid", "type": "esriFieldTypeString", "alias": "photoid", "length": 41, "domain": null }, { "name": "infodate", "type": "esriFieldTypeDate", "alias": "infodate", "length": 8, "domain": null }, { "name": "infosourc", "type": "esriFieldTypeString", "alias": "infosourc", "length": 30, "domain": null }, { "name": "comments", "type": "esriFieldTypeString", "alias": "comments", "length": 200, "domain": null }, { "name": "collmeth", "type": "esriFieldTypeString", "alias": "collmeth", "length": 6, "domain": null }, { "name": "shotplace", "type": "esriFieldTypeString", "alias": "shotplace", "length": 50, "domain": null }, { "name": "northing", "type": "esriFieldTypeDouble", "alias": "northing", "domain": null }, { "name": "easting", "type": "esriFieldTypeDouble", "alias": "easting", "domain": null }, { "name": "elevation", "type": "esriFieldTypeDouble", "alias": "elevation", "domain": null }, { "name": "vdatum", "type": "esriFieldTypeString", "alias": "vdatum", "length": 10, "domain": null }, { "name": "epoch", "type": "esriFieldTypeString", "alias": "epoch", "length": 10, "domain": null }, { "name": "projnum", "type": "esriFieldTypeString", "alias": "projnum", "length": 10, "domain": null }, { "name": "hyperlink", "type": "esriFieldTypeString", "alias": "hyperlink", "length": 100, "domain": null }, { "name": "research", "type": "esriFieldTypeString", "alias": "research", "length": 50, "domain": null }, { "name": "fldver", "type": "esriFieldTypeString", "alias": "fldver", "length": 15, "domain": null }, { "name": "fldverdat", "type": "esriFieldTypeDate", "alias": "fldverdat", "length": 8, "domain": null }, { "name": "structype", "type": "esriFieldTypeString", "alias": "structype", "length": 50, "domain": null }, { "name": "swdetasset", "type": "esriFieldTypeString", "alias": "swdetasset", "length": 24, "domain": null }, { "name": "gisid", "type": "esriFieldTypeString", "alias": "gisid", "length": 50, "domain": null }, { "name": "location", "type": "esriFieldTypeString", "alias": "location", "length": 250, "domain": null }, { "name": "district", "type": "esriFieldTypeString", "alias": "district", "length": 50, "domain": null }, { "name": "tier", "type": "esriFieldTypeString", "alias": "tier", "length": 50, "domain": null }, { "name": "warrantydate", "type": "esriFieldTypeDate", "alias": "WarrantyDate", "length": 8, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "edit_date", "type": "esriFieldTypeDate", "alias": "edit_date", "length": 8, "domain": null }, { "name": "edit_by", "type": "esriFieldTypeString", "alias": "edit_by", "length": 100, "domain": null }, { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "shape", "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "shape" }, "indexes": [ { "name": "r256_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a159_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": false }, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "18dcc52cb3484bc1b258ef8e7b951fdc" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 2, "name": "Stormwater Detention", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 92, 230, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 2 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 919554.3496317267, "ymin": 642811.7696868926, "xmax": 955042.089679718, "ymax": 696357.7774240673, "spatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "smfstype", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "st_area_shape_", "type": "esriFieldTypeDouble", "alias": "st_area_shape_", "domain": null }, { "name": "st_perimeter_shape_", "type": "esriFieldTypeDouble", "alias": "st_perimeter_shape_", "domain": null }, { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "smfstype", "type": "esriFieldTypeString", "alias": "smfstype", "length": 50, "domain": null }, { "name": "cntrltype", "type": "esriFieldTypeString", "alias": "cntrltype", "length": 50, "domain": null }, { "name": "condition_disc", "type": "esriFieldTypeString", "alias": "condition_disc", "length": 75, "domain": null }, { "name": "cntrlstruc", "type": "esriFieldTypeString", "alias": "cntrlstruc", "length": 20, "domain": null }, { "name": "assetid", "type": "esriFieldTypeString", "alias": "assetid", "length": 50, "domain": null }, { "name": "photoid", "type": "esriFieldTypeString", "alias": "photoid", "length": 50, "domain": null }, { "name": "infodate", "type": "esriFieldTypeDate", "alias": "infodate", "length": 8, "domain": null }, { "name": "infosourc", "type": "esriFieldTypeString", "alias": "infosourc", "length": 30, "domain": null }, { "name": "comments", "type": "esriFieldTypeString", "alias": "comments", "length": 200, "domain": null }, { "name": "northing", "type": "esriFieldTypeDouble", "alias": "northing", "domain": null }, { "name": "easting", "type": "esriFieldTypeDouble", "alias": "easting", "domain": null }, { "name": "usinvelev", "type": "esriFieldTypeDouble", "alias": "usinvelev", "domain": null }, { "name": "dsinvelev", "type": "esriFieldTypeDouble", "alias": "dsinvelev", "domain": null }, { "name": "storcapac", "type": "esriFieldTypeDouble", "alias": "storcapac", "domain": null }, { "name": "vdatum", "type": "esriFieldTypeString", "alias": "vdatum", "length": 50, "domain": null }, { "name": "projnum", "type": "esriFieldTypeString", "alias": "projnum", "length": 10, "domain": null }, { "name": "hyperlink", "type": "esriFieldTypeString", "alias": "hyperlink", "length": 200, "domain": null }, { "name": "research", "type": "esriFieldTypeString", "alias": "research", "length": 50, "domain": null }, { "name": "fldver", "type": "esriFieldTypeString", "alias": "fldver", "length": 15, "domain": null }, { "name": "fldverdat", "type": "esriFieldTypeDate", "alias": "fldverdat", "length": 8, "domain": null }, { "name": "edit_date", "type": "esriFieldTypeDate", "alias": "edit_date", "length": 8, "domain": null }, { "name": "edit_by", "type": "esriFieldTypeString", "alias": "edit_by", "length": 100, "domain": null }, { "name": "location", "type": "esriFieldTypeString", "alias": "location", "length": 250, "domain": null }, { "name": "district", "type": "esriFieldTypeString", "alias": "district", "length": 50, "domain": null }, { "name": "condition", "type": "esriFieldTypeSmallInteger", "alias": "condition", "domain": null }, { "name": "tier", "type": "esriFieldTypeString", "alias": "tier", "length": 50, "domain": null }, { "name": "lifecyclestatus", "type": "esriFieldTypeString", "alias": "lifecyclestatus", "length": 50, "domain": null }, { "name": "conditiondate", "type": "esriFieldTypeDate", "alias": "conditiondate", "length": 8, "domain": null }, { "name": "maintenanceentity", "type": "esriFieldTypeString", "alias": "maintenanceentity", "length": 50, "domain": null }, { "name": "warrantydate", "type": "esriFieldTypeDate", "alias": "warrantydate", "length": 8, "domain": null }, { "name": "st_area(shape)", "type": "esriFieldTypeDouble", "alias": "st_area(shape)", "domain": null }, { "name": "st_perimeter(shape)", "type": "esriFieldTypeDouble", "alias": "st_perimeter(shape)", "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "r57_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a35_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": false }, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "st_area(shape)", "shapeLengthFieldName": "st_perimeter(shape)", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "18dcc52cb3484bc1b258ef8e7b951fdc" } ], "tables": [] }