{ "layers": [ { "currentVersion": 10.71, "id": 0, "name": "Route", "type": "Network Analysis Layer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": null, "subLayers": [ { "id": 1, "name": "Stops" }, { "id": 2, "name": "Point Barriers" }, { "id": 3, "name": "Routes" }, { "id": 4, "name": "Line Barriers" }, { "id": 5, "name": "Polygon Barriers" } ], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": -1.2184155719092585E8, "ymin": -9.365862200518383E7, "xmax": 1.2584155719615918E8, "ymax": 5.991355664156069E7, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query", "supportsStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.71, "id": 1, "name": "Stops", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Route" }, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Status", "field2": null, "field3": null, "defaultSymbol": { "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 } }, "defaultLabel": "Error", "uniqueValueInfos": [ { "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 } }, "value": "0", "label": "Located", "description": "" }, { "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 } }, "value": "1", "label": "Unlocated", "description": "" }, { "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 } }, "value": "6", "label": "Time Violation", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2417181.588951409, "ymin": 673811.3152993172, "xmax": 2476209.837364495, "ymax": 681022.1857200563, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "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": 500, "domain": null }, { "name": "RouteName", "type": "esriFieldTypeString", "alias": "RouteName", "length": 1024, "domain": null }, { "name": "Sequence", "type": "esriFieldTypeInteger", "alias": "Sequence", "domain": { "type": "range", "name": "Sequence", "description": "", "range": [ 1, 2147483647 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "TimeWindowStart", "type": "esriFieldTypeDate", "alias": "TimeWindowStart", "length": 16, "domain": null }, { "name": "TimeWindowEnd", "type": "esriFieldTypeDate", "alias": "TimeWindowEnd", "length": 16, "domain": null }, { "name": "ArriveCurbApproach", "type": "esriFieldTypeInteger", "alias": "ArriveCurbApproach", "domain": { "type": "codedValue", "name": "NACurbApproach", "description": "", "codedValues": [ { "name": "Either side of vehicle", "code": 0 }, { "name": "Right side of vehicle", "code": 1 }, { "name": "Left side of vehicle", "code": 2 }, { "name": "No U-turn", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DepartCurbApproach", "type": "esriFieldTypeInteger", "alias": "DepartCurbApproach", "domain": { "type": "codedValue", "name": "NACurbApproach", "description": "", "codedValues": [ { "name": "Either side of vehicle", "code": 0 }, { "name": "Right side of vehicle", "code": 1 }, { "name": "Left side of vehicle", "code": 2 }, { "name": "No U-turn", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LocationType", "type": "esriFieldTypeInteger", "alias": "LocationType", "domain": { "type": "codedValue", "name": "NALocationType", "description": "", "codedValues": [ { "name": "Stop", "code": 0 }, { "name": "Waypoint", "code": 1 }, { "name": "Break", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SourceID", "type": "esriFieldTypeInteger", "alias": "SourceID", "domain": { "type": "codedValue", "name": "SourceID", "description": "", "codedValues": [ { "name": "", "code": -1 }, { "name": "GIS.GIS.RoadsNew", "code": 1 }, { "name": "GIS.GIS.RoadNetwork_ND_Junctions", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SourceOID", "type": "esriFieldTypeInteger", "alias": "SourceOID", "domain": { "type": "range", "name": "SourceOID", "description": "", "range": [ -1, 2147483647 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PosAlong", "type": "esriFieldTypeDouble", "alias": "PosAlong", "domain": { "type": "range", "name": "PosAlong", "description": "", "range": [ 0, 1 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SideOfEdge", "type": "esriFieldTypeInteger", "alias": "SideOfEdge", "domain": { "type": "codedValue", "name": "NASideOfEdge", "description": "", "codedValues": [ { "name": "Right Side", "code": 1 }, { "name": "Left Side", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CurbApproach", "type": "esriFieldTypeInteger", "alias": "CurbApproach", "domain": { "type": "codedValue", "name": "NACurbApproach", "description": "", "codedValues": [ { "name": "Either side of vehicle", "code": 0 }, { "name": "Right side of vehicle", "code": 1 }, { "name": "Left side of vehicle", "code": 2 }, { "name": "No U-turn", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Status", "type": "esriFieldTypeInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "NALocationStatus", "description": "", "codedValues": [ { "name": "OK", "code": 0 }, { "name": "Not located", "code": 1 }, { "name": "Network element not located", "code": 2 }, { "name": "Element not traversable", "code": 3 }, { "name": "Invalid field values", "code": 4 }, { "name": "Not reached", "code": 5 }, { "name": "Time window violation", "code": 6 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Attr_MileDistance", "type": "esriFieldTypeDouble", "alias": "Attr_MileDistance", "domain": { "type": "range", "name": "Attr_MileDistance", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Attr_Speed", "type": "esriFieldTypeDouble", "alias": "Attr_Speed", "domain": { "type": "range", "name": "Attr_Speed", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Cumul_Speed", "type": "esriFieldTypeDouble", "alias": "Cumul_Speed", "domain": { "type": "range", "name": "Cumul_Speed", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.71, "id": 2, "name": "Point Barriers", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Route" }, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Status", "field2": "BarrierType", "field3": null, "defaultSymbol": { "type": "esriPMS", "url": "cee4086da8846a3d8bbfb75fa7208de1", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAglJREFUOI2t1L9LlVEcx/HXSeExNakLCTY19OMfiAKRxEFcaojEoLVosAY3i6ZqSSiIGlzEEMkGhRZNpCVwVMkGI2oRKqKIW0MY55I+DY/3evXeGwZ94fB8v+f7Oe/zOQeeU+8/Rv3fmikHJckRMe6Xy32Vz78J/PonWMoZDKJdjHtAPg9rG0yHtrbb4fPnlb/CUvamPMYFcPkyvb20trK+zpcvjWFsrM/k5PmUwcD9qrCUOjwL9ICHD+nvp65u+/Y9PXR21rl27V5KY+BONWeDiqD2di5d2gL9/Jl9m5upr896IyMsL99Kk2Q+xPiyBEvJ4XoJ29dHY2OW//hBRweHDzM9nc01NNDVxfJyEOMQTpU7O4d9Jdj4OJ8+ZYC1NVZWePBg6wyFAouLxepkytHA+6Kz06H8XpaWsgG5HAsLnDiR1Rsb2Wbz8+UrOhVhgTa1YnR0C1QoMDzMwMBO1aHyYxZqwoogmJqqBoJYgqWshmoSmJujpSXLJyZqqVZLsMAsrlaVdXeTJFn++jUzMzsVv/GiBMOcJHknxmMVsNbWLVhzc0U75eke8uXOfqcxDmAmK3cd+cDNYlH6AwKzKTdwd5u8oaEWaE2S9IYYP1TANoFDKR/xCAdq+kmSt5qaLoZ8/lX5dMUTFHiS8hxXcBbH0YJvWMSUGCdCjOs711Z9zwLfMbQ5dh1/ACSwmxZNNis2AAAAAElFTkSuQmCC", "contentType": "image/png", "width": 14, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "defaultLabel": "Error", "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "d51fa2e005b3e746cc44f51196c60bbe", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAArJJREFUSIntlU1IVFEYhp+TozccW6ggXBlFwkUiTovIQVwUbiUlxJVOpkOzkMDBhT8RDIE/IBIFMaUbUXCj4EYkiRiKEcow8AenBt00GfgDoi7Mi8FpcRzHYca8prTJDy6cc77vvM/97nkvx8I/DssF8P8DyoGBG6SlObBa08jM/EJx8VshxM9zBUqw0t39kmCwmvr6yzE5t1vKsbEFSkoahK5/PjNQulylrK+/ob09NVFe9PcL+vvtOJ0zcn7+ubDbPX8NlA5HKVNT7wmFkvB6we+HQCC2SNehpgZ6eyEYbJJzc6ni+nX3qYESMkhJeU0olERPD3g84HIp8QhU12FyEgoKICsLWlqgs/OBDIfHRW7u+OmAZWVPhN9/ha4uBUtOhpwcGB5W0OVlBbPb1QaPB6SE1laoquoDzAMlWFhbawBgdhZ2diAzUyUj0K0tKCqKbtrfh40NNR4a0uXu7jWRmvrVXIeadpPFRWWSkRG15vPFQnNyovW7u+D1qnMEmJiAhYV7wCNzQMO4GjNPBD0OFont7fxE0sedoRa3EgjA6mo8cGsLpqfjFfb2pHmgpv3AMKLziBsLC+Nrs7OjRjr6y6SkLJkHGsYHNO0XhmE5hEXcCOoz7u1BRoaaH3VvIKBeLD29zzRQwI5Utr5LW1s8zOuFcDj2TG02cDohEEDW1n675HB8N9+h6vIxmnaHpiYLeXlQUZHYID6f6nRsDNxuyM9H2Gz3j5M9FiggKA3jIfCKykoYHVXmOAqLuLe8HOrq1Lix8alwOt+dGngA7ZOQjKY9o7o6KWHRyIh6dF3icvWI5ua2P2meeFsIeCGt1o/k5fUSCt1KWFRXt8jSUoPo6Ph0kp6p+1Bsbs6wuXlbgg0oA3IPUmHALwYHV8zomAYegmEFGDrNnjMBzyMugOcevwF3FfCAwZP3EAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 21, "height": 21, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "0,0", "label": "Restriction", "description": "" }, { "symbol": { "type": "esriPMS", "url": "9e95bf7720d1879ab563d7caa1116a02", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAXNJREFUOI29lD2OwjAQRl8iVmn2AAk9XTqgzQnooY+UHGOBW5Ab0C5cI31OQDhAGgsRb2FH2M7P7kqr/RorY/tpZr6JZ/yxZv8GfMB8BhsgA+ZABNRAKeHmQ/5joFSQvYaYioCN9zqTe1BMAtsg2CPEx1jmjk4tLM1sLaCE7BcwADzIWrj6cLGAD9WnvXV6t4M0hTiGMISmgaqC9dqFfqrFAGoDIgt2PMJi8br5/g6rFdQ1RHZ7JWQeFGbJmXUiTW2YqTCE8xm2WzOa4QDn1qU4HoZ1ShI3sgTbFLuGMJwGjuybwNqCNo3q2Ziaxo3ULrBEGaNUVcqAMVWVGyktoISbZ26v18rNodLu997oyCAoEeIF9CGXrtNRpNxMksk5BMqnEIWVoVYOnKyIPRqDknB4g1sP6EHRwtJzM52CBcHBF+LSffceBx/yFq76d5pSKcGCDQI19AJ4uqcZemjp3sMgKJ9CFF2Z3wI76beu6G0IMXrnC8ANb6cJy0QFAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 15, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "0,2", "label": "Added Cost", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -1.2184155719092585E8, "ymin": -9.365862200518383E7, "xmax": 1.2584155719615918E8, "ymax": 5.991355664156069E7, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "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": 500, "domain": null }, { "name": "SourceID", "type": "esriFieldTypeInteger", "alias": "SourceID", "domain": { "type": "codedValue", "name": "SourceID", "description": "", "codedValues": [ { "name": "", "code": -1 }, { "name": "GIS.GIS.RoadsNew", "code": 1 }, { "name": "GIS.GIS.RoadNetwork_ND_Junctions", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SourceOID", "type": "esriFieldTypeInteger", "alias": "SourceOID", "domain": { "type": "range", "name": "SourceOID", "description": "", "range": [ -1, 2147483647 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PosAlong", "type": "esriFieldTypeDouble", "alias": "PosAlong", "domain": { "type": "range", "name": "PosAlong", "description": "", "range": [ 0, 1 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SideOfEdge", "type": "esriFieldTypeInteger", "alias": "SideOfEdge", "domain": { "type": "codedValue", "name": "NASideOfEdge", "description": "", "codedValues": [ { "name": "Right Side", "code": 1 }, { "name": "Left Side", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CurbApproach", "type": "esriFieldTypeInteger", "alias": "CurbApproach", "domain": { "type": "codedValue", "name": "NACurbApproach", "description": "", "codedValues": [ { "name": "Either side of vehicle", "code": 0 }, { "name": "Right side of vehicle", "code": 1 }, { "name": "Left side of vehicle", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Status", "type": "esriFieldTypeInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "NALocationStatus", "description": "", "codedValues": [ { "name": "OK", "code": 0 }, { "name": "Not located", "code": 1 }, { "name": "Network element not located", "code": 2 }, { "name": "Element not traversable", "code": 3 }, { "name": "Invalid field values", "code": 4 }, { "name": "Not reached", "code": 5 }, { "name": "Time window violation", "code": 6 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FullEdge", "type": "esriFieldTypeInteger", "alias": "FullEdge", "domain": { "type": "codedValue", "name": "NABoolean", "description": "", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BarrierType", "type": "esriFieldTypeInteger", "alias": "BarrierType", "domain": { "type": "codedValue", "name": "NALocationBarrierType", "description": "", "codedValues": [ { "name": "Restriction", "code": 0 }, { "name": "Added Cost", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Attr_MileDistance", "type": "esriFieldTypeDouble", "alias": "Attr_MileDistance", "domain": { "type": "range", "name": "Attr_MileDistance", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Attr_Speed", "type": "esriFieldTypeDouble", "alias": "Attr_Speed", "domain": { "type": "range", "name": "Attr_Speed", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.71, "id": 3, "name": "Routes", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Route" }, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 128, 87, 13, 255 ], "width": 4 }, "label": "Routes", "description": "" }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2416936.1248754114, "ymin": 670942.5415093154, "xmax": 2476192.102163747, "ymax": 681028.0062464774, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "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": 1024, "domain": null }, { "name": "FirstStopID", "type": "esriFieldTypeInteger", "alias": "FirstStopID", "domain": { "type": "range", "name": "FirstStopID", "description": "", "range": [ 0, 2147483647 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LastStopID", "type": "esriFieldTypeInteger", "alias": "LastStopID", "domain": { "type": "range", "name": "LastStopID", "description": "", "range": [ 0, 2147483647 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "StopCount", "type": "esriFieldTypeInteger", "alias": "StopCount", "domain": { "type": "range", "name": "StopCount", "description": "", "range": [ 0, 2147483647 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Total_Speed", "type": "esriFieldTypeDouble", "alias": "Total_Speed", "domain": { "type": "range", "name": "Total_Speed", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": false, "supportsAdvancedQueries": false, "hasM": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.71, "id": 4, "name": "Line Barriers", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Route" }, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "symbolLayerDrawing": { "type": "CIMSymbolLayerDrawing", "symbolLayers": [ { "type": "CIMSymbolLayerIdentifier", "symbolReferenceName": "Symbol_95", "symbolLayerName": "Level_1" }, { "type": "CIMSymbolLayerIdentifier", "symbolReferenceName": "Symbol_96", "symbolLayerName": "Level_0" } ], "useSymbolLayerDrawing": true }, "renderer": { "type": "uniqueValue", "field1": "BarrierType", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 3.4 }, "value": "0", "label": "Restriction", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 3.4 }, "value": "1", "label": "Scaled Cost", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -1.2184155719092585E8, "ymin": -9.365862200518383E7, "xmax": 1.2584155719615918E8, "ymax": 5.991355664156069E7, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "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": 500, "domain": null }, { "name": "BarrierType", "type": "esriFieldTypeInteger", "alias": "BarrierType", "domain": { "type": "codedValue", "name": "NALocationRangesBarrierType", "description": "", "codedValues": [ { "name": "Restriction", "code": 0 }, { "name": "Scaled Cost", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Attr_MileDistance", "type": "esriFieldTypeDouble", "alias": "Attr_MileDistance", "domain": { "type": "range", "name": "Attr_MileDistance", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Attr_Speed", "type": "esriFieldTypeDouble", "alias": "Attr_Speed", "domain": { "type": "range", "name": "Attr_Speed", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.71, "id": 5, "name": "Polygon Barriers", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Route" }, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "symbolLayerDrawing": { "type": "CIMSymbolLayerDrawing", "symbolLayers": [ { "type": "CIMSymbolLayerIdentifier", "symbolReferenceName": "Symbol_100", "symbolLayerName": "Level_0" } ], "useSymbolLayerDrawing": true }, "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 204, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 3.4 } }, "label": "", "description": "" }, "transparency": 40, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -1.2184155719092585E8, "ymin": -9.365862200518383E7, "xmax": 1.2584155719615918E8, "ymax": 5.991355664156069E7, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "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": 500, "domain": null }, { "name": "BarrierType", "type": "esriFieldTypeInteger", "alias": "BarrierType", "domain": { "type": "codedValue", "name": "NALocationRangesBarrierType", "description": "", "codedValues": [ { "name": "Restriction", "code": 0 }, { "name": "Scaled Cost", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Attr_MileDistance", "type": "esriFieldTypeDouble", "alias": "Attr_MileDistance", "domain": { "type": "range", "name": "Attr_MileDistance", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Attr_Speed", "type": "esriFieldTypeDouble", "alias": "Attr_Speed", "domain": { "type": "range", "name": "Attr_Speed", "description": "", "range": [ 0, 1.0E308 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.71, "id": 6, "name": "GIS.GIS.RoadNetwork_ND_Junctions", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 204, 204, 204, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2389644.6778180003, "ymin": 581793.4166583121, "xmax": 2568961.249958411, "ymax": 760328.2498766482, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "OBJECTID", "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 } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R1721_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S1634_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": true, "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, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.71, "id": 7, "name": "GIS.GIS.RoadsNew", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 30, 163, 255 ], "width": 1 }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2389644.6778180003, "ymin": 581180.0730687231, "xmax": 2568961.249958411, "ymax": 760328.2498766482, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "CLASS", "type": "esriFieldTypeString", "alias": "CLASS", "length": 2, "domain": null }, { "name": "NUMBER_", "type": "esriFieldTypeSmallInteger", "alias": "NUMBER_", "domain": null }, { "name": "NUMBER2", "type": "esriFieldTypeSmallInteger", "alias": "NUMBER2", "domain": null }, { "name": "NUMBER3", "type": "esriFieldTypeSmallInteger", "alias": "NUMBER3", "domain": null }, { "name": "NUMBER4", "type": "esriFieldTypeSmallInteger", "alias": "NUMBER4", "domain": null }, { "name": "NUMBER5", "type": "esriFieldTypeSmallInteger", "alias": "NUMBER5", "domain": null }, { "name": "PREDIR", "type": "esriFieldTypeString", "alias": "PREDIR", "length": 2, "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "NAME", "length": 50, "domain": null }, { "name": "E911NAME", "type": "esriFieldTypeString", "alias": "E911NAME", "length": 20, "domain": null }, { "name": "LNAME", "type": "esriFieldTypeString", "alias": "LNAME", "length": 50, "domain": null }, { "name": "TYPE", "type": "esriFieldTypeString", "alias": "TYPE", "length": 2, "domain": null }, { "name": "SUFDIR", "type": "esriFieldTypeString", "alias": "SUFDIR", "length": 2, "domain": null }, { "name": "URBAN", "type": "esriFieldTypeSmallInteger", "alias": "URBAN", "domain": null }, { "name": "LOR", "type": "esriFieldTypeInteger", "alias": "LOR", "domain": null }, { "name": "LOL", "type": "esriFieldTypeInteger", "alias": "LOL", "domain": null }, { "name": "HOR", "type": "esriFieldTypeInteger", "alias": "HOR", "domain": null }, { "name": "HOL", "type": "esriFieldTypeInteger", "alias": "HOL", "domain": null }, { "name": "CITY", "type": "esriFieldTypeSmallInteger", "alias": "CITY", "domain": null }, { "name": "MUNIPO", "type": "esriFieldTypeString", "alias": "MUNIPO", "length": 11, "domain": null }, { "name": "ZIP", "type": "esriFieldTypeInteger", "alias": "ZIP", "domain": null }, { "name": "PO", "type": "esriFieldTypeString", "alias": "PO", "length": 25, "domain": null }, { "name": "GUC_CODE", "type": "esriFieldTypeInteger", "alias": "GUC_CODE", "domain": null }, { "name": "CROSS_A", "type": "esriFieldTypeString", "alias": "CROSS_A", "length": 50, "domain": null }, { "name": "CROSS_B", "type": "esriFieldTypeString", "alias": "CROSS_B", "length": 50, "domain": null }, { "name": "RANGE", "type": "esriFieldTypeString", "alias": "RANGE", "length": 11, "domain": null }, { "name": "EDITBY", "type": "esriFieldTypeString", "alias": "EDITBY", "length": 50, "domain": null }, { "name": "EDITDATE", "type": "esriFieldTypeString", "alias": "EDITDATE", "length": 50, "domain": null }, { "name": "ZONEA", "type": "esriFieldTypeString", "alias": "ZONEA", "length": 4, "domain": null }, { "name": "HOLDING1", "type": "esriFieldTypeString", "alias": "HOLDING1", "length": 50, "domain": null }, { "name": "HOLDING2", "type": "esriFieldTypeString", "alias": "HOLDING2", "length": 50, "domain": null }, { "name": "CITY_STREET", "type": "esriFieldTypeString", "alias": "CITY_STREET", "length": 1, "domain": null }, { "name": "Time", "type": "esriFieldTypeDouble", "alias": "Time", "domain": null }, { "name": "Speed", "type": "esriFieldTypeDouble", "alias": "Speed", "domain": null }, { "name": "Speedlimit", "type": "esriFieldTypeDouble", "alias": "Speedlimit", "domain": null }, { "name": "Hierarchy", "type": "esriFieldTypeDouble", "alias": "Hierarchy", "domain": null }, { "name": "MIleDistance", "type": "esriFieldTypeDouble", "alias": "MIleDistance", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1664_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S1590_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": true, "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, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.71, "id": 8, "name": "GIS.GIS.RoadNetwork_ND", "type": "Network Dataset Layer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 2389644.6450096667, "ymin": 581180.0402603894, "xmax": 2568961.2827667445, "ymax": 760328.2826849818, "spatialReference": { "wkid": 102719, "latestWkid": 2264 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query", "supportsStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsCoordinatesQuantization": true } ], "tables": [] }