{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 25, "name": "Trinity Metro Bus Routes", "type": "Feature Layer", "description": "This feature class depicts transit routes operated by Trinity Metro. Trinity Metro is the local transit agency serving Fort Worth and other cities in Tarrant County, Texas. The agency operates local buses, express buses, on-demand microtransit, paratransit, and a commuter rail line. In addition to bus routes, this dataset includes TEXRail and the Grapevine Visitor Shuttle. Data was derived from Trinity Metro's GTFS (General Transit Feed Specification) data available from their download page: https://ridetrinitymetro.org/gtfs-data/ This data is being provided solely for informational purposes. Trinity Metro does not warrant or make representations or endorsements as to the quality, content, accuracy, or completeness of the information, text, graphics, and other items contained on this server.IT-GIS added additional information regarding route schedules, including the first and last departures on weekdays, whether a route offers weekend service, and rush hour headways. These fields were calculated by IT-GIS based on attributes in the source GTFS data. An FME workflow exists to update this dataset as needed.This feature class was last updated on 01/03/2025.", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -123407700, "falseY": -86123500, "xyUnits": 3048.006096012192, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "Trinity Metro, IT-GIS", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "var rtefrq = $feature.Headway_Peak\n\nif (IsEmpty(rtefrq)) {\n return \"Standard Frequency\"\n}\nelse if (rtefrq <= 15) {\n return \"High Frequency\"\n}\nelse {\n return \"Standard Frequency\"\n}", "valueExpressionTitle": "Custom", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 170, 0, 255 ], "width": 2 }, "value": "High Frequency", "label": "High Frequency" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 76, 0, 115, 255 ], "width": 2 }, "value": "Standard Frequency", "label": "Standard Frequency" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 216, 255 ], "toColor": [ 252, 215, 216, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 252, 183, 255 ], "toColor": [ 182, 252, 183, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 188, 182, 252, 255 ], "toColor": [ 188, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 240, 252, 255 ], "toColor": [ 184, 240, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 240, 184, 255 ], "toColor": [ 252, 240, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 230, 255 ], "toColor": [ 252, 179, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 221, 255 ], "toColor": [ 215, 252, 221, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 225, 215, 252, 255 ], "toColor": [ 225, 215, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 214, 184, 255 ], "toColor": [ 252, 214, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 231, 192, 252, 255 ], "toColor": [ 231, 192, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 191, 255 ], "toColor": [ 252, 179, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 233, 255 ], "toColor": [ 179, 252, 233, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 216, 252, 255 ], "toColor": [ 184, 216, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var rtename = $feature.route_shor\nvar double = Left(rtename,2)\nvar single = Left(rtename,1)\n\nif (double == '00') {\n return right(rtename,1)\n}\nelse if (single == '0') {\n return right(rtename,2)\n}\nelse if (rtename == 'Orange Line') {\n return 'OL'\n}\nelse if (rtename == 'Blue Line') {\n return 'BL'\n}\nelse {\n return rtename\n}", "title": "Route" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "where": "Headway_Peak IS NOT NULL And Headway_Peak <= 15", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Class 1", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "middle", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Tahoma", "size": 7, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var rtename = $feature.route_shor\nvar double = Left(rtename,2)\nvar single = Left(rtename,1)\n\nif (double == '00') {\n return right(rtename,1)\n}\nelse if (single == '0') {\n return right(rtename,2)\n}\nelse if (rtename == 'Orange Line') {\n return 'OL'\n}\nelse if (rtename == 'Blue Line') {\n return 'BL'\n}\nelse {\n return rtename\n}", "title": "Route" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "where": "Headway_Peak IS NULL OR Headway_Peak > 15", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Standard", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "middle", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Tahoma", "size": 7, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 2282335.826118514, "ymin": 6889842.302011594, "xmax": 2419337.6000146717, "ymax": 7039249.907067165, "spatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.0010240000009536748, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -123407700, "falseY": -86123500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "shape_id", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "shape_id", "type": "esriFieldTypeString", "alias": "shape_id", "length": 254, "domain": null }, { "name": "route_id", "type": "esriFieldTypeString", "alias": "route_id", "length": 254, "domain": null }, { "name": "agency_id", "type": "esriFieldTypeString", "alias": "agency_id", "length": 254, "domain": null }, { "name": "route_shor", "type": "esriFieldTypeString", "alias": "route_shor", "length": 254, "domain": null }, { "name": "route_long", "type": "esriFieldTypeString", "alias": "route_long", "length": 254, "domain": null }, { "name": "route_desc", "type": "esriFieldTypeString", "alias": "route_desc", "length": 254, "domain": null }, { "name": "route_type", "type": "esriFieldTypeString", "alias": "route_type", "length": 254, "domain": null }, { "name": "route_url", "type": "esriFieldTypeString", "alias": "route_url", "length": 254, "domain": null }, { "name": "route_colo", "type": "esriFieldTypeString", "alias": "route_colo", "length": 254, "domain": null }, { "name": "route_text", "type": "esriFieldTypeString", "alias": "route_text", "length": 254, "domain": null }, { "name": "route_ty_1", "type": "esriFieldTypeString", "alias": "route_ty_1", "length": 254, "domain": null }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "direction_id", "type": "esriFieldTypeString", "alias": "direction_id", "length": 20, "domain": null }, { "name": "First_Departure", "type": "esriFieldTypeString", "alias": "First_Departure", "length": 10, "domain": null }, { "name": "Last_Departure", "type": "esriFieldTypeString", "alias": "Last_Departure", "length": 10, "domain": null }, { "name": "Headway_Peak", "type": "esriFieldTypeInteger", "alias": "Headway_Peak", "domain": null }, { "name": "Saturday_Service", "type": "esriFieldTypeString", "alias": "Saturday_Service", "length": 5, "domain": { "type": "codedValue", "name": "WS2_YES_NO", "description": "YES NO", "codedValues": [ { "name": "YES", "code": "1" }, { "name": "NO", "code": "2" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Sunday_Service", "type": "esriFieldTypeString", "alias": "Sunday_Service", "length": 5, "domain": { "type": "codedValue", "name": "WS2_YES_NO", "description": "YES NO", "codedValues": [ { "name": "YES", "code": "1" }, { "name": "NO", "code": "2" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Data_Source_Date", "type": "esriFieldTypeDate", "alias": "Data_Source_Date", "length": 8, "domain": null }, { "name": "Data_Loaded_Date", "type": "esriFieldTypeDate", "alias": "Data_Loaded_Date", "length": 8, "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R41121_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S39613_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Query,Map,Data", "maxRecordCount": 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, "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": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }