{ "layers": [ { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 0, "name": "LinkStationPoints", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.17104299999644E8, "falseY": -9.95395999995815E7, "xyUnits": 4000, "falseZ": 0, "zUnits": 400000, "falseM": 0, "mUnits": 399999.99999999994 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "073f098c0eda30b6836b5a530c72fde1", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABSElEQVRIid3VPyhFYRzG8e+jOxj8SwwGC2JnYKSkDOhmUybrHU2SwaruSElMViwGdcsi5c9kuWw2JYOrKAOPTp1bt8s5995zMvDUGc7b6fP++r2n35vhF5P5v7jtFmAKGAI6gEfgGjiT9JEIt90OrAI5oPmHTx5srwPbkj7rxm0PAMfAYExhPcAWMG17QdJrTdx2J3AC9FFfZoF921lJrlV5vgG4nDlgCdiJxG33A4sky5rt3cr+V1c+DzQlxHuBMeA8Ch9JCJczHId3pcS7K1+q8VJK/DkOLwLZFHgxDj8CVhLCL8BpJC7pynYBmEyA5yW9R+JhcsAl0NYAfANsVC9+wyXd2Q7+9wOgtQ74FpiR9FYTDzco2B4FNoHxCDQYt3vAsqRSQyNXUnDyE+EmM+E8D1r1FM7zQ0n3qS4LSRdA8DScv3uHfgF2AFlXlWa9jwAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[STATION_CODE]", "labelPlacement": "esriServerPointLabelPlacementCenterCenter", "deconflictionStrategy": "none", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "PARKING_CODE IS NULL", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 7, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": [ 0, 0, 0, 255 ], "borderLineColor": [ 0, 0, 0, 255 ], "borderLineSize": 1, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial Black", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpression": "[STATION_CODE] CONCAT \"/\" CONCAT [PARKING_CODE]", "labelPlacement": "esriServerPointLabelPlacementCenterCenter", "deconflictionStrategy": "none", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "PARKING_CODE IS not NULL", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Parking", "priority": 9, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": [ 0, 0, 0, 255 ], "borderLineColor": [ 0, 0, 0, 255 ], "borderLineSize": 1, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial Black", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 1238094.6716060042, "ymin": 91347.07991850376, "xmax": 1325913.7773559988, "ymax": 300926.7749184966, "spatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 0.001, "falseX": -117104300, "falseY": -99539600, "xyUnits": 3.792674222403606E7, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "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": "LINK_TYPE", "type": "esriFieldTypeSmallInteger", "alias": "LINK_TYPE", "domain": { "type": "codedValue", "name": "WS2_Link_Type", "description": "Describes link location as a type", "codedValues": [ { "name": "Central Link", "code": 1 }, { "name": "Tacoma Link", "code": 2 }, { "name": "North Link", "code": 3 }, { "name": "Airport Link", "code": 4 }, { "name": "S. 200th Extension", "code": 5 }, { "name": "University Link", "code": 6 }, { "name": "East Link", "code": 7 }, { "name": "Lynnwood Link", "code": 8 }, { "name": "Hilltop Tacoma Link", "code": 9 }, { "name": "Downtown Redmond Link", "code": 10 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "NAME", "length": 40, "domain": null }, { "name": "STATION", "type": "esriFieldTypeString", "alias": "STATION", "length": 40, "domain": null }, { "name": "SEGMENT", "type": "esriFieldTypeString", "alias": "SEGMENT", "length": 11, "domain": { "type": "codedValue", "name": "WS2_Link_Segment_Code", "description": "Central Link Light Rail Alignment Segment Code", "codedValues": [ { "name": "Segment A", "code": "A" }, { "name": "Segment B", "code": "B" }, { "name": "Segment C", "code": "C" }, { "name": "Segment D", "code": "D" }, { "name": "Segment E", "code": "E" }, { "name": "Segment F", "code": "F" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "length": 8, "domain": { "type": "codedValue", "name": "WS2_Link_Status", "description": "Link Light Rail Construction Status Code", "codedValues": [ { "name": "To Be Constructed / Under Construction", "code": "CONST" }, { "name": "Construction Deferred", "code": "DEFERRED" }, { "name": "Planned / No Construction Decision Made", "code": "PLANNED" }, { "name": "Construction Complete", "code": "COMPLETE" }, { "name": "Preliminary Design", "code": "PRELIM" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "REGIONAL_T", "type": "esriFieldTypeString", "alias": "REGIONAL_T", "length": 10, "domain": { "type": "codedValue", "name": "WS2_RegionalT_Flag", "description": "Flag Designation for Identifying Regional T Facilities", "codedValues": [ { "name": "Is a Regional T Facility", "code": "Y" }, { "name": "Is not a Regional T Facility", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CONTRACT", "type": "esriFieldTypeDouble", "alias": "CONTRACT", "domain": null }, { "name": "EDITDATE", "type": "esriFieldTypeDate", "alias": "EDITDATE", "length": 8, "domain": null }, { "name": "WEBSITE", "type": "esriFieldTypeString", "alias": "WEBSITE", "length": 150, "domain": null }, { "name": "Edit_Flag", "type": "esriFieldTypeString", "alias": "Edit_Flag", "length": 1, "domain": { "type": "codedValue", "name": "WS2_Edit_Flag", "description": "Edit Status Flag", "codedValues": [ { "name": "Active", "code": "A" }, { "name": "Archive", "code": "X" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "STATION_CODE", "type": "esriFieldTypeString", "alias": "STATION_CODE", "length": 6, "domain": null }, { "name": "PARKING_CODE", "type": "esriFieldTypeString", "alias": "PARKING_CODE", "length": 6, "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": "" } ], "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, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "acb340c0dda84be2a4a74d5def7d7b68" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 1, "name": "SounderStationPoints", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.17104299999644E8, "falseY": -9.95395999995815E7, "xyUnits": 4000, "falseZ": 0, "zUnits": 400000, "falseM": 0, "mUnits": 399999.99999999994 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "073f098c0eda30b6836b5a530c72fde1", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABSElEQVRIid3VPyhFYRzG8e+jOxj8SwwGC2JnYKSkDOhmUybrHU2SwaruSElMViwGdcsi5c9kuWw2JYOrKAOPTp1bt8s5995zMvDUGc7b6fP++r2n35vhF5P5v7jtFmAKGAI6gEfgGjiT9JEIt90OrAI5oPmHTx5srwPbkj7rxm0PAMfAYExhPcAWMG17QdJrTdx2J3AC9FFfZoF921lJrlV5vgG4nDlgCdiJxG33A4sky5rt3cr+V1c+DzQlxHuBMeA8Ch9JCJczHId3pcS7K1+q8VJK/DkOLwLZFHgxDj8CVhLCL8BpJC7pynYBmEyA5yW9R+JhcsAl0NYAfANsVC9+wyXd2Q7+9wOgtQ74FpiR9FYTDzco2B4FNoHxCDQYt3vAsqRSQyNXUnDyE+EmM+E8D1r1FM7zQ0n3qS4LSRdA8DScv3uHfgF2AFlXlWa9jwAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[STATION_CODE]", "labelPlacement": "esriServerPointLabelPlacementCenterCenter", "deconflictionStrategy": "none", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "PARKING_CODE IS NULL", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 4, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": [ 0, 0, 0, 255 ], "borderLineColor": [ 0, 0, 0, 255 ], "borderLineSize": 1, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial Black", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpression": "[STATION_CODE] CONCAT \"/\" CONCAT [PARKING_CODE]", "labelPlacement": "esriServerPointLabelPlacementCenterCenter", "deconflictionStrategy": "none", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "PARKING_CODE IS not NULL", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Parking", "priority": 6, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": [ 0, 0, 0, 255 ], "borderLineColor": [ 0, 0, 0, 255 ], "borderLineSize": 1, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial Black", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 1225949.7253559977, "ymin": 60365.491418495774, "xmax": 1306356.6683560014, "ymax": 358591.36241850257, "spatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 0.001, "falseX": -117104300, "falseY": -99539600, "xyUnits": 3.792674222403606E7, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "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": "NAME", "type": "esriFieldTypeString", "alias": "NAME", "length": 40, "domain": null }, { "name": "STATION", "type": "esriFieldTypeString", "alias": "STATION", "length": 40, "domain": null }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "length": 20, "domain": { "type": "codedValue", "name": "WS2_Sounder_Station_Status", "description": "Sounder Station Operational Status Code", "codedValues": [ { "name": "Operational", "code": "OPERATIONAL" }, { "name": "Provisional", "code": "PROVISIONAL" }, { "name": "Undergoing station design", "code": "DESIGN" }, { "name": "Deleted from planning process", "code": "DELETED" }, { "name": "To Be Constructed / Under construction", "code": "CONST" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "REGIONAL_T", "type": "esriFieldTypeString", "alias": "REGIONAL_T", "length": 10, "domain": { "type": "codedValue", "name": "WS2_RegionalT_Flag", "description": "Flag Designation for Identifying Regional T Facilities", "codedValues": [ { "name": "Is a Regional T Facility", "code": "Y" }, { "name": "Is not a Regional T Facility", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "EDITDATE", "type": "esriFieldTypeDate", "alias": "EDITDATE", "length": 8, "domain": null }, { "name": "WEBSITE", "type": "esriFieldTypeString", "alias": "WEBSITE", "length": 150, "domain": null }, { "name": "Edit_Flag", "type": "esriFieldTypeString", "alias": "Edit_Flag", "length": 1, "domain": { "type": "codedValue", "name": "WS2_Edit_Flag", "description": "Edit Status Flag", "codedValues": [ { "name": "Active", "code": "A" }, { "name": "Archive", "code": "X" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "STATION_CODE", "type": "esriFieldTypeString", "alias": "STATION_CODE", "length": 6, "domain": null }, { "name": "PARKING_CODE", "type": "esriFieldTypeString", "alias": "PARKING_CODE", "length": 6, "domain": null }, { "name": "PRJ_NUM", "type": "esriFieldTypeDouble", "alias": "PROJECT_NUMBER", "domain": null }, { "name": "LOCATION", "type": "esriFieldTypeString", "alias": "LOCATION", "length": 60, "domain": null }, { "name": "JURISD", "type": "esriFieldTypeString", "alias": "JURISDICTION", "length": 20, "domain": null }, { "name": "ROTATE", "type": "esriFieldTypeSingle", "alias": "ROTATE", "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": "" } ], "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, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "acb340c0dda84be2a4a74d5def7d7b68" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 2, "name": "ST3 Stations", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 2926, "latestWkid": 2926, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -117104300, "falseY": -99539600, "xyUnits": 4000, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[STATION_CODE]", "labelPlacement": "esriServerPointLabelPlacementCenterCenter", "deconflictionStrategy": "none", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "PARKING_CODE IS NULL", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 5, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": [ 0, 0, 0, 255 ], "borderLineColor": [ 0, 0, 0, 255 ], "borderLineSize": 1, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial Black", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpression": "[STATION_CODE] CONCAT \"/\" CONCAT [PARKING_CODE]", "labelPlacement": "esriServerPointLabelPlacementCenterCenter", "deconflictionStrategy": "none", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "PARKING_CODE IS not NULL", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Parking", "priority": 8, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": [ 0, 0, 0, 255 ], "borderLineColor": [ 0, 0, 0, 255 ], "borderLineSize": 1, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial Black", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1190453.7882499993, "ymin": 37996.367499999586, "xmax": 1337415.9854999958, "ymax": 358386.50125000195, "spatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 0.001, "falseX": -117104300, "falseY": -99539600, "xyUnits": 3.792674222403606E7, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "StnName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "STATION_CODE", "type": "esriFieldTypeString", "alias": "STATION_CODE", "length": 6, "domain": null }, { "name": "PARKING_CODE", "type": "esriFieldTypeString", "alias": "PARKING_CODE", "length": 6, "domain": null }, { "name": "OBJECTID_1", "type": "esriFieldTypeOID", "alias": "OBJECTID_1", "domain": null }, { "name": "OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "StaType", "type": "esriFieldTypeString", "alias": "StaType", "length": 50, "domain": null }, { "name": "ProjNo", "type": "esriFieldTypeString", "alias": "ProjNo", "length": 11, "domain": null }, { "name": "Mode", "type": "esriFieldTypeString", "alias": "Mode", "length": 8, "domain": null }, { "name": "StaNo", "type": "esriFieldTypeDouble", "alias": "StaNo", "domain": null }, { "name": "StnName", "type": "esriFieldTypeString", "alias": "StnName", "length": 254, "domain": null }, { "name": "ProjName", "type": "esriFieldTypeString", "alias": "ProjName", "length": 254, "domain": null }, { "name": "NameShort", "type": "esriFieldTypeString", "alias": "NameShort", "length": 100, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID_1", "fields": "OBJECTID_1", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "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, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "acb340c0dda84be2a4a74d5def7d7b68" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 3, "name": "LinkAlignments", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.17104299999644E8, "falseY": -9.95395999995815E7, "xyUnits": 4000, "falseZ": 0, "zUnits": 400000, "falseM": 0, "mUnits": 399999.99999999994 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "STATUS", "uniqueValueGroups": [ { "heading": "STATUS", "classes": [ { "label": "Construction Complete", "description": "Construction Complete", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 5 }, "values": [ [ "COMPLETE" ] ] }, { "label": "Preliminary Design", "description": "Preliminary Design", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 169, 230, 255 ], "width": 5 }, "values": [ [ "PRELIM" ] ] }, { "label": "To Be Constructed / Under Construction", "description": "To Be Constructed / Under Construction", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 169, 230, 255 ], "width": 5 }, "values": [ [ "CONST" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 5 }, "value": "COMPLETE", "label": "Construction Complete" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 169, 230, 255 ], "width": 5 }, "value": "PRELIM", "label": "Preliminary Design" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 169, 230, 255 ], "width": 5 }, "value": "CONST", "label": "To Be Constructed / Under Construction" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 252, 204, 255 ], "toColor": [ 242, 252, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 188, 179, 252, 255 ], "toColor": [ 188, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 188, 255 ], "toColor": [ 252, 182, 188, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 230, 252, 255 ], "toColor": [ 179, 230, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 251, 255 ], "toColor": [ 252, 215, 251, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 224, 255 ], "toColor": [ 179, 252, 224, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 217, 197, 255 ], "toColor": [ 252, 217, 197, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 195, 252, 179, 255 ], "toColor": [ 195, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 182, 252, 255 ], "toColor": [ 242, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 217, 252, 255 ], "toColor": [ 212, 217, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 218, 255 ], "toColor": [ 252, 182, 218, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 252, 250, 255 ], "toColor": [ 212, 252, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 219, 255 ], "toColor": [ 252, 210, 219, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1238066.219856009, "ymin": 91328.46691849828, "xmax": 1326502.104106009, "ymax": 301490.2679184973, "spatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 0.001, "falseX": -117104300, "falseY": -99539600, "xyUnits": 3.792674222403606E7, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "DESCRIPTION", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "LINK_TYPE", "type": "esriFieldTypeSmallInteger", "alias": "LINK_TYPE", "domain": { "type": "codedValue", "name": "WS2_Link_Type", "description": "Describes link location as a type", "codedValues": [ { "name": "Central Link", "code": 1 }, { "name": "Tacoma Link", "code": 2 }, { "name": "North Link", "code": 3 }, { "name": "Airport Link", "code": 4 }, { "name": "S. 200th Extension", "code": 5 }, { "name": "University Link", "code": 6 }, { "name": "East Link", "code": 7 }, { "name": "Lynnwood Link", "code": 8 }, { "name": "Hilltop Tacoma Link", "code": 9 }, { "name": "Downtown Redmond Link", "code": 10 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DESCRIPTION", "type": "esriFieldTypeString", "alias": "DESCRIPTION", "length": 40, "domain": null }, { "name": "SEGMENT", "type": "esriFieldTypeString", "alias": "SEGMENT", "length": 3, "domain": { "type": "codedValue", "name": "WS2_Link_Segment_Code", "description": "Central Link Light Rail Alignment Segment Code", "codedValues": [ { "name": "Segment A", "code": "A" }, { "name": "Segment B", "code": "B" }, { "name": "Segment C", "code": "C" }, { "name": "Segment D", "code": "D" }, { "name": "Segment E", "code": "E" }, { "name": "Segment F", "code": "F" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "PROFILE", "type": "esriFieldTypeString", "alias": "PROFILE", "length": 20, "domain": { "type": "codedValue", "name": "WS2_Link_Align_Profile_Code", "description": "Link Light Rail Alignment Profile Code", "codedValues": [ { "name": "At Grade", "code": "AT-GRADE" }, { "name": "Subway", "code": "SUBWAY" }, { "name": "Crossover", "code": "X-OVER" }, { "name": "Transition", "code": "TRANSITION" }, { "name": "Portal", "code": "PORTAL" }, { "name": "Aerial", "code": "AERIAL" }, { "name": "Retained Cut / Fill", "code": "RET_CUT" }, { "name": "Cut and Cover", "code": "CUT-COVER" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "length": 20, "domain": { "type": "codedValue", "name": "WS2_Link_Status", "description": "Link Light Rail Construction Status Code", "codedValues": [ { "name": "To Be Constructed / Under Construction", "code": "CONST" }, { "name": "Construction Deferred", "code": "DEFERRED" }, { "name": "Planned / No Construction Decision Made", "code": "PLANNED" }, { "name": "Construction Complete", "code": "COMPLETE" }, { "name": "Preliminary Design", "code": "PRELIM" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "CONTRACT", "type": "esriFieldTypeDouble", "alias": "CONTRACT", "domain": null }, { "name": "EDITDATE", "type": "esriFieldTypeDate", "alias": "EDITDATE", "length": 8, "domain": null }, { "name": "Edit_Flag", "type": "esriFieldTypeString", "alias": "Edit_Flag", "length": 1, "domain": { "type": "codedValue", "name": "WS2_Edit_Flag", "description": "Edit Status Flag", "codedValues": [ { "name": "Active", "code": "A" }, { "name": "Archive", "code": "X" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Direction", "type": "esriFieldTypeString", "alias": "Direction", "length": 25, "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": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "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": { "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "acb340c0dda84be2a4a74d5def7d7b68" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 4, "name": "SounderAlignments", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -1.17104299999644E8, "falseY": -9.95395999995815E7, "xyUnits": 4000, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 158, 170, 215, 255 ], "width": 5 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1176510.7576059997, "ymin": 30161.98916849494, "xmax": 1306899.0793559998, "ymax": 360489.18741850555, "spatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 0.001, "falseX": -117104300, "falseY": -99539600, "xyUnits": 3.792674222403606E7, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "DIRECTION", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID_1", "type": "esriFieldTypeOID", "alias": "OBJECTID_1", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "DIRECTION", "type": "esriFieldTypeString", "alias": "DIRECTION", "length": 2, "domain": null }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "length": 20, "domain": null }, { "name": "EDITDATE", "type": "esriFieldTypeDate", "alias": "EDITDATE", "length": 8, "domain": null }, { "name": "Edit_Flag", "type": "esriFieldTypeString", "alias": "Edit_Flag", "length": 1, "domain": null }, { "name": "SEGMENT", "type": "esriFieldTypeString", "alias": "SEGMENT", "length": 50, "domain": null }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng", "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "PROJECT", "type": "esriFieldTypeString", "alias": "PROJECT", "length": 50, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 50, "domain": null }, { "name": "GISft", "type": "esriFieldTypeDouble", "alias": "GISft", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID_1", "fields": "OBJECTID_1", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "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": { "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "acb340c0dda84be2a4a74d5def7d7b68" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 5, "name": "Alignment", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 2926, "latestWkid": 2926, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -117104300, "falseY": -99539600, "xyUnits": 4000, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Mode", "defaultSymbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 250, 52, 17, 255 ], "width": 5 }, "defaultLabel": "", "uniqueValueGroups": [ { "heading": "Mode", "classes": [ { "label": "BRT", "description": "BRT", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 252, 221, 182, 255 ], "width": 5 }, "values": [ [ "BRT" ] ] }, { "label": "LRT", "description": "LRT", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 180, 252, 179, 255 ], "width": 5 }, "values": [ [ "LRT" ] ] }, { "label": "Sounder", "description": "Sounder", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 197, 214, 252, 255 ], "width": 5 }, "values": [ [ "Sounder" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 252, 221, 182, 255 ], "width": 5 }, "value": "BRT", "label": "BRT" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 180, 252, 179, 255 ], "width": 5 }, "value": "LRT", "label": "LRT" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 197, 214, 252, 255 ], "width": 5 }, "value": "Sounder", "label": "Sounder" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 252, 204, 255 ], "toColor": [ 242, 252, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 188, 179, 252, 255 ], "toColor": [ 188, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 188, 255 ], "toColor": [ 252, 182, 188, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 230, 252, 255 ], "toColor": [ 179, 230, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 251, 255 ], "toColor": [ 252, 215, 251, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 224, 255 ], "toColor": [ 179, 252, 224, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 217, 197, 255 ], "toColor": [ 252, 217, 197, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 195, 252, 179, 255 ], "toColor": [ 195, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 182, 252, 255 ], "toColor": [ 242, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 217, 252, 255 ], "toColor": [ 212, 217, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 218, 255 ], "toColor": [ 252, 182, 218, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 252, 250, 255 ], "toColor": [ 212, 252, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 219, 255 ], "toColor": [ 252, 210, 219, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1190453.7882499984, "ymin": 37996.36775000175, "xmax": 1338175.8930000085, "ymax": 358829.95200000587, "spatialReference": { "wkid": 102748, "latestWkid": 2285, "xyTolerance": 0.002, "zTolerance": 2.0E-5, "mTolerance": 0.001, "falseX": -117104300, "falseY": -99539600, "xyUnits": 3.792674222403606E7, "falseZ": 0, "zUnits": 400000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ProjName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "OBJECTID_1", "type": "esriFieldTypeOID", "alias": "OBJECTID_1", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "ProjNo", "type": "esriFieldTypeString", "alias": "ProjNo", "length": 12, "domain": null }, { "name": "ProjName", "type": "esriFieldTypeString", "alias": "ProjName", "length": 254, "domain": null }, { "name": "Mode", "type": "esriFieldTypeString", "alias": "Mode", "length": 12, "domain": null }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID_1", "fields": "OBJECTID_1", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "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": { "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "acb340c0dda84be2a4a74d5def7d7b68" } ], "tables": [] }