{ "currentVersion": 10.81, "id": 112, "name": "Railroad_OnGrade_4.5K", "type": "Feature Layer", "description": "This line feature shows on grade and tunnel rail line locations.", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102748, "latestWkid": 2285 }, "copyrightText": "", "parentLayer": { "id": 106, "name": "Level 17 - 4.5K" }, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "TYPE", "field2": "RAILLEVEL", "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 191, 184, 170, 255 ], "width": 1.41732 }, "value": "Rail,0", "label": "Rail/Other/Unknown, On Grade", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 191, 184, 170, 255 ], "width": 1.41732 }, "value": "Other,0", "label": "Rail/Other/Unknown, On Grade", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 191, 184, 170, 255 ], "width": 1.41732 }, "value": "Unknown,0", "label": "Rail/Other/Unknown, On Grade", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 1.41732 }, "value": "Lightrail,0", "label": "Lightrail, On Grade", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 1.41732 }, "value": "Subway,0", "label": "Subway/Streetcar/Tram/Monorail, On Grade", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 1.41732 }, "value": "Streetcar,0", "label": "Subway/Streetcar/Tram/Monorail, On Grade", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 1.41732 }, "value": "Tram,0", "label": "Subway/Streetcar/Tram/Monorail, On Grade", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 1.41732 }, "value": "Monorail,0", "label": "Subway/Streetcar/Tram/Monorail, On Grade", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": "\"RAILLEVEL\" = 0 AND \"NAME\" NOT IN ('Railroad', 'Rr', 'Railway')", "labelExpression": "[Name]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 130, 130, 130, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } }, "minScale": 0, "maxScale": 0 } ] }, "defaultVisibility": true, "extent": { "xmin": -1.3645516410078278E7, "ymin": 6156000.385457005, "xmax": -1.3603364664467622E7, "ymax": 6215517.469984712, "spatialReference": { "wkid": 102100, "latestWkid": 3857 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "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": "RailroadName", "length": 50, "domain": null }, { "name": "TYPE", "type": "esriFieldTypeString", "alias": "Railroad Type", "length": 50, "domain": { "type": "codedValue", "name": "WS1_RailroadType", "description": "The type of rail line", "codedValues": [ { "name": "Rail", "code": "Rail" }, { "name": "Subway", "code": "Subway" }, { "name": "Lightrail", "code": "Lightrail" }, { "name": "Streetcar", "code": "Streetcar" }, { "name": "Tram", "code": "Tram" }, { "name": "Monorail", "code": "Monorail" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "RAILUSE", "type": "esriFieldTypeString", "alias": "Railroad Use", "length": 50, "domain": { "type": "codedValue", "name": "WS1_RailUseType", "description": "The intended use of the railroad", "codedValues": [ { "name": "Cargo", "code": "Cargo" }, { "name": "Passenger", "code": "Passenger" }, { "name": "Combined", "code": "Combined" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "RAILLEVEL", "type": "esriFieldTypeInteger", "alias": "Above or Below Grade", "domain": { "type": "codedValue", "name": "WS1_GradeLevel", "description": "A classification used to identify the level above or below grade a specfic transportation (road, rail, etc.) segment is.", "codedValues": [ { "name": "Second Subsurface", "code": -2 }, { "name": "Subsurface", "code": -1 }, { "name": "Ground Level", "code": 0 }, { "name": "First Level", "code": 1 }, { "name": "Second Level", "code": 2 }, { "name": "Third Level", "code": 3 }, { "name": "Fourth Level", "code": 4 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "INWATER", "type": "esriFieldTypeString", "alias": "In Water", "length": 5, "domain": { "type": "codedValue", "name": "WS1_YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 50, "domain": null }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length", "domain": null }, { "name": "NAME_LC", "type": "esriFieldTypeString", "alias": "NAME_LC", "length": 3, "domain": null }, { "name": "NAME_LOCAL", "type": "esriFieldTypeString", "alias": "NAME_LOCAL", "length": 50, "domain": null }, { "name": "NAME_LOCAL_LC", "type": "esriFieldTypeString", "alias": "NAME_LOCAL_LC", "length": 3, "domain": null }, { "name": "ST_PROV", "type": "esriFieldTypeString", "alias": "ST_PROV", "length": 50, "domain": null }, { "name": "COUNTRY", "type": "esriFieldTypeString", "alias": "COUNTRY", "length": 50, "domain": null }, { "name": "DATASOURCENAME", "type": "esriFieldTypeString", "alias": "DATASOURCENAME", "length": 100, "domain": null }, { "name": "EDITCOMMENTS", "type": "esriFieldTypeString", "alias": "EDITCOMMENTS", "length": 250, "domain": null }, { "name": "SOURCEFEATUREID", "type": "esriFieldTypeString", "alias": "SOURCEFEATUREID", "length": 20, "domain": null }, { "name": "Accuracy", "type": "esriFieldTypeDouble", "alias": "Accuracy", "domain": null }, { "name": "PublishedDate", "type": "esriFieldTypeDate", "alias": "PublishedDate", "length": 8, "domain": null }, { "name": "ContributorViz", "type": "esriFieldTypeString", "alias": "ContributorViz", "length": 23, "domain": null }, { "name": "LicensedViz", "type": "esriFieldTypeString", "alias": "LicensedViz", "length": 23, "domain": null }, { "name": "ContributorUID", "type": "esriFieldTypeGUID", "alias": "ContributorUID", "length": 38, "domain": null }, { "name": "FeatureUID", "type": "esriFieldTypeGUID", "alias": "FeatureUID", "length": 38, "domain": null }, { "name": "DeliveryUID", "type": "esriFieldTypeGUID", "alias": "DeliveryUID", "length": 38, "domain": null }, { "name": "Severity", "type": "esriFieldTypeInteger", "alias": "Severity", "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": false, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "effectiveMinScale": 5000, "effectiveMaxScale": 2501, "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, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true }