{ "currentVersion": 10.91, "id": 5, "name": "RI Existing Bicycle Facilities", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": 247152.86082133278, "ymin": 94370.03520192206, "xmax": 428466.5431407504, "ymax": 339470.77793908864, "spatialReference": { "wkid": 102730, "latestWkid": 3438 } }, "sourceSpatialReference": { "wkid": 102730, "latestWkid": 3438 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "VHBCategory", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 76, 230, 0, 255 ], "width": 2 }, "value": "BL", "label": "Bike Lane", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 2 }, "value": "CO", "label": "Completed and Opened", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 191, 173, 0, 255 ], "width": 2 }, "value": "S", "label": "Statewide Bicycle Route Signing", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "ROAD_NAME", "typeIdField": "VHBCategory", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "ROAD_NAME", "type": "esriFieldTypeString", "alias": "ROAD_NAME", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "ROAD_NAME" }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "STATUS" }, { "name": "PROJ_NAME", "type": "esriFieldTypeString", "alias": "PROJ_NAME", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PROJ_NAME" }, { "name": "TYPE", "type": "esriFieldTypeString", "alias": "TYPE", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "TYPE" }, { "name": "TOWN", "type": "esriFieldTypeString", "alias": "TOWN", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "TOWN" }, { "name": "SHAPE_Leng", "type": "esriFieldTypeDouble", "alias": "SHAPE_Leng", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE_Leng" }, { "name": "VHBCategory", "type": "esriFieldTypeString", "alias": "VHB Category", "domain": { "type": "codedValue", "name": "VHBCategory", "description": "", "codedValues": [ { "name": "Completed & Opened", "code": "CO" }, { "name": "Bike Lane", "code": "BL" }, { "name": "Statewide Bicycle Route Signing", "code": "S" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "VHBCategory" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R34_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S19_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": "BL", "name": "BL", "domains": { "VHBCategory": {"type": "inherited"} }, "templates": [ { "name": "BL", "description": "", "prototype": { "attributes": { "SHAPE_Leng": null, "VHBCategory": "BL", "ROAD_NAME": null, "STATUS": null, "PROJ_NAME": null, "TYPE": null, "TOWN": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "CO", "name": "CO", "domains": { "VHBCategory": {"type": "inherited"} }, "templates": [ { "name": "CO", "description": "", "prototype": { "attributes": { "SHAPE_Leng": null, "VHBCategory": "CO", "ROAD_NAME": null, "STATUS": null, "PROJ_NAME": null, "TYPE": null, "TOWN": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "S", "name": "S", "domains": { "VHBCategory": {"type": "inherited"} }, "templates": [ { "name": "S", "description": "", "prototype": { "attributes": { "SHAPE_Leng": null, "VHBCategory": "S", "ROAD_NAME": null, "STATUS": null, "PROJ_NAME": null, "TYPE": null, "TOWN": null } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }