{ "layers": [ { "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 0, "name": "Reference Posts", "type": "Feature Layer", "description": "The reference direction codes come from the standard FHWA rosette: 1=N, 2=NE (not used here), 3=E, 5=S, 7=WRefPost is the number on the green sign. There is a RefPost_Tenths field available in the source data (oracle database, shared schema) for the enhanced centerline posts found on the interstates, but it is not available in the khub data.Attributes in KHub are: [ReferencePost],[ReferenceDirection], ,[MeasuredLatitude], ,[MeasuredLongitude], ,[MeasuredAltitude]The measured Lat,Long attributes would be helpful to check for inaccuracies of LRS logmile if any.The attribute ReferenceDirection uses the domain dReferenceDirectionnameCodeValuedReferenceDirection0East-WestdReferenceDirection1NorthdReferenceDirection2NortheastdReferenceDirection3EastdReferenceDirection4SoutheastdReferenceDirection5SouthdReferenceDirection6SouthwestdReferenceDirection7WestdReferenceDirection8NorthwestdReferenceDirection9North-SouthBehaviorsActivity / RulesCalibrateRoute - Stay PutReverseRoute - Stay PutRetireRoute - SnapExtendRoute - Stay PutReassignRoute - SnapRealignRoute - Stay PutRealignOverlap - SnapCartoRealignRoute - Honor Route MeasureFrom CANSYS Metadata Master Report:STRP - (State Reference Post) State reference posts are the green mile marker signs along the roadway. Note that the number reflected on the mile marker will not always match the route milepost of the location of the sign. When a roadway is changed the sign doesnt always gets moved in the field.(STRP) - Altitude -- IIT_NUM_ATTRIB19 Comes from Videolog (STRP) - Cycle -- IIT_NUM_ATTRIB21 Come from Videolog - TFO use only (STRP) - Disk -- IIT_CHR_ATTRIB30 Come from Videolog TFO use only (STRP) - Frame -- IIT_NUM_ATTRIB20 Come from Videolog TFO use only (STRP) - Latitude -- IIT_NUM_ATTRIB17 Latitude of sign (STRP) - Longitude -- IIT_NUM_ATTRIB18 Longitude of sign (STRP) - Ref Post Route -- IIT_CHR_ATTRIB26 Route that the reference post exists on (STRP) - Reference Post -- IIT_NUM_ATTRIB16 Number on sign (STRP) - Route in city -- IIT_CHR_ATTRIB29 Identifies if route in city limits - Code Y - YesCode N - No(STRP) - Virtual -- IIT_CHR_ATTRIB28 Identifies if a point was created to emulate a sign. Code Y - Yes Code N - No (STRP) - Visible -- IIT_CHR_ATTRIB27 Identifies if the sign is visible or not. Code Y - YesCode N - No ", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 6923, "latestWkid": 6923, "xyTolerance": 0.003280833333333, "zTolerance": 0.001, "mTolerance": 6.21369949E-7, "falseX": -120729000, "falseY": -94795000, "xyUnits": 3048.0060960152887, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 1.6093472173863573E7 }, "copyrightText": "KDOT", "parentLayer": null, "subLayers": [], "minScale": 1000000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 255 ], "size": 3, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 212530.01069030166, "ymin": 367984.99966815114, "xmax": 2369606.2089942694, "ymax": 1477679.6369006038, "spatialReference": { "wkid": 6923, "latestWkid": 6923, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120729000, "falseY": -94795000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "EventID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "EventID", "type": "esriFieldTypeString", "alias": "EventID", "length": 38, "domain": null }, { "name": "RouteID", "type": "esriFieldTypeString", "alias": "RouteID", "length": 16, "domain": null }, { "name": "Measure", "type": "esriFieldTypeDouble", "alias": "Measure", "domain": null }, { "name": "ReferencePost", "type": "esriFieldTypeSingle", "alias": "ReferencePost", "domain": { "type": "range", "name": "dRange_numeric(4,1)", "description": "", "range": [ 0, 999.9000244140625 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ReferenceDirection", "type": "esriFieldTypeString", "alias": "ReferenceDirection", "length": 2, "domain": { "type": "codedValue", "name": "dReferenceDirection", "description": "ReferenceDirectionDesc", "codedValues": [ { "name": "East-West", "code": "0" }, { "name": "North", "code": "1" }, { "name": "Northeast", "code": "2" }, { "name": "East", "code": "3" }, { "name": "Southeast", "code": "4" }, { "name": "South", "code": "5" }, { "name": "Southwest", "code": "6" }, { "name": "West", "code": "7" }, { "name": "Northwest", "code": "8" }, { "name": "North-South", "code": "9" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ReferencePostRoute", "type": "esriFieldTypeString", "alias": "ReferencePostRoute", "length": 16, "domain": null }, { "name": "ReferenceMarkerType", "type": "esriFieldTypeString", "alias": "ReferenceMarkerType", "length": 2, "domain": { "type": "codedValue", "name": "dReferenceMarkerType", "description": "Reference Marker Type domain", "codedValues": [ { "name": "Mile", "code": "M" }, { "name": "Intermediate", "code": "I" }, { "name": "Enhanced", "code": "E" }, { "name": "Intermediate Enhanced", "code": "IE" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ReferencePostLocation", "type": "esriFieldTypeString", "alias": "ReferencePostLocation", "length": 1, "domain": { "type": "codedValue", "name": "dReferencePostLocation", "description": "Reference Post Location domain", "codedValues": [ { "name": "Left", "code": "L" }, { "name": "Right", "code": "R" }, { "name": "Median", "code": "M" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MeasuredLatitude", "type": "esriFieldTypeDouble", "alias": "MeasuredLatitude", "domain": null }, { "name": "MeasuredLongitude", "type": "esriFieldTypeDouble", "alias": "MeasuredLongitude", "domain": null }, { "name": "MeasuredAltitude", "type": "esriFieldTypeSmallInteger", "alias": "MeasuredAltitude", "domain": null }, { "name": "InventoryStartDate", "type": "esriFieldTypeDate", "alias": "InventoryStartDate", "length": 8, "domain": null }, { "name": "LRSFromDate", "type": "esriFieldTypeDate", "alias": "LRSFromDate", "length": 8, "domain": null }, { "name": "LRSToDate", "type": "esriFieldTypeDate", "alias": "LRSToDate", "length": 8, "domain": null }, { "name": "CreatedUser", "type": "esriFieldTypeString", "alias": "CreatedUser", "length": 20, "domain": null }, { "name": "LastEditedUser", "type": "esriFieldTypeString", "alias": "LastEditedUser", "length": 20, "domain": null }, { "name": "CreatedDate", "type": "esriFieldTypeDate", "alias": "CreatedDate", "length": 8, "domain": null }, { "name": "LastEditedDate", "type": "esriFieldTypeDate", "alias": "LastEditedDate", "length": 8, "domain": null }, { "name": "SourceCIT", "type": "esriFieldTypeString", "alias": "SourceCIT", "length": 20, "domain": { "type": "codedValue", "name": "dSourceCIT", "description": "SourceCITDesc", "codedValues": [ { "name": "Aerial Photography - Unknown Spec", "code": "AP" }, { "name": "Aerial Photography - ASPRS II or higher spec", "code": "AP2" }, { "name": "Aerial Photography - DOQQ imagery", "code": "AP3" }, { "name": "Aerial Photography - USDA FSA NAIP Imagery", "code": "AP4" }, { "name": "Apple Device", "code": "APL" }, { "name": "Assumed", "code": "ASD" }, { "name": "AADT Route Average", "code": "AVG" }, { "name": "URS Curve Application", "code": "C2" }, { "name": "Curve Tool", "code": "C3" }, { "name": "AADT City with Factor Applied", "code": "CITY" }, { "name": "CANSYS II Legacy, Migrated", "code": "CLM" }, { "name": "AADT Portable Counters", "code": "CVRG" }, { "name": "AADT Portable Counters with Factor Applied", "code": "CVRGFCT" }, { "name": "Digital Elevation Model, 10M or equivalent", "code": "DEM" }, { "name": "Derived", "code": "DER" }, { "name": "Design Standards Shoulder Width \\\\CANSYSTEST\\CANSYS\\KDOT\\DOCUMENTATION\\KDOT USER DOCUMENTATION\\METADATA\\STANDARDSHOULDERWIDTHTABLE.PDF", "code": "DSSW" }, { "name": "Design Plan", "code": "DTD" }, { "name": "KDOT Surveyor", "code": "DTS" }, { "name": "Estimated", "code": "Est" }, { "name": "AADT Flowmap", "code": "FLOW" }, { "name": "NAIP 2012", "code": "FS12" }, { "name": "NAIP 2015", "code": "FS15" }, { "name": "GNIS", "code": "GN" }, { "name": "Google", "code": "GOOG" }, { "name": "Other Handheld GPS", "code": "GPS1" }, { "name": "HPMS Data for Migration", "code": "HPMS" }, { "name": "KDOT Data Owner", "code": "KDO" }, { "name": "KDOT Official Notification or Contract", "code": "KOC" }, { "name": "Aerial Imagery", "code": "KP15" }, { "name": "Project Plans", "code": "KPP" }, { "name": "KDOT Notification, Field Verified", "code": "KUC" }, { "name": "LiDAR Derived, High Altitude USGS Spec", "code": "Li" }, { "name": "LiDAR Derived, Low Altitude, Manned, Transportation Spec", "code": "LiM" }, { "name": "LiDAR Derived, Low Altitude, UAS, Transportation Spec", "code": "LiU" }, { "name": "Local Agency Data Steward", "code": "LPA" }, { "name": "AADT Major-Minor Collectors", "code": "MAJMIN" }, { "name": "Unknown", "code": "NA" }, { "name": "No Best Fit Obtained", "code": "NBFO" }, { "name": "NG911 Data Steward", "code": "NG" }, { "name": "Non-State Section, Migrated", "code": "NSSect" }, { "name": "Notified", "code": "NTF" }, { "name": "AADT Non-State Urban", "code": "NUSYS" }, { "name": "Other Video or Photo Source", "code": "PHO" }, { "name": "Project", "code": "PR" }, { "name": "Interchange Ramp for Migration", "code": "RAMP" }, { "name": "AADT Ramp Data", "code": "RAMPS" }, { "name": "Other State Agency Data Steward", "code": "SA" }, { "name": "Samsung Device", "code": "SAM" }, { "name": "Aerial Imagery", "code": "SDX15" }, { "name": "KDOT Videolog", "code": "VL" }, { "name": "PMS videolog http://dtpml004.ksdot.org/npcve/", "code": "VLPMS" }, { "name": "Construction Plans", "code": "Y" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LocError", "type": "esriFieldTypeString", "alias": "LocError", "length": 100, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R81_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_81", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S68_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "66a66e642f3c49fb92e04b23c57f3dee" } ], "tables": [] }