{ "currentVersion": 10.91, "id": 30, "name": "TCBMPs", "type": "Feature Layer", "description": "The original data consisted of a table provided by DPW/Watershed Program Management, County of San Diego. The table was converted to GIS from the X and Y coordinate values stored within the table. More recent updates are made by placing a polygon based on a location described on the recorded map. Attribute information for BMP ID, watershed and address is populated by LUEG-GIS. Other attributes are provided by DPW/Watershed Program Management.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102646, "latestWkid": 2230 }, "copyrightText": "County of San Diego, Department of Public Works, LUEG-GIS", "parentLayer": { "id": 29, "name": "Hydrology" }, "subLayers": [], "minScale": 100000, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "BMP_TYPE", "field2": null, "field3": null, "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "defaultLabel": "Unknown", "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 150, 0, 255 ], "width": 3 } }, "value": "det", "label": "Detention BMP", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 85, 255, 0, 255 ], "width": 3 } }, "value": "fil", "label": "Non-Vegetated Filtration BMP", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 3 } }, "value": "infil", "label": "Non-Vegetated Infiltration BMP", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 0, 255 ], "width": 3 } }, "value": "pro", "label": "Proprietary Flow-Through BMP", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 120, 81, 255 ], "width": 3 } }, "value": "veg", "label": "Vegetated BMP", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 150, 255, 255 ], "width": 3 } }, "value": "ssd", "label": "Significant Site Design BMP", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 3 } }, "value": "exempt", "label": "BMP-PDP Exempt", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 6245425.757056475, "ymin": 1783015.9798846245, "xmax": 6516051.6649505645, "ymax": 2100626.967692882, "spatialReference": { "wkid": 102646, "latestWkid": 2230 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "BMP_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "BMP_ID", "type": "esriFieldTypeDouble", "alias": "BMP_ID", "domain": null }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "length": 50, "domain": { "type": "codedValue", "name": "BMP_STATUS", "description": "BMP status", "codedValues": [ { "name": "Accepted", "code": "Accepted" }, { "name": "Not Confirmed", "code": "Not Confirmed" }, { "name": "Pending Public Acceptance", "code": "Pending Public Acceptance" }, { "name": "Proposed", "code": "Proposed" }, { "name": "Removed", "code": "Removed" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CATEGORY", "type": "esriFieldTypeString", "alias": "CATEGORY", "length": 50, "domain": null }, { "name": "SWQMP_RECORD_ID", "type": "esriFieldTypeString", "alias": "SWQMP_RECORD_ID", "length": 100, "domain": null }, { "name": "PERMIT_NUMBER", "type": "esriFieldTypeString", "alias": "PERMIT", "length": 300, "domain": null }, { "name": "PROJECT_CLOSE_DATE", "type": "esriFieldTypeDate", "alias": "PROJECT_CLOSE_DATE", "length": 8, "domain": null }, { "name": "BMP_TYPE", "type": "esriFieldTypeString", "alias": "BMP Classification", "length": 50, "domain": { "type": "codedValue", "name": "BMP_TYPE", "description": "Types of TCBMPs", "codedValues": [ { "name": "Vegetated BMP", "code": "veg" }, { "name": "Detention BMP", "code": "det" }, { "name": "Proprietary Flow-Through BMP", "code": "pro" }, { "name": "Non-Vegetated Filtration BMP", "code": "fil" }, { "name": "Non-Vegetated Infiltration BMP", "code": "infil" }, { "name": "Significant Site Design BMP", "code": "ssd" }, { "name": "BMP-PDP Exempt", "code": "exempt" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BMP_NAME", "type": "esriFieldTypeString", "alias": "BMP_NAME", "length": 100, "domain": { "type": "codedValue", "name": "BMP_NAME", "description": "BMP name", "codedValues": [ { "name": "Biofiltration Area", "code": "Biofiltration Area" }, { "name": "Bioretention Area", "code": "Bioretention Area" }, { "name": "Buffer Strip", "code": "Buffer Strip" }, { "name": "Catch Basin Drain Filter Insert", "code": "Catch Basin Drain Filter Insert" }, { "name": "Catch Basin with Media", "code": "Catch Basin with Media" }, { "name": "Cistern", "code": "Cistern" }, { "name": "Constructed Wetland", "code": "Constructed Wetland" }, { "name": "Curb Inlet Filter", "code": "Curb Inlet Filter" }, { "name": "Curb Inlet Filter with Media", "code": "Curb Inlet Filter with Media" }, { "name": "Detention Basin", "code": "Detention Basin" }, { "name": "Downspout Filter", "code": "Downspout Filter" }, { "name": "Dry Extended Detention Basin", "code": "Dry Extended Detention Basin" }, { "name": "Dry Well", "code": "Dry Well" }, { "name": "Flow-thru Planter", "code": "Flow-thru Planter" }, { "name": "Hydrodynamic Separator System", "code": "Hydrodynamic Separator System" }, { "name": "Impervious Area Dispersion", "code": "Impervious Area Dispersion" }, { "name": "Infiltration Basin", "code": "Infiltration Basin" }, { "name": "Infiltration Trench", "code": "Infiltration Trench" }, { "name": "Media Filter", "code": "Media Filter" }, { "name": "Media Flume Filter", "code": "Media Flume Filter" }, { "name": "Oil/Water Separators", "code": "Oil/Water Separators" }, { "name": "Permeable Pavement", "code": "Permeable Pavement" }, { "name": "Proprietary Biofiltration", "code": "Proprietary Biofiltration" }, { "name": "Rock Swale", "code": "Rock Swale" }, { "name": "Sand Filter", "code": "Sand Filter" }, { "name": "Trash Rack", "code": "Trash Rack" }, { "name": "Tree Well", "code": "Tree Well" }, { "name": "Underground Infiltration Gallery", "code": "Underground Infiltration Gallery" }, { "name": "Vault", "code": "Vault" }, { "name": "Vegetated Swale", "code": "Vegetated Swale" }, { "name": "Wet Pond", "code": "Wet Pond" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PRIORITY", "type": "esriFieldTypeString", "alias": "PRIORITY", "length": 10, "domain": { "type": "codedValue", "name": "BMP_PRIORITY", "description": "BMP priority", "codedValues": [ { "name": "High", "code": "High" }, { "name": "Medium", "code": "Medium" }, { "name": "Low", "code": "Low" }, { "name": "NA", "code": "NA" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "WATERSHED", "type": "esriFieldTypeString", "alias": "WATERSHED", "length": 50, "domain": { "type": "codedValue", "name": "Watersheds", "description": "Watersheds Name from HYD_WATERSHEDS_SG layer", "codedValues": [ { "name": "Anza-borrego", "code": "Anza-borrego" }, { "name": "Carlsbad", "code": "Carlsbad" }, { "name": "Clark", "code": "Clark" }, { "name": "Imperial", "code": "Imperial" }, { "name": "Otay", "code": "Otay" }, { "name": "Penasquitos", "code": "Penasquitos" }, { "name": "Pueblo San Diego", "code": "Pueblo San Diego" }, { "name": "San Diego", "code": "San Diego" }, { "name": "San Diego Bay", "code": "San Diego Bay" }, { "name": "San Dieguito", "code": "San Dieguito" }, { "name": "San Juan", "code": "San Juan" }, { "name": "San Luis Rey", "code": "San Luis Rey" }, { "name": "Santa Margarita", "code": "Santa Margarita" }, { "name": "Sweetwater", "code": "Sweetwater" }, { "name": "Tijuana", "code": "Tijuana" }, { "name": "West Salton", "code": "West Salton" }, { "name": "Whitewater", "code": "Whitewater" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LOCATION_NAME", "type": "esriFieldTypeString", "alias": "Department/Location Name", "length": 100, "domain": null }, { "name": "LOCATION_ADDRESS", "type": "esriFieldTypeString", "alias": "LOCATION_ADDRESS", "length": 200, "domain": null }, { "name": "CREATOR", "type": "esriFieldTypeString", "alias": "CREATOR", "length": 50, "domain": null }, { "name": "CREATED", "type": "esriFieldTypeDate", "alias": "CREATED", "length": 8, "domain": null }, { "name": "EDITOR", "type": "esriFieldTypeString", "alias": "EDITOR", "length": 50, "domain": null }, { "name": "EDITED", "type": "esriFieldTypeDate", "alias": "EDITED", "length": 8, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R42082_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_42082", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S33458_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true, "serviceItemId": "d84e0c216f1a482791eed0f25791be04" }