{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 1, "name": "Eden Prairie Roads", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 103734, "latestWkid": 103734, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 2, "falseX": -119096800, "falseY": -98462100, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 240, 240, 240, 0 ], "width": 4 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[HWYNUM]", "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 216, "where": "\"RD_CODE\" = 'F1'", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Interstate", "priority": 8, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 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": "Lato Black", "size": 8.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpression": "[HWYNUM]", "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 216, "where": "\"RD_CODE\" = 'F2'", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "US Highway", "priority": 7, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 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": "Lato Black", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpression": "[HWYNUM]", "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 216, "where": "\"RD_CODE\" = 'S3'", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "State Highway", "priority": 6, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 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": "Lato", "size": 7.5, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpression": "[HWYNUM]", "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 288, "where": "\"RD_CODE\" = 'C4'", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "CSAH", "priority": 5, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 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": "Lato", "size": 8, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "//split label into words\nvar words = split(upper($feature.FULL_NAME), \" \")\n\n//provide list of directions to be uppercase\nvar upperWords = [\"N\", \"NW\", \"W\", \"SW\", \"S\", \"SE\", \"E\", \"NE\"]\n\n//provide list of ordinals to be lower case\nvar lowerWords = [\"1ST\", \"2ND\", \"3RD\", \"4TH\", \"5TH\", \"6TH\", \"7TH\", \"8TH\", \"9TH\", \"10TH\"]\n\nvar label = \"\"\n\n//loop through words\nfor (var i in words)\n{\nvar word = words[i]\n\n/*determine whether theyll be upper or lower case if lower check the length is long enough and then check the three right hanfd chars to ensure match lowerWords var */\nvar isUpper = indexof(upperWords, word) > -1\nvar isLower = count(word) >3 && indexof(lowerWords, right(word, 3)) > -1\n\n//recontruct label\nif (isUpper)\nlabel += word + \". \"\nelse if (isLower)\nlabel+= lower(word) + \" \"\nelse\nlabel += proper(word) + \" \"\n}\n//return it to the label engine\nreturn label", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 215.99999999999997, "where": "\"RD_CODE\" = 'M7'", "useCodedValues": true, "maxScale": 0, "minScale": 9600, "name": "MSAS", "priority": 4, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.5, "font": { "family": "Lato", "size": 9, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "//split label into words\nvar words = split(upper($feature.FULL_NAME), \" \")\n\n//provide list of directions to be uppercase\nvar upperWords = [\"N\", \"NW\", \"W\", \"SW\", \"S\", \"SE\", \"E\", \"NE\"]\n\n//provide list of ordinals to be lower case\nvar lowerWords = [\"1ST\", \"2ND\", \"3RD\", \"4TH\", \"5TH\", \"6TH\", \"7TH\", \"8TH\", \"9TH\", \"10TH\"]\n\nvar label = \"\"\n\n//loop through words\nfor (var i in words)\n{\nvar word = words[i]\n\n/*determine whether theyll be upper or lower case if lower check the length is long enough and then check the three right hanfd chars to ensure match lowerWords var */\nvar isUpper = indexof(upperWords, word) > -1\nvar isLower = count(word) >3 && indexof(lowerWords, right(word, 3)) > -1\n\n//recontruct label\nif (isUpper)\nlabel += word + \". \"\nelse if (isLower)\nlabel+= lower(word) + \" \"\nelse\nlabel += proper(word) + \" \"\n}\n//return it to the label engine\nreturn label", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 215.99999999999997, "where": "\"RD_CODE\" = 'M8'", "useCodedValues": true, "maxScale": 0, "minScale": 9600, "name": "Municipal Street", "priority": 3, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.5, "font": { "family": "Lato", "size": 8, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "//split label into words\nvar words = split(upper($feature.FULL_NAME), \" \")\n\n//provide list of directions to be uppercase\nvar upperWords = [\"N\", \"NW\", \"W\", \"SW\", \"S\", \"SE\", \"E\", \"NE\"]\n\n//provide list of ordinals to be lower case\nvar lowerWords = [\"1ST\", \"2ND\", \"3RD\", \"4TH\", \"5TH\", \"6TH\", \"7TH\", \"8TH\", \"9TH\", \"10TH\"]\n\nvar label = \"\"\n\n//loop through words\nfor (var i in words)\n{\nvar word = words[i]\n\n/*determine whether theyll be upper or lower case if lower check the length is long enough and then check the three right hanfd chars to ensure match lowerWords var */\nvar isUpper = indexof(upperWords, word) > -1\nvar isLower = count(word) >3 && indexof(lowerWords, right(word, 3)) > -1\n\n//recontruct label\nif (isUpper)\nlabel += word + \". \"\nelse if (isLower)\nlabel+= lower(word) + \" \"\nelse\nlabel += proper(word) + \" \"\n}\n//return it to the label engine\nreturn label", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 216, "where": "\"RD_CODE\" = 'P9'", "useCodedValues": true, "maxScale": 0, "minScale": 9599, "name": "Private Street", "priority": 2, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.5, "font": { "family": "Lato", "size": 7, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "//split label into words\nvar words = split(upper($feature.FULL_NAME), \" \")\n\n//provide list of directions to be uppercase\nvar upperWords = [\"N\", \"NW\", \"W\", \"SW\", \"S\", \"SE\", \"E\", \"NE\"]\n\n//provide list of ordinals to be lower case\nvar lowerWords = [\"1ST\", \"2ND\", \"3RD\", \"4TH\", \"5TH\", \"6TH\", \"7TH\", \"8TH\", \"9TH\", \"10TH\"]\n\nvar label = \"\"\n\n//loop through words\nfor (var i in words)\n{\nvar word = words[i]\n\n/*determine whether theyll be upper or lower case if lower check the length is long enough and then check the three right hanfd chars to ensure match lowerWords var */\nvar isUpper = indexof(upperWords, word) > -1\nvar isLower = count(word) >3 && indexof(lowerWords, right(word, 3)) > -1\n\n//recontruct label\nif (isUpper)\nlabel += word + \". \"\nelse if (isLower)\nlabel+= lower(word) + \" \"\nelse\nlabel += proper(word) + \" \"\n}\n//return it to the label engine\nreturn label", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 216, "where": "\"RD_CODE\" = 'C4'", "useCodedValues": true, "maxScale": 0, "minScale": 19200, "name": "CRNames", "priority": 1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.5, "font": { "family": "Lato", "size": 9, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "$feature.STR_NAME", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 75, "where": "RD_CODE = 'X11'", "useCodedValues": true, "maxScale": 0, "minScale": 9599, "name": "Other", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Lato", "size": 7, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 464308.85007305443, "ymin": 102750.64615114033, "xmax": 497360.6587916581, "ymax": 137724.1464139819, "spatialReference": { "wkid": 103734, "latestWkid": 103734, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119096800, "falseY": -98462100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "STR_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "PREDIR", "type": "esriFieldTypeString", "alias": "PREDIR", "length": 5, "domain": null }, { "name": "STR_NAME", "type": "esriFieldTypeString", "alias": "STR_NAME", "length": 50, "domain": null }, { "name": "STR_TYPE", "type": "esriFieldTypeString", "alias": "STR_TYPE", "length": 15, "domain": null }, { "name": "SUFDIR", "type": "esriFieldTypeString", "alias": "SUFDIR", "length": 5, "domain": null }, { "name": "FULL_NAME", "type": "esriFieldTypeString", "alias": "FULL_NAME", "length": 50, "domain": null }, { "name": "ALT_NAME1", "type": "esriFieldTypeString", "alias": "ALT_NAME1", "length": 50, "domain": null }, { "name": "ALT_NAME2", "type": "esriFieldTypeString", "alias": "ALT_NAME2", "length": 50, "domain": null }, { "name": "FROM_LF", "type": "esriFieldTypeInteger", "alias": "FROM_LF", "domain": null }, { "name": "TO_LF", "type": "esriFieldTypeInteger", "alias": "TO_LF", "domain": null }, { "name": "FROM_RT", "type": "esriFieldTypeInteger", "alias": "FROM_RT", "domain": null }, { "name": "TO_RT", "type": "esriFieldTypeInteger", "alias": "TO_RT", "domain": null }, { "name": "JURDCTN", "type": "esriFieldTypeString", "alias": "JURDCTN", "length": 15, "domain": { "type": "codedValue", "name": "JURDCTN", "description": "Governing Body in Charge of Maintenance", "codedValues": [ { "name": "FEDERAL", "code": "FEDERAL" }, { "name": "STATE", "code": "STATE" }, { "name": "COUNTY", "code": "COUNTY" }, { "name": "CITY", "code": "CITY" }, { "name": "PRIVATE", "code": "PRIVATE" }, { "name": "PARK", "code": "PARK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CITY_LF", "type": "esriFieldTypeString", "alias": "CITY_LF", "length": 50, "domain": { "type": "codedValue", "name": "LOCATION", "description": "Governing Body by Location", "codedValues": [ { "name": "BLOOMINGTON", "code": "BLOOMINGTON" }, { "name": "CHANHASSEN", "code": "CHANHASSEN" }, { "name": "EDEN PRAIRIE", "code": "EDEN PRAIRIE" }, { "name": "EDINA", "code": "EDINA" }, { "name": "MINNETONKA", "code": "MINNETONKA" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CITY_RT", "type": "esriFieldTypeString", "alias": "CITY_RT", "length": 50, "domain": { "type": "codedValue", "name": "LOCATION", "description": "Governing Body by Location", "codedValues": [ { "name": "BLOOMINGTON", "code": "BLOOMINGTON" }, { "name": "CHANHASSEN", "code": "CHANHASSEN" }, { "name": "EDEN PRAIRIE", "code": "EDEN PRAIRIE" }, { "name": "EDINA", "code": "EDINA" }, { "name": "MINNETONKA", "code": "MINNETONKA" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ZIP5_LF", "type": "esriFieldTypeInteger", "alias": "ZIP5_LF", "domain": null }, { "name": "ZIP5_RT", "type": "esriFieldTypeInteger", "alias": "ZIP5_RT", "domain": null }, { "name": "FR_XSTR", "type": "esriFieldTypeString", "alias": "FR_XSTR", "length": 50, "domain": null }, { "name": "TO_XSTR", "type": "esriFieldTypeString", "alias": "TO_XSTR", "length": 50, "domain": null }, { "name": "RD_CODE", "type": "esriFieldTypeString", "alias": "RD_CODE", "length": 10, "domain": { "type": "codedValue", "name": "RDCODE", "description": "Street and Highway Types", "codedValues": [ { "name": "CSAH", "code": "C4" }, { "name": "MCSAS", "code": "M6" }, { "name": "MSAS", "code": "M7" }, { "name": "INTERSTATE", "code": "F1" }, { "name": "US HIGHWAY", "code": "F2" }, { "name": "STATE HIGHWAY", "code": "S3" }, { "name": "COUNTY ROAD", "code": "C5" }, { "name": "MUNICIPAL STREET", "code": "M8" }, { "name": "PRIVATE STREET", "code": "P9" }, { "name": "RAMP", "code": "R10" }, { "name": "OTHER", "code": "X11" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "HWYNUM", "type": "esriFieldTypeSmallInteger", "alias": "HWYNUM", "domain": null }, { "name": "SPEED", "type": "esriFieldTypeSmallInteger", "alias": "SPEED", "domain": null }, { "name": "ONEWAY", "type": "esriFieldTypeString", "alias": "ONEWAY", "length": 2, "domain": { "type": "codedValue", "name": "ONEWAY", "description": "Codes for Oneway designation", "codedValues": [ { "name": "B", "code": "B" }, { "name": "FT", "code": "FT" }, { "name": "TF", "code": "TF" }, { "name": "N", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "JOIN_ID", "type": "esriFieldTypeInteger", "alias": "JOIN_ID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "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": "Query,Map,Data", "maxRecordCount": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "2b395e3627144fd2b8d9e264f718b276" }