{
 "isCoGoEnabled": false,
 "extent": {
  "ymin": 5107379.519900002,
  "xmin": -9844034.6305,
  "ymax": 5120650.333899997,
  "xmax": -9834545.451,
  "spatialReference": {
   "falseM": -100000,
   "xyTolerance": 0.001,
   "mUnits": 10000,
   "zUnits": 10000,
   "latestWkid": 3857,
   "zTolerance": 0.001,
   "wkid": 102100,
   "xyUnits": 10000,
   "mTolerance": 0.001,
   "falseX": -20037700,
   "falseY": -30241100,
   "falseZ": -100000
  }
 },
 "isDataBranchVersioned": false,
 "supportsApplyEditsWithGlobalIds": true,
 "maxRecordCount": 2000,
 "infoInEstimates": [
  "extent",
  "count"
 ],
 "datesInUnknownTimezone": false,
 "type": "Feature Layer",
 "onlyAllowTrueCurveUpdatesByTrueCurveClients": true,
 "supportsAttachmentsByUploadId": true,
 "relationships": [],
 "supportsAttachmentsResizing": true,
 "cimVersion": "3.1.0",
 "isDataArchived": false,
 "id": 30,
 "supportsStatistics": true,
 "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson",
 "standardMaxRecordCount": 2000,
 "isDataVersioned": false,
 "templates": [
  {
   "name": "Railroad",
   "description": "",
   "drawingTool": "esriFeatureEditToolLine",
   "prototype": {
    "attributes": {
     "railuse": null,
     "raillevel": null,
     "name": null,
     "inwater": null,
     "railtyp": null
    }
   }
  }
 ],
 "hasGeometryProperties": true,
 "supportsAdvancedQueries": true,
 "parentLayer": null,
 "currentVersion": 11.4,
 "canScaleSymbols": false,
 "hasZ": false,
 "advancedEditingCapabilities": {
  "supportsAsyncApplyEdits": true,
  "supportsApplyEditsbyUploadID": true,
  "supportsReturnEditResults": true,
  "supportedSqlFormatsInCalculate": [
   "standard"
  ],
  "supportedApplyEditsUploadIDFormats": "JSON,PBF"
 },
 "objectIdField": "objectid",
 "supportsQuantizationEditMode": true,
 "name": "Railroad",
 "allowTrueCurvesUpdates": false,
 "displayField": "name",
 "supportsCalculate": true,
 "fields": [
  {
   "nullable": false,
   "defaultValue": null,
   "editable": false,
   "length": 4,
   "type": "esriFieldTypeOID",
   "modelName": "System-maintained ObjectID",
   "domain": null,
   "name": "objectid",
   "alias": "OBJECTID"
  },
  {
   "modelName": "NAME",
   "nullable": true,
   "editable": true,
   "defaultValue": null,
   "domain": null,
   "name": "name",
   "length": 50,
   "alias": "Name of the Railroad",
   "type": "esriFieldTypeString"
  },
  {
   "modelName": "RAILTYP",
   "nullable": true,
   "editable": true,
   "defaultValue": null,
   "domain": {
    "splitPolicy": "esriSPTDuplicate",
    "name": "RailroadType",
    "description": "The type of rail line",
    "type": "codedValue",
    "codedValues": [
     {
      "code": "Lightrail",
      "name": "Lightrail"
     },
     {
      "code": "Monorail",
      "name": "Monorail"
     },
     {
      "code": "Rail",
      "name": "Rail"
     },
     {
      "code": "Streetcar",
      "name": "Streetcar"
     },
     {
      "code": "Subway",
      "name": "Subway"
     },
     {
      "code": "Tram",
      "name": "Tram"
     },
     {
      "code": "Other",
      "name": "Other"
     },
     {
      "code": "Unknown",
      "name": "Unknown"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue"
   },
   "name": "railtyp",
   "length": 50,
   "alias": "Railroad Type",
   "type": "esriFieldTypeString"
  },
  {
   "modelName": "RAILUSE",
   "nullable": true,
   "editable": true,
   "defaultValue": null,
   "domain": {
    "splitPolicy": "esriSPTDuplicate",
    "name": "RailUseType",
    "description": "The intended use of the railroad",
    "type": "codedValue",
    "codedValues": [
     {
      "code": "Cargo",
      "name": "Cargo"
     },
     {
      "code": "Passenger",
      "name": "Passenger"
     },
     {
      "code": "Combined",
      "name": "Combined"
     },
     {
      "code": "Other",
      "name": "Other"
     },
     {
      "code": "Unknown",
      "name": "Unknown"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue"
   },
   "name": "railuse",
   "length": 50,
   "alias": "Railroad Use",
   "type": "esriFieldTypeString"
  },
  {
   "modelName": "RAILLEVEL",
   "nullable": true,
   "editable": true,
   "defaultValue": null,
   "domain": {
    "splitPolicy": "esriSPTDuplicate",
    "name": "GradeLevel",
    "description": "A classification used to identify the level above or below grade a specfic transportation (road, rail, etc.) segment is.",
    "type": "codedValue",
    "codedValues": [
     {
      "code": -2,
      "name": "Second Subsurface"
     },
     {
      "code": -1,
      "name": "Subsurface"
     },
     {
      "code": 0,
      "name": "Ground Level"
     },
     {
      "code": 1,
      "name": "First Level"
     },
     {
      "code": 2,
      "name": "Second Level"
     },
     {
      "code": 3,
      "name": "Third Level"
     },
     {
      "code": 4,
      "name": "Fourth Level"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue"
   },
   "name": "raillevel",
   "alias": "Above or Below Grade",
   "type": "esriFieldTypeInteger"
  },
  {
   "modelName": "INWATER",
   "nullable": true,
   "editable": true,
   "defaultValue": null,
   "domain": {
    "splitPolicy": "esriSPTDefaultValue",
    "name": "YesNo_70",
    "description": "A yes/no indicator",
    "type": "codedValue",
    "codedValues": [
     {
      "code": "Yes",
      "name": "Yes"
     },
     {
      "code": "No",
      "name": "No"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue"
   },
   "name": "inwater",
   "length": 5,
   "alias": "In Water",
   "type": "esriFieldTypeString"
  },
  {
   "modelName": "LASTUPDATE",
   "nullable": true,
   "editable": false,
   "defaultValue": null,
   "domain": null,
   "precision": 1,
   "name": "lastupdate",
   "length": 29,
   "alias": "Last Update Date",
   "type": "esriFieldTypeDate"
  },
  {
   "modelName": "LASTEDITOR",
   "nullable": true,
   "editable": false,
   "defaultValue": null,
   "domain": null,
   "name": "lasteditor",
   "length": 50,
   "alias": "Last Editor",
   "type": "esriFieldTypeString"
  },
  {
   "nullable": false,
   "editable": false,
   "defaultValue": null,
   "length": 38,
   "type": "esriFieldTypeGlobalID",
   "modelName": "globalid",
   "domain": null,
   "name": "globalid",
   "alias": "GlobalID"
  },
  {
   "modelName": "created_user",
   "nullable": true,
   "editable": false,
   "defaultValue": null,
   "domain": null,
   "name": "created_user",
   "length": 255,
   "alias": "created_user",
   "type": "esriFieldTypeString"
  },
  {
   "modelName": "created_date",
   "nullable": true,
   "editable": false,
   "defaultValue": null,
   "domain": null,
   "precision": 1,
   "name": "created_date",
   "length": 29,
   "alias": "created_date",
   "type": "esriFieldTypeDate"
  },
  {
   "virtual": true,
   "nullable": true,
   "editable": false,
   "defaultValue": null,
   "domain": null,
   "name": "SHAPE__Length",
   "alias": "SHAPE__Length",
   "type": "esriFieldTypeDouble"
  }
 ],
 "maxRecordCountFactor": 1,
 "dateFieldsTimeReference": {
  "timeZoneIANA": "Etc/UTC",
  "respectsDaylightSaving": false,
  "timeZone": "UTC"
 },
 "supportsFieldDescriptionProperty": true,
 "hasM": false,
 "allowGeometryUpdates": true,
 "useStandardizedQueries": true,
 "globalIdField": "globalid",
 "description": "Road segments representing centerlines of all roadways or carriageways in a local government. Typically, this information is compiled from orthoimagery or other aerial photography sources. This representation of the road centerlines support address geocoding and mapping. It also serves as a source for public works and other agencies that are responsible for the active management of the road network.",
 "syncCanReturnChanges": true,
 "supportsAsyncDelete": true,
 "supportedSpatialRelationships": [
  "esriSpatialRelIntersects",
  "esriSpatialRelContains",
  "esriSpatialRelCrosses",
  "esriSpatialRelEnvelopeIntersects",
  "esriSpatialRelOverlaps",
  "esriSpatialRelTouches",
  "esriSpatialRelWithin"
 ],
 "geometryProperties": {
  "shapeLengthFieldName": "SHAPE__Length",
  "units": "esriMeters"
 },
 "supportsRollbackOnFailureParameter": true,
 "isDataReplicaTracked": false,
 "standardMaxRecordCountNoGeometry": 16000,
 "supportsTruncate": true,
 "indexes": [
  {
   "name": "r3555_sde_rowid_uk",
   "isUnique": true,
   "description": "",
   "fields": "objectid",
   "isAscending": true
  },
  {
   "name": "uuid_3555",
   "isUnique": true,
   "description": "",
   "fields": "globalid",
   "isAscending": true
  },
  {
   "name": "a2836_ix1",
   "isUnique": false,
   "description": "",
   "fields": "shape",
   "isAscending": true
  }
 ],
 "supportedAppendSourceFilterFormats": "featureService",
 "editFieldsInfo": {
  "editDateField": "lastupdate",
  "editorField": "lasteditor",
  "creationDateField": "created_date",
  "creatorField": "created_user"
 },
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "GUIDFormat": "O",
 "minScale": 45000,
 "hasAttachments": false,
 "queryBinsCapabilities": {
  "supportedStatisticTypes": [
   "count",
   "sum",
   "min",
   "max",
   "avg",
   "stddev",
   "var",
   "percentile_cont",
   "percentile_disc"
  ],
  "supportsFixedIntervalBin": true,
  "supportsAutoIntervalBin": true,
  "supportsFixedBoundariesBin": true,
  "supportsDateBin": true
 },
 "advancedQueryCapabilities": {
  "supportsSqlExpression": true,
  "supportsQueryWithResultType": true,
  "supportsQueryRelatedPagination": true,
  "supportsQueryWithCacheHint": false,
  "supportsQueryWithDatumTransformation": true,
  "supportsCurrentUserQueries": true,
  "supportsQueryAttachmentsWithReturnUrl": true,
  "supportsDefaultSR": true,
  "supportsQueryDateBins": false,
  "supportsQueryWithLodSR": true,
  "supportsPaginationOnAggregatedQueries": true,
  "supportsPagination": true,
  "supportsMaxRecordCountFactor": true,
  "supportsStatistics": true,
  "supportsOrderBy": true,
  "supportsReturningGeometryProperties": true,
  "supportsFullTextSearch": true,
  "supportsQueryWithDistance": true,
  "supportsLod": true,
  "supportsSpatialAggregationStatistics": false,
  "supportsCountDistinct": true,
  "supportsAdvancedQueryRelated": true,
  "supportsQueryAttachments": true,
  "supportsReturningQueryExtent": true,
  "supportsQueryAttachmentsCountOnly": true,
  "supportsOrderByOnlyOnLayerFields": false,
  "supportsOutFieldSqlExpression": true,
  "supportsTopFeaturesQuery": true,
  "supportsReturningGeometryEnvelope": true,
  "supportsDistinct": true,
  "supportsReturningGeometryCentroid": false,
  "supportsQueryAnalytic": true,
  "supportsPercentileStatistics": true,
  "supportsHavingClause": true
 },
 "supportsValidateSQL": true,
 "enableZDefaults": true,
 "serviceItemId": "750ad6f1c0ab4a048873b319a56d7c9b",
 "allowUpdateWithoutMValues": true,
 "supportsCoordinatesQuantization": true,
 "types": [],
 "capabilities": "Query,Create,Update,Delete,Editing,Uploads",
 "maxScale": 0,
 "supportsAppend": true,
 "supportsExceedsLimitStatistics": true,
 "defaultVisibility": true,
 "advancedQueryAnalyticCapabilities": {
  "supportsAsync": true,
  "supportsLinearRegression": true,
  "supportsPercentileAnalytic": false
 },
 "hasMetadata": true,
 "supportedAppendFormats": "csv,excel,featureCollection,featureService,geojson,jsonl,pbf,shapefile",
 "tileMaxRecordCount": 2000,
 "typeIdField": "",
 "supportsASyncCalculate": true,
 "supportedQueryFormats": "JSON, geoJSON, PBF",
 "sqlParserVersion": "PG_11.4.0",
 "drawingInfo": {
  "renderer": {
   "symbol": {
    "color": [
     0,
     0,
     0,
     255
    ],
    "width": 0.8,
    "style": "esriSLSSolid",
    "type": "esriSLS"
   },
   "type": "simple"
  },
  "scaleSymbols": true,
  "transparency": 0,
  "labelingInfo": null
 },
 "geometryField": {
  "sqlType": "sqlTypeOther",
  "nullable": true,
  "editable": true,
  "name": "shape",
  "typeName": "st_geometry",
  "length": 2147483647,
  "type": "esriFieldTypeGeometry"
 },
 "copyrightText": "Copyright © 2014 Village of Oswego, Illinois",
 "zDefault": 0,
 "geometryType": "esriGeometryPolyline",
 "supportsLayerOverrides": true
}