{
 "layers": [
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 0,
   "name": "Addresses",
   "type": "Feature Layer",
   "description": "Henderson County's address points, maintained for 911, permitting, and planning purposes by the Henderson County Property Addressing division, housed within the Planning department.",
   "geometryType": "esriGeometryPoint",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.003280833333333333,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 3048.0060960121928,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "Henderson County Planning / Property Addressing",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 10000,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSMS",
      "style": "esriSMSCircle",
      "color": [
       255,
       85,
       0,
       255
      ],
      "size": 4,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0,
      "outline": {
       "color": [
        0,
        0,
        0,
        255
       ],
       "width": 1
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpressionInfo": {
       "expression": "$feature.Add_Number",
       "title": "Custom"
      },
      "labelPlacement": "esriServerPointLabelPlacementAboveRight",
      "deconflictionStrategy": "dynamic",
      "removeDuplicates": "none",
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 5000,
      "name": "Class 1",
      "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": "Tahoma",
        "size": 9,
        "style": "normal",
        "weight": "bold",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": -9202161.08588588,
    "ymin": 4184129.744683464,
    "xmax": -9155885.576602088,
    "ymax": 4232967.443366936,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "St_Name",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "FullAddress",
     "type": "esriFieldTypeString",
     "alias": "FullAddress",
     "length": 100,
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeString",
     "alias": "Status",
     "length": 20,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Status",
      "description": "",
      "codedValues": [
       {
        "name": "Active",
        "code": "1"
       },
       {
        "name": "Inactive",
        "code": "2"
       },
       {
        "name": "Expired",
        "code": "3"
       },
       {
        "name": "Completed",
        "code": "4"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "AddNum_Pre",
     "type": "esriFieldTypeString",
     "alias": "Address Number Prefix",
     "length": 15,
     "domain": null
    },
    {
     "name": "Add_Number",
     "type": "esriFieldTypeInteger",
     "alias": "Address Number",
     "domain": null
    },
    {
     "name": "AddNum_Suf",
     "type": "esriFieldTypeString",
     "alias": "Address Number Suffix",
     "length": 15,
     "domain": null
    },
    {
     "name": "St_PreMod",
     "type": "esriFieldTypeString",
     "alias": "Street name Pre Modifier",
     "length": 15,
     "domain": null
    },
    {
     "name": "St_PreDir",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Directional",
     "length": 9,
     "domain": {
      "type": "codedValue",
      "name": "WS1_StreetNameDirectionals",
      "description": "Valid choices for Ng911 directionals",
      "codedValues": [
       {
        "name": "North",
        "code": "North"
       },
       {
        "name": "South",
        "code": "South"
       },
       {
        "name": "East",
        "code": "East"
       },
       {
        "name": "West",
        "code": "West"
       },
       {
        "name": "Northeast",
        "code": "Northeast"
       },
       {
        "name": "Northwest",
        "code": "Northwest"
       },
       {
        "name": "Southeast",
        "code": "Southeast"
       },
       {
        "name": "Southwest",
        "code": "Southwest"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PreTyp",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Type",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_UpperStreetNameType",
      "description": "Upper case Ng types",
      "codedValues": [
       {
        "name": "ACCESS ROAD",
        "code": "ACCESS ROAD"
       },
       {
        "name": "ACRES",
        "code": "ACRES"
       },
       {
        "name": "ALCOVE",
        "code": "ALCOVE"
       },
       {
        "name": "ALLEY",
        "code": "ALLEY"
       },
       {
        "name": "ANNEX",
        "code": "ANNEX"
       },
       {
        "name": "APPROACH",
        "code": "APPROACH"
       },
       {
        "name": "ARCADE",
        "code": "ARCADE"
       },
       {
        "name": "AVENUE",
        "code": "AVENUE"
       },
       {
        "name": "AVENUE COURT",
        "code": "AVENUE COURT"
       },
       {
        "name": "BAYOU",
        "code": "BAYOU"
       },
       {
        "name": "BEACH",
        "code": "BEACH"
       },
       {
        "name": "BEND",
        "code": "BEND"
       },
       {
        "name": "BLUFF",
        "code": "BLUFF"
       },
       {
        "name": "BLUFFS",
        "code": "BLUFFS"
       },
       {
        "name": "BOTTOM",
        "code": "BOTTOM"
       },
       {
        "name": "BOULEVARD",
        "code": "BOULEVARD"
       },
       {
        "name": "BRANCH",
        "code": "BRANCH"
       },
       {
        "name": "BRIDGE",
        "code": "BRIDGE"
       },
       {
        "name": "BROOK",
        "code": "BROOK"
       },
       {
        "name": "BROOKS",
        "code": "BROOKS"
       },
       {
        "name": "BUREAU OF INDIAN AFFAIRS ROUTE",
        "code": "BUREAU OF INDIAN AFFAIRS ROUTE"
       },
       {
        "name": "BURG",
        "code": "BURG"
       },
       {
        "name": "BURGS",
        "code": "BURGS"
       },
       {
        "name": "BYPASS",
        "code": "BYPASS"
       },
       {
        "name": "CAMP",
        "code": "CAMP"
       },
       {
        "name": "CANYON",
        "code": "CANYON"
       },
       {
        "name": "CAPE",
        "code": "CAPE"
       },
       {
        "name": "CAUSEWAY",
        "code": "CAUSEWAY"
       },
       {
        "name": "CENTER",
        "code": "CENTER"
       },
       {
        "name": "CENTERS",
        "code": "CENTERS"
       },
       {
        "name": "CHASE",
        "code": "CHASE"
       },
       {
        "name": "CIRCLE",
        "code": "CIRCLE"
       },
       {
        "name": "CIRCLES",
        "code": "CIRCLES"
       },
       {
        "name": "CLIFF",
        "code": "CLIFF"
       },
       {
        "name": "CLIFFS",
        "code": "CLIFFS"
       },
       {
        "name": "CLOSE",
        "code": "CLOSE"
       },
       {
        "name": "CLUB",
        "code": "CLUB"
       },
       {
        "name": "COMMON",
        "code": "COMMON"
       },
       {
        "name": "COMMONS",
        "code": "COMMONS"
       },
       {
        "name": "CONCOURSE",
        "code": "CONCOURSE"
       },
       {
        "name": "CONNECTOR",
        "code": "CONNECTOR"
       },
       {
        "name": "CORNER",
        "code": "CORNER"
       },
       {
        "name": "CORNERS",
        "code": "CORNERS"
       },
       {
        "name": "COUNTY FOREST ROAD",
        "code": "COUNTY FOREST ROAD"
       },
       {
        "name": "COUNTY HIGHWAY",
        "code": "COUNTY HIGHWAY"
       },
       {
        "name": "COUNTY ROAD",
        "code": "COUNTY ROAD"
       },
       {
        "name": "COUNTY ROUTE",
        "code": "COUNTY ROUTE"
       },
       {
        "name": "COURSE",
        "code": "COURSE"
       },
       {
        "name": "COURT",
        "code": "COURT"
       },
       {
        "name": "COURTS",
        "code": "COURTS"
       },
       {
        "name": "COVE",
        "code": "COVE"
       },
       {
        "name": "COVES",
        "code": "COVES"
       },
       {
        "name": "CREEK",
        "code": "CREEK"
       },
       {
        "name": "CRESCENT",
        "code": "CRESCENT"
       },
       {
        "name": "CREST",
        "code": "CREST"
       },
       {
        "name": "CROSSING",
        "code": "CROSSING"
       },
       {
        "name": "CROSSROAD",
        "code": "CROSSROAD"
       },
       {
        "name": "CROSSROADS",
        "code": "CROSSROADS"
       },
       {
        "name": "CURVE",
        "code": "CURVE"
       },
       {
        "name": "CUSTER COUNTY ROAD",
        "code": "CUSTER COUNTY ROAD"
       },
       {
        "name": "DALE",
        "code": "DALE"
       },
       {
        "name": "DAM",
        "code": "DAM"
       },
       {
        "name": "DAWSON COUNTY ROAD",
        "code": "DAWSON COUNTY ROAD"
       },
       {
        "name": "DIVIDE",
        "code": "DIVIDE"
       },
       {
        "name": "DOWNS",
        "code": "DOWNS"
       },
       {
        "name": "DRIVE",
        "code": "DRIVE"
       },
       {
        "name": "DRIVES",
        "code": "DRIVES"
       },
       {
        "name": "ESTATE",
        "code": "ESTATE"
       },
       {
        "name": "ESTATES",
        "code": "ESTATES"
       },
       {
        "name": "EXCHANGE",
        "code": "EXCHANGE"
       },
       {
        "name": "EXPRESSWAY",
        "code": "EXPRESSWAY"
       },
       {
        "name": "EXTENSION",
        "code": "EXTENSION"
       },
       {
        "name": "EXTENSIONS",
        "code": "EXTENSIONS"
       },
       {
        "name": "FALL",
        "code": "FALL"
       },
       {
        "name": "FALLS",
        "code": "FALLS"
       },
       {
        "name": "FARM",
        "code": "FARM"
       },
       {
        "name": "FEDERAL-AID SECONDARY HIGHWAY",
        "code": "FEDERAL-AID SECONDARY HIGHWAY"
       },
       {
        "name": "FERRY",
        "code": "FERRY"
       },
       {
        "name": "FIELD",
        "code": "FIELD"
       },
       {
        "name": "FIELDS",
        "code": "FIELDS"
       },
       {
        "name": "FLAT",
        "code": "FLAT"
       },
       {
        "name": "FLATS",
        "code": "FLATS"
       },
       {
        "name": "FORD",
        "code": "FORD"
       },
       {
        "name": "FORDS",
        "code": "FORDS"
       },
       {
        "name": "FOREST",
        "code": "FOREST"
       },
       {
        "name": "FORGE",
        "code": "FORGE"
       },
       {
        "name": "FORGES",
        "code": "FORGES"
       },
       {
        "name": "FORK",
        "code": "FORK"
       },
       {
        "name": "FORKS",
        "code": "FORKS"
       },
       {
        "name": "FORT",
        "code": "FORT"
       },
       {
        "name": "FREEWAY",
        "code": "FREEWAY"
       },
       {
        "name": "FRONT",
        "code": "FRONT"
       },
       {
        "name": "GARDEN",
        "code": "GARDEN"
       },
       {
        "name": "GARDENS",
        "code": "GARDENS"
       },
       {
        "name": "GATEWAY",
        "code": "GATEWAY"
       },
       {
        "name": "GLEN",
        "code": "GLEN"
       },
       {
        "name": "GLENS",
        "code": "GLENS"
       },
       {
        "name": "GREEN",
        "code": "GREEN"
       },
       {
        "name": "GREENS",
        "code": "GREENS"
       },
       {
        "name": "GROVE",
        "code": "GROVE"
       },
       {
        "name": "GROVES",
        "code": "GROVES"
       },
       {
        "name": "HARBOR",
        "code": "HARBOR"
       },
       {
        "name": "HARBORS",
        "code": "HARBORS"
       },
       {
        "name": "HAVEN",
        "code": "HAVEN"
       },
       {
        "name": "HEIGHTS",
        "code": "HEIGHTS"
       },
       {
        "name": "HIGHWAY",
        "code": "HIGHWAY"
       },
       {
        "name": "HILL",
        "code": "HILL"
       },
       {
        "name": "HILLS",
        "code": "HILLS"
       },
       {
        "name": "HOLLOW",
        "code": "HOLLOW"
       },
       {
        "name": "INLET",
        "code": "INLET"
       },
       {
        "name": "INTERSTATE",
        "code": "INTERSTATE"
       },
       {
        "name": "INTERVAL",
        "code": "INTERVAL"
       },
       {
        "name": "ISLAND",
        "code": "ISLAND"
       },
       {
        "name": "ISLANDS",
        "code": "ISLANDS"
       },
       {
        "name": "ISLE",
        "code": "ISLE"
       },
       {
        "name": "JUNCTION",
        "code": "JUNCTION"
       },
       {
        "name": "JUNCTIONS",
        "code": "JUNCTIONS"
       },
       {
        "name": "KEY",
        "code": "KEY"
       },
       {
        "name": "KEYS",
        "code": "KEYS"
       },
       {
        "name": "KNOLL",
        "code": "KNOLL"
       },
       {
        "name": "KNOLLS",
        "code": "KNOLLS"
       },
       {
        "name": "LAKE",
        "code": "LAKE"
       },
       {
        "name": "LAKES",
        "code": "LAKES"
       },
       {
        "name": "LAND",
        "code": "LAND"
       },
       {
        "name": "LANDING",
        "code": "LANDING"
       },
       {
        "name": "LANE",
        "code": "LANE"
       },
       {
        "name": "LIGHT",
        "code": "LIGHT"
       },
       {
        "name": "LIGHTS",
        "code": "LIGHTS"
       },
       {
        "name": "LOAF",
        "code": "LOAF"
       },
       {
        "name": "LOCK",
        "code": "LOCK"
       },
       {
        "name": "LOCKS",
        "code": "LOCKS"
       },
       {
        "name": "LODGE",
        "code": "LODGE"
       },
       {
        "name": "LOOP",
        "code": "LOOP"
       },
       {
        "name": "MALL",
        "code": "MALL"
       },
       {
        "name": "MANOR",
        "code": "MANOR"
       },
       {
        "name": "MANORS",
        "code": "MANORS"
       },
       {
        "name": "MEADOW",
        "code": "MEADOW"
       },
       {
        "name": "MEADOWS",
        "code": "MEADOWS"
       },
       {
        "name": "MEWS",
        "code": "MEWS"
       },
       {
        "name": "MILL",
        "code": "MILL"
       },
       {
        "name": "MILLS",
        "code": "MILLS"
       },
       {
        "name": "MISSION",
        "code": "MISSION"
       },
       {
        "name": "MONTANA HIGHWAY",
        "code": "MONTANA HIGHWAY"
       },
       {
        "name": "MOTORWAY",
        "code": "MOTORWAY"
       },
       {
        "name": "MOUNT",
        "code": "MOUNT"
       },
       {
        "name": "MOUNTAIN",
        "code": "MOUNTAIN"
       },
       {
        "name": "MOUNTAINS",
        "code": "MOUNTAINS"
       },
       {
        "name": "NECK",
        "code": "NECK"
       },
       {
        "name": "ORCHARD",
        "code": "ORCHARD"
       },
       {
        "name": "OVAL",
        "code": "OVAL"
       },
       {
        "name": "OVERPASS",
        "code": "OVERPASS"
       },
       {
        "name": "PARK",
        "code": "PARK"
       },
       {
        "name": "PARKS",
        "code": "PARKS"
       },
       {
        "name": "PARKWAY",
        "code": "PARKWAY"
       },
       {
        "name": "PARKWAYS",
        "code": "PARKWAYS"
       },
       {
        "name": "PASS",
        "code": "PASS"
       },
       {
        "name": "PASSAGE",
        "code": "PASSAGE"
       },
       {
        "name": "PATH",
        "code": "PATH"
       },
       {
        "name": "PATHWAY",
        "code": "PATHWAY"
       },
       {
        "name": "PIKE",
        "code": "PIKE"
       },
       {
        "name": "PINE",
        "code": "PINE"
       },
       {
        "name": "PINES",
        "code": "PINES"
       },
       {
        "name": "PLACE",
        "code": "PLACE"
       },
       {
        "name": "PLAIN",
        "code": "PLAIN"
       },
       {
        "name": "PLAINS",
        "code": "PLAINS"
       },
       {
        "name": "PLAZA",
        "code": "PLAZA"
       },
       {
        "name": "POINT",
        "code": "POINT"
       },
       {
        "name": "POINTS",
        "code": "POINTS"
       },
       {
        "name": "PORT",
        "code": "PORT"
       },
       {
        "name": "PORTS",
        "code": "PORTS"
       },
       {
        "name": "PRAIRIE",
        "code": "PRAIRIE"
       },
       {
        "name": "PROMENADE",
        "code": "PROMENADE"
       },
       {
        "name": "RADIAL",
        "code": "RADIAL"
       },
       {
        "name": "RAMP",
        "code": "RAMP"
       },
       {
        "name": "RANCH",
        "code": "RANCH"
       },
       {
        "name": "RAPID",
        "code": "RAPID"
       },
       {
        "name": "RAPIDS",
        "code": "RAPIDS"
       },
       {
        "name": "REST",
        "code": "REST"
       },
       {
        "name": "RIDGE",
        "code": "RIDGE"
       },
       {
        "name": "RIDGES",
        "code": "RIDGES"
       },
       {
        "name": "RIVER",
        "code": "RIVER"
       },
       {
        "name": "RIVER ROAD",
        "code": "RIVER ROAD"
       },
       {
        "name": "ROAD",
        "code": "ROAD"
       },
       {
        "name": "ROADS",
        "code": "ROADS"
       },
       {
        "name": "ROUTE",
        "code": "ROUTE"
       },
       {
        "name": "ROW",
        "code": "ROW"
       },
       {
        "name": "RUE",
        "code": "RUE"
       },
       {
        "name": "RUN",
        "code": "RUN"
       },
       {
        "name": "RUNWAY",
        "code": "RUNWAY"
       },
       {
        "name": "SHOAL",
        "code": "SHOAL"
       },
       {
        "name": "SHOALS",
        "code": "SHOALS"
       },
       {
        "name": "SHORE",
        "code": "SHORE"
       },
       {
        "name": "SHORES",
        "code": "SHORES"
       },
       {
        "name": "SKYWAY",
        "code": "SKYWAY"
       },
       {
        "name": "SPRING",
        "code": "SPRING"
       },
       {
        "name": "SPRINGS",
        "code": "SPRINGS"
       },
       {
        "name": "SPUR",
        "code": "SPUR"
       },
       {
        "name": "SPURS",
        "code": "SPURS"
       },
       {
        "name": "SQUARE",
        "code": "SQUARE"
       },
       {
        "name": "SQUARES",
        "code": "SQUARES"
       },
       {
        "name": "STATE HIGHWAY",
        "code": "STATE HIGHWAY"
       },
       {
        "name": "STATE PARKWAY",
        "code": "STATE PARKWAY"
       },
       {
        "name": "STATE ROUTE",
        "code": "STATE ROUTE"
       },
       {
        "name": "STATION",
        "code": "STATION"
       },
       {
        "name": "STRAVENUE",
        "code": "STRAVENUE"
       },
       {
        "name": "STREAM",
        "code": "STREAM"
       },
       {
        "name": "STREET",
        "code": "STREET"
       },
       {
        "name": "STREET COURT",
        "code": "STREET COURT"
       },
       {
        "name": "STREETS",
        "code": "STREETS"
       },
       {
        "name": "STRIP",
        "code": "STRIP"
       },
       {
        "name": "SUMMIT",
        "code": "SUMMIT"
       },
       {
        "name": "TAXIWAY",
        "code": "TAXIWAY"
       },
       {
        "name": "TERN",
        "code": "TERN"
       },
       {
        "name": "TERRACE",
        "code": "TERRACE"
       },
       {
        "name": "THROUGHWAY",
        "code": "THROUGHWAY"
       },
       {
        "name": "THRUWAY",
        "code": "THRUWAY"
       },
       {
        "name": "TRACE",
        "code": "TRACE"
       },
       {
        "name": "TRACK",
        "code": "TRACK"
       },
       {
        "name": "TRAFFICWAY",
        "code": "TRAFFICWAY"
       },
       {
        "name": "TRAIL",
        "code": "TRAIL"
       },
       {
        "name": "TRAILER",
        "code": "TRAILER"
       },
       {
        "name": "TUNNEL",
        "code": "TUNNEL"
       },
       {
        "name": "TURN",
        "code": "TURN"
       },
       {
        "name": "TURNPIKE",
        "code": "TURNPIKE"
       },
       {
        "name": "UNDERPASS",
        "code": "UNDERPASS"
       },
       {
        "name": "UNION",
        "code": "UNION"
       },
       {
        "name": "UNIONS",
        "code": "UNIONS"
       },
       {
        "name": "UNITED STATES FOREST SERVICE ROAD",
        "code": "UNITED STATES FOREST SERVICE ROAD"
       },
       {
        "name": "UNITED STATES HIGHWAY",
        "code": "UNITED STATES HIGHWAY"
       },
       {
        "name": "VALLEY",
        "code": "VALLEY"
       },
       {
        "name": "VALLEYS",
        "code": "VALLEYS"
       },
       {
        "name": "VIA",
        "code": "VIA"
       },
       {
        "name": "VIADUCT",
        "code": "VIADUCT"
       },
       {
        "name": "VIEW",
        "code": "VIEW"
       },
       {
        "name": "VIEWS",
        "code": "VIEWS"
       },
       {
        "name": "VILLA",
        "code": "VILLA"
       },
       {
        "name": "VILLAGE",
        "code": "VILLAGE"
       },
       {
        "name": "VILLAGES",
        "code": "VILLAGES"
       },
       {
        "name": "VILLE",
        "code": "VILLE"
       },
       {
        "name": "VISTA",
        "code": "VISTA"
       },
       {
        "name": "WALK",
        "code": "WALK"
       },
       {
        "name": "WALKS",
        "code": "WALKS"
       },
       {
        "name": "WALL",
        "code": "WALL"
       },
       {
        "name": "WAY",
        "code": "WAY"
       },
       {
        "name": "WAYS",
        "code": "WAYS"
       },
       {
        "name": "WEEG",
        "code": "WEEG"
       },
       {
        "name": "WELL",
        "code": "WELL"
       },
       {
        "name": "WELLS",
        "code": "WELLS"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PreSep",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Type Separator",
     "length": 20,
     "domain": null
    },
    {
     "name": "St_Name",
     "type": "esriFieldTypeString",
     "alias": "Street Name",
     "length": 60,
     "domain": null
    },
    {
     "name": "St_PosTyp",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Type",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_UpperStreetNameType",
      "description": "Upper case Ng types",
      "codedValues": [
       {
        "name": "ACCESS ROAD",
        "code": "ACCESS ROAD"
       },
       {
        "name": "ACRES",
        "code": "ACRES"
       },
       {
        "name": "ALCOVE",
        "code": "ALCOVE"
       },
       {
        "name": "ALLEY",
        "code": "ALLEY"
       },
       {
        "name": "ANNEX",
        "code": "ANNEX"
       },
       {
        "name": "APPROACH",
        "code": "APPROACH"
       },
       {
        "name": "ARCADE",
        "code": "ARCADE"
       },
       {
        "name": "AVENUE",
        "code": "AVENUE"
       },
       {
        "name": "AVENUE COURT",
        "code": "AVENUE COURT"
       },
       {
        "name": "BAYOU",
        "code": "BAYOU"
       },
       {
        "name": "BEACH",
        "code": "BEACH"
       },
       {
        "name": "BEND",
        "code": "BEND"
       },
       {
        "name": "BLUFF",
        "code": "BLUFF"
       },
       {
        "name": "BLUFFS",
        "code": "BLUFFS"
       },
       {
        "name": "BOTTOM",
        "code": "BOTTOM"
       },
       {
        "name": "BOULEVARD",
        "code": "BOULEVARD"
       },
       {
        "name": "BRANCH",
        "code": "BRANCH"
       },
       {
        "name": "BRIDGE",
        "code": "BRIDGE"
       },
       {
        "name": "BROOK",
        "code": "BROOK"
       },
       {
        "name": "BROOKS",
        "code": "BROOKS"
       },
       {
        "name": "BUREAU OF INDIAN AFFAIRS ROUTE",
        "code": "BUREAU OF INDIAN AFFAIRS ROUTE"
       },
       {
        "name": "BURG",
        "code": "BURG"
       },
       {
        "name": "BURGS",
        "code": "BURGS"
       },
       {
        "name": "BYPASS",
        "code": "BYPASS"
       },
       {
        "name": "CAMP",
        "code": "CAMP"
       },
       {
        "name": "CANYON",
        "code": "CANYON"
       },
       {
        "name": "CAPE",
        "code": "CAPE"
       },
       {
        "name": "CAUSEWAY",
        "code": "CAUSEWAY"
       },
       {
        "name": "CENTER",
        "code": "CENTER"
       },
       {
        "name": "CENTERS",
        "code": "CENTERS"
       },
       {
        "name": "CHASE",
        "code": "CHASE"
       },
       {
        "name": "CIRCLE",
        "code": "CIRCLE"
       },
       {
        "name": "CIRCLES",
        "code": "CIRCLES"
       },
       {
        "name": "CLIFF",
        "code": "CLIFF"
       },
       {
        "name": "CLIFFS",
        "code": "CLIFFS"
       },
       {
        "name": "CLOSE",
        "code": "CLOSE"
       },
       {
        "name": "CLUB",
        "code": "CLUB"
       },
       {
        "name": "COMMON",
        "code": "COMMON"
       },
       {
        "name": "COMMONS",
        "code": "COMMONS"
       },
       {
        "name": "CONCOURSE",
        "code": "CONCOURSE"
       },
       {
        "name": "CONNECTOR",
        "code": "CONNECTOR"
       },
       {
        "name": "CORNER",
        "code": "CORNER"
       },
       {
        "name": "CORNERS",
        "code": "CORNERS"
       },
       {
        "name": "COUNTY FOREST ROAD",
        "code": "COUNTY FOREST ROAD"
       },
       {
        "name": "COUNTY HIGHWAY",
        "code": "COUNTY HIGHWAY"
       },
       {
        "name": "COUNTY ROAD",
        "code": "COUNTY ROAD"
       },
       {
        "name": "COUNTY ROUTE",
        "code": "COUNTY ROUTE"
       },
       {
        "name": "COURSE",
        "code": "COURSE"
       },
       {
        "name": "COURT",
        "code": "COURT"
       },
       {
        "name": "COURTS",
        "code": "COURTS"
       },
       {
        "name": "COVE",
        "code": "COVE"
       },
       {
        "name": "COVES",
        "code": "COVES"
       },
       {
        "name": "CREEK",
        "code": "CREEK"
       },
       {
        "name": "CRESCENT",
        "code": "CRESCENT"
       },
       {
        "name": "CREST",
        "code": "CREST"
       },
       {
        "name": "CROSSING",
        "code": "CROSSING"
       },
       {
        "name": "CROSSROAD",
        "code": "CROSSROAD"
       },
       {
        "name": "CROSSROADS",
        "code": "CROSSROADS"
       },
       {
        "name": "CURVE",
        "code": "CURVE"
       },
       {
        "name": "CUSTER COUNTY ROAD",
        "code": "CUSTER COUNTY ROAD"
       },
       {
        "name": "DALE",
        "code": "DALE"
       },
       {
        "name": "DAM",
        "code": "DAM"
       },
       {
        "name": "DAWSON COUNTY ROAD",
        "code": "DAWSON COUNTY ROAD"
       },
       {
        "name": "DIVIDE",
        "code": "DIVIDE"
       },
       {
        "name": "DOWNS",
        "code": "DOWNS"
       },
       {
        "name": "DRIVE",
        "code": "DRIVE"
       },
       {
        "name": "DRIVES",
        "code": "DRIVES"
       },
       {
        "name": "ESTATE",
        "code": "ESTATE"
       },
       {
        "name": "ESTATES",
        "code": "ESTATES"
       },
       {
        "name": "EXCHANGE",
        "code": "EXCHANGE"
       },
       {
        "name": "EXPRESSWAY",
        "code": "EXPRESSWAY"
       },
       {
        "name": "EXTENSION",
        "code": "EXTENSION"
       },
       {
        "name": "EXTENSIONS",
        "code": "EXTENSIONS"
       },
       {
        "name": "FALL",
        "code": "FALL"
       },
       {
        "name": "FALLS",
        "code": "FALLS"
       },
       {
        "name": "FARM",
        "code": "FARM"
       },
       {
        "name": "FEDERAL-AID SECONDARY HIGHWAY",
        "code": "FEDERAL-AID SECONDARY HIGHWAY"
       },
       {
        "name": "FERRY",
        "code": "FERRY"
       },
       {
        "name": "FIELD",
        "code": "FIELD"
       },
       {
        "name": "FIELDS",
        "code": "FIELDS"
       },
       {
        "name": "FLAT",
        "code": "FLAT"
       },
       {
        "name": "FLATS",
        "code": "FLATS"
       },
       {
        "name": "FORD",
        "code": "FORD"
       },
       {
        "name": "FORDS",
        "code": "FORDS"
       },
       {
        "name": "FOREST",
        "code": "FOREST"
       },
       {
        "name": "FORGE",
        "code": "FORGE"
       },
       {
        "name": "FORGES",
        "code": "FORGES"
       },
       {
        "name": "FORK",
        "code": "FORK"
       },
       {
        "name": "FORKS",
        "code": "FORKS"
       },
       {
        "name": "FORT",
        "code": "FORT"
       },
       {
        "name": "FREEWAY",
        "code": "FREEWAY"
       },
       {
        "name": "FRONT",
        "code": "FRONT"
       },
       {
        "name": "GARDEN",
        "code": "GARDEN"
       },
       {
        "name": "GARDENS",
        "code": "GARDENS"
       },
       {
        "name": "GATEWAY",
        "code": "GATEWAY"
       },
       {
        "name": "GLEN",
        "code": "GLEN"
       },
       {
        "name": "GLENS",
        "code": "GLENS"
       },
       {
        "name": "GREEN",
        "code": "GREEN"
       },
       {
        "name": "GREENS",
        "code": "GREENS"
       },
       {
        "name": "GROVE",
        "code": "GROVE"
       },
       {
        "name": "GROVES",
        "code": "GROVES"
       },
       {
        "name": "HARBOR",
        "code": "HARBOR"
       },
       {
        "name": "HARBORS",
        "code": "HARBORS"
       },
       {
        "name": "HAVEN",
        "code": "HAVEN"
       },
       {
        "name": "HEIGHTS",
        "code": "HEIGHTS"
       },
       {
        "name": "HIGHWAY",
        "code": "HIGHWAY"
       },
       {
        "name": "HILL",
        "code": "HILL"
       },
       {
        "name": "HILLS",
        "code": "HILLS"
       },
       {
        "name": "HOLLOW",
        "code": "HOLLOW"
       },
       {
        "name": "INLET",
        "code": "INLET"
       },
       {
        "name": "INTERSTATE",
        "code": "INTERSTATE"
       },
       {
        "name": "INTERVAL",
        "code": "INTERVAL"
       },
       {
        "name": "ISLAND",
        "code": "ISLAND"
       },
       {
        "name": "ISLANDS",
        "code": "ISLANDS"
       },
       {
        "name": "ISLE",
        "code": "ISLE"
       },
       {
        "name": "JUNCTION",
        "code": "JUNCTION"
       },
       {
        "name": "JUNCTIONS",
        "code": "JUNCTIONS"
       },
       {
        "name": "KEY",
        "code": "KEY"
       },
       {
        "name": "KEYS",
        "code": "KEYS"
       },
       {
        "name": "KNOLL",
        "code": "KNOLL"
       },
       {
        "name": "KNOLLS",
        "code": "KNOLLS"
       },
       {
        "name": "LAKE",
        "code": "LAKE"
       },
       {
        "name": "LAKES",
        "code": "LAKES"
       },
       {
        "name": "LAND",
        "code": "LAND"
       },
       {
        "name": "LANDING",
        "code": "LANDING"
       },
       {
        "name": "LANE",
        "code": "LANE"
       },
       {
        "name": "LIGHT",
        "code": "LIGHT"
       },
       {
        "name": "LIGHTS",
        "code": "LIGHTS"
       },
       {
        "name": "LOAF",
        "code": "LOAF"
       },
       {
        "name": "LOCK",
        "code": "LOCK"
       },
       {
        "name": "LOCKS",
        "code": "LOCKS"
       },
       {
        "name": "LODGE",
        "code": "LODGE"
       },
       {
        "name": "LOOP",
        "code": "LOOP"
       },
       {
        "name": "MALL",
        "code": "MALL"
       },
       {
        "name": "MANOR",
        "code": "MANOR"
       },
       {
        "name": "MANORS",
        "code": "MANORS"
       },
       {
        "name": "MEADOW",
        "code": "MEADOW"
       },
       {
        "name": "MEADOWS",
        "code": "MEADOWS"
       },
       {
        "name": "MEWS",
        "code": "MEWS"
       },
       {
        "name": "MILL",
        "code": "MILL"
       },
       {
        "name": "MILLS",
        "code": "MILLS"
       },
       {
        "name": "MISSION",
        "code": "MISSION"
       },
       {
        "name": "MONTANA HIGHWAY",
        "code": "MONTANA HIGHWAY"
       },
       {
        "name": "MOTORWAY",
        "code": "MOTORWAY"
       },
       {
        "name": "MOUNT",
        "code": "MOUNT"
       },
       {
        "name": "MOUNTAIN",
        "code": "MOUNTAIN"
       },
       {
        "name": "MOUNTAINS",
        "code": "MOUNTAINS"
       },
       {
        "name": "NECK",
        "code": "NECK"
       },
       {
        "name": "ORCHARD",
        "code": "ORCHARD"
       },
       {
        "name": "OVAL",
        "code": "OVAL"
       },
       {
        "name": "OVERPASS",
        "code": "OVERPASS"
       },
       {
        "name": "PARK",
        "code": "PARK"
       },
       {
        "name": "PARKS",
        "code": "PARKS"
       },
       {
        "name": "PARKWAY",
        "code": "PARKWAY"
       },
       {
        "name": "PARKWAYS",
        "code": "PARKWAYS"
       },
       {
        "name": "PASS",
        "code": "PASS"
       },
       {
        "name": "PASSAGE",
        "code": "PASSAGE"
       },
       {
        "name": "PATH",
        "code": "PATH"
       },
       {
        "name": "PATHWAY",
        "code": "PATHWAY"
       },
       {
        "name": "PIKE",
        "code": "PIKE"
       },
       {
        "name": "PINE",
        "code": "PINE"
       },
       {
        "name": "PINES",
        "code": "PINES"
       },
       {
        "name": "PLACE",
        "code": "PLACE"
       },
       {
        "name": "PLAIN",
        "code": "PLAIN"
       },
       {
        "name": "PLAINS",
        "code": "PLAINS"
       },
       {
        "name": "PLAZA",
        "code": "PLAZA"
       },
       {
        "name": "POINT",
        "code": "POINT"
       },
       {
        "name": "POINTS",
        "code": "POINTS"
       },
       {
        "name": "PORT",
        "code": "PORT"
       },
       {
        "name": "PORTS",
        "code": "PORTS"
       },
       {
        "name": "PRAIRIE",
        "code": "PRAIRIE"
       },
       {
        "name": "PROMENADE",
        "code": "PROMENADE"
       },
       {
        "name": "RADIAL",
        "code": "RADIAL"
       },
       {
        "name": "RAMP",
        "code": "RAMP"
       },
       {
        "name": "RANCH",
        "code": "RANCH"
       },
       {
        "name": "RAPID",
        "code": "RAPID"
       },
       {
        "name": "RAPIDS",
        "code": "RAPIDS"
       },
       {
        "name": "REST",
        "code": "REST"
       },
       {
        "name": "RIDGE",
        "code": "RIDGE"
       },
       {
        "name": "RIDGES",
        "code": "RIDGES"
       },
       {
        "name": "RIVER",
        "code": "RIVER"
       },
       {
        "name": "RIVER ROAD",
        "code": "RIVER ROAD"
       },
       {
        "name": "ROAD",
        "code": "ROAD"
       },
       {
        "name": "ROADS",
        "code": "ROADS"
       },
       {
        "name": "ROUTE",
        "code": "ROUTE"
       },
       {
        "name": "ROW",
        "code": "ROW"
       },
       {
        "name": "RUE",
        "code": "RUE"
       },
       {
        "name": "RUN",
        "code": "RUN"
       },
       {
        "name": "RUNWAY",
        "code": "RUNWAY"
       },
       {
        "name": "SHOAL",
        "code": "SHOAL"
       },
       {
        "name": "SHOALS",
        "code": "SHOALS"
       },
       {
        "name": "SHORE",
        "code": "SHORE"
       },
       {
        "name": "SHORES",
        "code": "SHORES"
       },
       {
        "name": "SKYWAY",
        "code": "SKYWAY"
       },
       {
        "name": "SPRING",
        "code": "SPRING"
       },
       {
        "name": "SPRINGS",
        "code": "SPRINGS"
       },
       {
        "name": "SPUR",
        "code": "SPUR"
       },
       {
        "name": "SPURS",
        "code": "SPURS"
       },
       {
        "name": "SQUARE",
        "code": "SQUARE"
       },
       {
        "name": "SQUARES",
        "code": "SQUARES"
       },
       {
        "name": "STATE HIGHWAY",
        "code": "STATE HIGHWAY"
       },
       {
        "name": "STATE PARKWAY",
        "code": "STATE PARKWAY"
       },
       {
        "name": "STATE ROUTE",
        "code": "STATE ROUTE"
       },
       {
        "name": "STATION",
        "code": "STATION"
       },
       {
        "name": "STRAVENUE",
        "code": "STRAVENUE"
       },
       {
        "name": "STREAM",
        "code": "STREAM"
       },
       {
        "name": "STREET",
        "code": "STREET"
       },
       {
        "name": "STREET COURT",
        "code": "STREET COURT"
       },
       {
        "name": "STREETS",
        "code": "STREETS"
       },
       {
        "name": "STRIP",
        "code": "STRIP"
       },
       {
        "name": "SUMMIT",
        "code": "SUMMIT"
       },
       {
        "name": "TAXIWAY",
        "code": "TAXIWAY"
       },
       {
        "name": "TERN",
        "code": "TERN"
       },
       {
        "name": "TERRACE",
        "code": "TERRACE"
       },
       {
        "name": "THROUGHWAY",
        "code": "THROUGHWAY"
       },
       {
        "name": "THRUWAY",
        "code": "THRUWAY"
       },
       {
        "name": "TRACE",
        "code": "TRACE"
       },
       {
        "name": "TRACK",
        "code": "TRACK"
       },
       {
        "name": "TRAFFICWAY",
        "code": "TRAFFICWAY"
       },
       {
        "name": "TRAIL",
        "code": "TRAIL"
       },
       {
        "name": "TRAILER",
        "code": "TRAILER"
       },
       {
        "name": "TUNNEL",
        "code": "TUNNEL"
       },
       {
        "name": "TURN",
        "code": "TURN"
       },
       {
        "name": "TURNPIKE",
        "code": "TURNPIKE"
       },
       {
        "name": "UNDERPASS",
        "code": "UNDERPASS"
       },
       {
        "name": "UNION",
        "code": "UNION"
       },
       {
        "name": "UNIONS",
        "code": "UNIONS"
       },
       {
        "name": "UNITED STATES FOREST SERVICE ROAD",
        "code": "UNITED STATES FOREST SERVICE ROAD"
       },
       {
        "name": "UNITED STATES HIGHWAY",
        "code": "UNITED STATES HIGHWAY"
       },
       {
        "name": "VALLEY",
        "code": "VALLEY"
       },
       {
        "name": "VALLEYS",
        "code": "VALLEYS"
       },
       {
        "name": "VIA",
        "code": "VIA"
       },
       {
        "name": "VIADUCT",
        "code": "VIADUCT"
       },
       {
        "name": "VIEW",
        "code": "VIEW"
       },
       {
        "name": "VIEWS",
        "code": "VIEWS"
       },
       {
        "name": "VILLA",
        "code": "VILLA"
       },
       {
        "name": "VILLAGE",
        "code": "VILLAGE"
       },
       {
        "name": "VILLAGES",
        "code": "VILLAGES"
       },
       {
        "name": "VILLE",
        "code": "VILLE"
       },
       {
        "name": "VISTA",
        "code": "VISTA"
       },
       {
        "name": "WALK",
        "code": "WALK"
       },
       {
        "name": "WALKS",
        "code": "WALKS"
       },
       {
        "name": "WALL",
        "code": "WALL"
       },
       {
        "name": "WAY",
        "code": "WAY"
       },
       {
        "name": "WAYS",
        "code": "WAYS"
       },
       {
        "name": "WEEG",
        "code": "WEEG"
       },
       {
        "name": "WELL",
        "code": "WELL"
       },
       {
        "name": "WELLS",
        "code": "WELLS"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PosDir",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Directional",
     "length": 9,
     "domain": {
      "type": "codedValue",
      "name": "WS1_StreetNameDirectionals",
      "description": "Valid choices for Ng911 directionals",
      "codedValues": [
       {
        "name": "North",
        "code": "North"
       },
       {
        "name": "South",
        "code": "South"
       },
       {
        "name": "East",
        "code": "East"
       },
       {
        "name": "West",
        "code": "West"
       },
       {
        "name": "Northeast",
        "code": "Northeast"
       },
       {
        "name": "Northwest",
        "code": "Northwest"
       },
       {
        "name": "Southeast",
        "code": "Southeast"
       },
       {
        "name": "Southwest",
        "code": "Southwest"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PosMod",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Modifier",
     "length": 25,
     "domain": null
    },
    {
     "name": "LSt_PreDir",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Pre Directional",
     "length": 2,
     "domain": {
      "type": "codedValue",
      "name": "WS1_LegacyDirectionals",
      "description": "Valid choices for legacy directionals",
      "codedValues": [
       {
        "name": "N",
        "code": "N"
       },
       {
        "name": "S",
        "code": "S"
       },
       {
        "name": "E",
        "code": "E"
       },
       {
        "name": "W",
        "code": "W"
       },
       {
        "name": "NE",
        "code": "NE"
       },
       {
        "name": "NW",
        "code": "NW"
       },
       {
        "name": "SE",
        "code": "SE"
       },
       {
        "name": "SW",
        "code": "SW"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "LSt_Name",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name",
     "length": 75,
     "domain": null
    },
    {
     "name": "LSt_Type",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Type",
     "length": 4,
     "domain": null
    },
    {
     "name": "LSt_PosDir",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Post Directional",
     "length": 2,
     "domain": {
      "type": "codedValue",
      "name": "WS1_LegacyDirectionals",
      "description": "Valid choices for legacy directionals",
      "codedValues": [
       {
        "name": "N",
        "code": "N"
       },
       {
        "name": "S",
        "code": "S"
       },
       {
        "name": "E",
        "code": "E"
       },
       {
        "name": "W",
        "code": "W"
       },
       {
        "name": "NE",
        "code": "NE"
       },
       {
        "name": "NW",
        "code": "NW"
       },
       {
        "name": "SE",
        "code": "SE"
       },
       {
        "name": "SW",
        "code": "SW"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "ESN",
     "type": "esriFieldTypeString",
     "alias": "ESN",
     "length": 5,
     "domain": null
    },
    {
     "name": "MSAGComm",
     "type": "esriFieldTypeString",
     "alias": "MSAG Community Name",
     "length": 30,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Post_Comm",
     "type": "esriFieldTypeString",
     "alias": "Postal Community Name",
     "length": 40,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Post_Code",
     "type": "esriFieldTypeString",
     "alias": "Postal Code",
     "length": 7,
     "domain": null
    },
    {
     "name": "Post_Code4",
     "type": "esriFieldTypeString",
     "alias": "ZIP Plus 4",
     "length": 4,
     "domain": null
    },
    {
     "name": "Building",
     "type": "esriFieldTypeString",
     "alias": "Building",
     "length": 75,
     "domain": null
    },
    {
     "name": "Floor",
     "type": "esriFieldTypeString",
     "alias": "Floor",
     "length": 75,
     "domain": null
    },
    {
     "name": "Unit",
     "type": "esriFieldTypeString",
     "alias": "Unit",
     "length": 75,
     "domain": null
    },
    {
     "name": "Room",
     "type": "esriFieldTypeString",
     "alias": "Room",
     "length": 75,
     "domain": null
    },
    {
     "name": "Seat",
     "type": "esriFieldTypeString",
     "alias": "Seat",
     "length": 75,
     "domain": null
    },
    {
     "name": "Addtl_Loc",
     "type": "esriFieldTypeString",
     "alias": "Additional Location Information",
     "length": 225,
     "domain": null
    },
    {
     "name": "LandmkName",
     "type": "esriFieldTypeString",
     "alias": "Complete Landmark Name",
     "length": 150,
     "domain": null
    },
    {
     "name": "Mile_Post",
     "type": "esriFieldTypeString",
     "alias": "Milepost",
     "length": 150,
     "domain": null
    },
    {
     "name": "Place_Type",
     "type": "esriFieldTypeString",
     "alias": "Place Type",
     "length": 50,
     "domain": null
    },
    {
     "name": "Placement",
     "type": "esriFieldTypeString",
     "alias": "Placement Method",
     "length": 25,
     "domain": null
    },
    {
     "name": "XCoord",
     "type": "esriFieldTypeDouble",
     "alias": "XCoord",
     "domain": null
    },
    {
     "name": "YCoord",
     "type": "esriFieldTypeDouble",
     "alias": "YCoord",
     "domain": null
    },
    {
     "name": "Long",
     "type": "esriFieldTypeDouble",
     "alias": "Longitude",
     "domain": null
    },
    {
     "name": "Lat",
     "type": "esriFieldTypeDouble",
     "alias": "Latitude",
     "domain": null
    },
    {
     "name": "Elev",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Elevation",
     "domain": null
    },
    {
     "name": "Country",
     "type": "esriFieldTypeString",
     "alias": "Country",
     "length": 2,
     "domain": null
    },
    {
     "name": "State",
     "type": "esriFieldTypeString",
     "alias": "State",
     "length": 2,
     "domain": null
    },
    {
     "name": "County",
     "type": "esriFieldTypeString",
     "alias": "County",
     "length": 40,
     "domain": null
    },
    {
     "name": "AddDataURI",
     "type": "esriFieldTypeString",
     "alias": "Additional Data URI",
     "length": 254,
     "domain": null
    },
    {
     "name": "Inc_Muni",
     "type": "esriFieldTypeString",
     "alias": "Incorporated Municipality",
     "length": 100,
     "domain": null
    },
    {
     "name": "Uninc_Comm",
     "type": "esriFieldTypeString",
     "alias": "Unincorporated Community",
     "length": 100,
     "domain": null
    },
    {
     "name": "Nbrhd_Comm",
     "type": "esriFieldTypeString",
     "alias": "Neighborhood Community",
     "length": 100,
     "domain": null
    },
    {
     "name": "DiscrpAgID",
     "type": "esriFieldTypeString",
     "alias": "Discrepancy Agency ID",
     "length": 75,
     "domain": null
    },
    {
     "name": "Effective",
     "type": "esriFieldTypeDate",
     "alias": "Effective Date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Expire",
     "type": "esriFieldTypeDate",
     "alias": "Expiration Date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Site_NGUID",
     "type": "esriFieldTypeString",
     "alias": "Site NENA Globally Unique ID",
     "length": 254,
     "domain": null
    },
    {
     "name": "MasterStreetNameID",
     "type": "esriFieldTypeInteger",
     "alias": "MasterStreetNameID",
     "domain": null
    },
    {
     "name": "CenterlineID",
     "type": "esriFieldTypeInteger",
     "alias": "CenterlineID",
     "domain": null
    },
    {
     "name": "LST_FullName",
     "type": "esriFieldTypeString",
     "alias": "Legacy FullName",
     "length": 100,
     "domain": null
    },
    {
     "name": "LST_FullAddress",
     "type": "esriFieldTypeString",
     "alias": "Legacy Full Address",
     "length": 100,
     "domain": null
    },
    {
     "name": "FullName",
     "type": "esriFieldTypeString",
     "alias": "FullName",
     "length": 150,
     "domain": null
    },
    {
     "name": "ATT_Exception",
     "type": "esriFieldTypeString",
     "alias": "ATT_Exception",
     "length": 50,
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "COMMENTS",
     "type": "esriFieldTypeString",
     "alias": "COMMENTS",
     "length": 100,
     "domain": null
    },
    {
     "name": "JURISDICTION",
     "type": "esriFieldTypeString",
     "alias": "JURISDICTION",
     "length": 40,
     "domain": {
      "type": "codedValue",
      "name": "WS1_NEWJURISDICTION",
      "description": "",
      "codedValues": [
       {
        "name": "HENDERSON COUNTY",
        "code": "HENDERSON COUNTY"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "TAX_DISTRICTS",
     "type": "esriFieldTypeString",
     "alias": "TAX_DISTRICTS",
     "length": 50,
     "domain": null
    },
    {
     "name": "SOURCE",
     "type": "esriFieldTypeString",
     "alias": "SOURCE",
     "length": 75,
     "domain": null
    },
    {
     "name": "ADDTDATURI",
     "type": "esriFieldTypeString",
     "alias": "ADDTDATURI",
     "length": 255,
     "domain": null
    },
    {
     "name": "LANDMARK",
     "type": "esriFieldTypeString",
     "alias": "LANDMARK",
     "length": 150,
     "domain": null
    },
    {
     "name": "ADDRESSID",
     "type": "esriFieldTypeInteger",
     "alias": "ADDRESSID",
     "domain": null
    },
    {
     "name": "PRIMARY_ADD_CODE",
     "type": "esriFieldTypeString",
     "alias": "PRIMARY_ADD_CODE",
     "length": 32,
     "domain": {
      "type": "codedValue",
      "name": "WS1_ADDRESS_CODES",
      "description": "",
      "codedValues": [
       {
        "name": "ADULT CARE FACILITY",
        "code": "ADULT CARE FACILITY"
       },
       {
        "name": "ADULT CARE HOME",
        "code": "ADULT CARE HOME"
       },
       {
        "name": "AIRPORT",
        "code": "AIRPORT"
       },
       {
        "name": "APARTMENT",
        "code": "APARTMENT"
       },
       {
        "name": "ATT RMU",
        "code": "ATT RMU"
       },
       {
        "name": "CAMPGROUND",
        "code": "CAMPGROUND"
       },
       {
        "name": "CANE CREEK SEWER",
        "code": "CANE CREEK SEWER"
       },
       {
        "name": "CANE CREEK PRIVATE",
        "code": "CANE CREEK PRIVATE"
       },
       {
        "name": "CELL TOWER",
        "code": "CELL TOWER"
       },
       {
        "name": "CHURCH",
        "code": "CHURCH"
       },
       {
        "name": "COLLEGE",
        "code": "COLLEGE"
       },
       {
        "name": "COMMERCIAL",
        "code": "COMMERCIAL"
       },
       {
        "name": "CONDOMINIUM",
        "code": "CONDOMINIUM"
       },
       {
        "name": "DAY CARE",
        "code": "DAY CARE"
       },
       {
        "name": "DUPLEX",
        "code": "DUPLEX"
       },
       {
        "name": "ELECTRIC POWER PLANT",
        "code": "ELECTRIC POWER PLANT"
       },
       {
        "name": "ELECTRIC SUBSTATION",
        "code": "ELECTRIC SUBSTATION"
       },
       {
        "name": "ELEMENTARY SCHOOL",
        "code": "ELEMENTARY SCHOOL"
       },
       {
        "name": "EMERGENCY COMMUNICATIONS TOWER",
        "code": "EMERGENCY COMMUNICATIONS TOWER"
       },
       {
        "name": "EMERGENCY SHELTER",
        "code": "EMERGENCY SHELTER"
       },
       {
        "name": "EMS STATION",
        "code": "EMS STATION"
       },
       {
        "name": "FIRE STATION",
        "code": "FIRE STATION"
       },
       {
        "name": "FUEL STORAGE",
        "code": "FUEL STORAGE"
       },
       {
        "name": "GAS STATION",
        "code": "GAS STATION"
       },
       {
        "name": "GATE",
        "code": "GATE"
       },
       {
        "name": "GOVERNMENT AFFILIATION",
        "code": "GOVERNMENT AFFILIATION"
       },
       {
        "name": "GOVERNMENT OFFICE",
        "code": "GOVERNMENT OFFICE"
       },
       {
        "name": "HEAVY INDUSTRY",
        "code": "HEAVY INDUSTRY"
       },
       {
        "name": "HENDERSONVILLE SEWER",
        "code": "HENDERSONVILLE SEWER"
       },
       {
        "name": "HENDERSONVILLE WATER",
        "code": "HENDERSONVILLE WATER"
       },
       {
        "name": "HIGH SCHOOL",
        "code": "HIGH SCHOOL"
       },
       {
        "name": "HOSPITAL",
        "code": "HOSPITAL"
       },
       {
        "name": "HOTEL/MOTEL",
        "code": "HOTEL/MOTEL"
       },
       {
        "name": "INDUSTRY",
        "code": "INDUSTRY"
       },
       {
        "name": "LIBRARY",
        "code": "LIBRARY"
       },
       {
        "name": "MEDICAL FACILITY",
        "code": "MEDICAL FACILITY"
       },
       {
        "name": "MIDDLE SCHOOL",
        "code": "MIDDLE SCHOOL"
       },
       {
        "name": "MISC",
        "code": "MISC"
       },
       {
        "name": "MISC TOWER",
        "code": "MISC TOWER"
       },
       {
        "name": "POLICE STATION",
        "code": "POLICE STATION"
       },
       {
        "name": "POLLING SITE",
        "code": "POLLING SITE"
       },
       {
        "name": "POST OFFICE",
        "code": "POST OFFICE"
       },
       {
        "name": "PRIVATE SCHOOL",
        "code": "PRIVATE SCHOOL"
       },
       {
        "name": "PROPOSED ADDRESS",
        "code": "PROPOSED ADDRESS"
       },
       {
        "name": "PUBLIC WORKS BUILDING",
        "code": "PUBLIC WORKS BUILDING"
       },
       {
        "name": "PUMP/LIFT STATION",
        "code": "PUMP/LIFT STATION"
       },
       {
        "name": "RADIO TOWER",
        "code": "RADIO TOWER"
       },
       {
        "name": "RESIDENTIAL",
        "code": "RESIDENTIAL"
       },
       {
        "name": "RESTAURANT",
        "code": "RESTAURANT"
       },
       {
        "name": "RETIRED ADDRESS",
        "code": "RETIRED ADDRESS"
       },
       {
        "name": "RV LOT",
        "code": "RV LOT"
       },
       {
        "name": "SCHOOL",
        "code": "SCHOOL"
       },
       {
        "name": "SUMMER CAMP",
        "code": "SUMMER CAMP"
       },
       {
        "name": "TOWER",
        "code": "TOWER"
       },
       {
        "name": "WAREHOUSE",
        "code": "WAREHOUSE"
       },
       {
        "name": "WASTE WATER FACILITY",
        "code": "WASTE WATER FACILITY"
       },
       {
        "name": "WATER INTAKE",
        "code": "WATER INTAKE"
       },
       {
        "name": "WATER TOWER/STORAGE TANK",
        "code": "WATER TOWER/STORAGE TANK"
       },
       {
        "name": "WATER TREATMENT FACILITY",
        "code": "WATER TREATMENT FACILITY"
       },
       {
        "name": "STORAGE FACILITY",
        "code": "STORAGE FACILITY"
       },
       {
        "name": "MULTI FAMILY",
        "code": "MULTI FAMILY"
       },
       {
        "name": "MILE MARKER",
        "code": "MILE MARKER"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "gcException",
     "type": "esriFieldTypeString",
     "alias": "gcException",
     "length": 100,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R1573_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_1573",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "G2445ADDRESSID",
     "fields": "ADDRESSID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I2445Add_Number",
     "fields": "Add_Number",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_1573",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S1525_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 1,
   "name": "Communication Towers",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPoint",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 0.001,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "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": "esriPMS",
      "url": "4a8237e9e7ce705b9a57c6c2b3c6a9c1",
      "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAl0lEQVQYlWNhIAGwUKqYWVWSQe32c4brBBXnezGkWKgyuEdOZAjCq5iPj0EoypohR1+BQSPWjiFo8SGGdTgVl3gwFJupMuiA2DG2DDmLDzFsZWBg+ImhWF+OQTvGjiEBxnfTZ3DM9WBImLyDYSaGYmtNhsin7xiegzBMTEqIwZWBgWE+AwPDLxTF03Yy1IAwltDBHRr4AABGXiGM8XlN6QAAAABJRU5ErkJggg==",
      "contentType": "image/png",
      "width": 8,
      "height": 7,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9197747.889865676,
    "ymin": 4186039.1129535693,
    "xmax": -9157059.403689397,
    "ymax": 4232327.905814969,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "LATITUDE",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "LATITUDE",
     "type": "esriFieldTypeString",
     "alias": "LATITUDE",
     "length": 12,
     "domain": null
    },
    {
     "name": "LONGITUDE",
     "type": "esriFieldTypeString",
     "alias": "LONGITUDE",
     "length": 15,
     "domain": null
    },
    {
     "name": "PERMIT_",
     "type": "esriFieldTypeString",
     "alias": "PERMIT_",
     "length": 9,
     "domain": null
    },
    {
     "name": "TYPE",
     "type": "esriFieldTypeString",
     "alias": "TYPE",
     "length": 20,
     "domain": null
    },
    {
     "name": "LANDOWNER",
     "type": "esriFieldTypeString",
     "alias": "LANDOWNER",
     "length": 25,
     "domain": null
    },
    {
     "name": "Shelters",
     "type": "esriFieldTypeString",
     "alias": "Shelters",
     "length": 20,
     "domain": null
    },
    {
     "name": "ANTENNAS",
     "type": "esriFieldTypeDouble",
     "alias": "ANTENNAS",
     "domain": null
    },
    {
     "name": "CONTACT",
     "type": "esriFieldTypeString",
     "alias": "CONTACT",
     "length": 25,
     "domain": null
    },
    {
     "name": "Emergency",
     "type": "esriFieldTypeString",
     "alias": "Emergency",
     "length": 50,
     "domain": null
    },
    {
     "name": "HYPERLINK",
     "type": "esriFieldTypeString",
     "alias": "HYPERLINK",
     "length": 100,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "TOWERHEIGHT",
     "type": "esriFieldTypeDouble",
     "alias": "TOWERHEIGHT",
     "domain": null
    },
    {
     "name": "TOWER_OWNER",
     "type": "esriFieldTypeString",
     "alias": "TOWER_OWNE",
     "length": 25,
     "domain": null
    },
    {
     "name": "TOWERADDRESS",
     "type": "esriFieldTypeString",
     "alias": "TOWERADDRE",
     "length": 30,
     "domain": null
    },
    {
     "name": "OWNER_PHONE",
     "type": "esriFieldTypeString",
     "alias": "OWNER_PHON",
     "length": 12,
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3096_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3096",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3096",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S3036_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 30,
   "name": "Sales 2019 -2022",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.003280833333333333,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 3048.0060960121928,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 24000,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       190,
       232,
       255,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        0,
        112,
        255,
        255
       ],
       "width": 2
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpression": "[PRICE] CONCAT  NEWLINE  CONCAT [SALE_DATE]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "all",
      "removeDuplicatesDistance": 0,
      "multiPart": "labelLargest",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 10,
      "symbol": {
       "type": "esriTS",
       "color": [
        78,
        78,
        78,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": false,
       "haloColor": [
        255,
        255,
        255,
        255
       ],
       "haloSize": 2,
       "font": {
        "family": "Arial",
        "size": 10,
        "style": "normal",
        "weight": "bold",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9201173.179249741,
    "ymin": 4184601.181587115,
    "xmax": -9156504.005215622,
    "ymax": 4230733.71692209,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "REID",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "REID",
     "type": "esriFieldTypeString",
     "alias": "REID",
     "length": 20,
     "domain": null
    },
    {
     "name": "CURRENT_OWNER",
     "type": "esriFieldTypeString",
     "alias": "CURRENT_OWNER",
     "length": 150,
     "domain": null
    },
    {
     "name": "PRICE",
     "type": "esriFieldTypeDouble",
     "alias": "PRICE",
     "domain": null
    },
    {
     "name": "SALE_DATE",
     "type": "esriFieldTypeDate",
     "alias": "SALE_DATE",
     "length": 8,
     "domain": null
    },
    {
     "name": "SALE_PK",
     "type": "esriFieldTypeDouble",
     "alias": "SALE_PK",
     "domain": null
    },
    {
     "name": "VCS",
     "type": "esriFieldTypeString",
     "alias": "VCS",
     "length": 10,
     "domain": null
    },
    {
     "name": "LOCATION_ADDR",
     "type": "esriFieldTypeString",
     "alias": "LOCATION_ADDR",
     "length": 100,
     "domain": null
    },
    {
     "name": "SALE_TYPE",
     "type": "esriFieldTypeString",
     "alias": "SALE_TYPE",
     "length": 25,
     "domain": null
    },
    {
     "name": "YEAR_BUILT",
     "type": "esriFieldTypeString",
     "alias": "YEAR_BUILT",
     "length": 4,
     "domain": null
    },
    {
     "name": "BLDG_SIZE",
     "type": "esriFieldTypeDouble",
     "alias": "BLDG_SIZE",
     "domain": null
    },
    {
     "name": "STORY_HEIGHT",
     "type": "esriFieldTypeString",
     "alias": "STORY_HEIGHT",
     "length": 25,
     "domain": null
    },
    {
     "name": "SALE_PRICE_SOURCE",
     "type": "esriFieldTypeString",
     "alias": "SALE_PRICE_SOURCE",
     "length": 4,
     "domain": null
    },
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "ACREAGE",
     "type": "esriFieldTypeDouble",
     "alias": "ACREAGE",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "Sale_Year",
     "type": "esriFieldTypeInteger",
     "alias": "Sale_Year",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R406_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S381_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 2,
   "name": "ALL Sales data",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.003280833333333333,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 3048.0060960121928,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 24000,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       85,
       255,
       0,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        0,
        0,
        0,
        255
       ],
       "width": 0.4
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpression": "[PRICE] CONCAT  NEWLINE  CONCAT [SALE_DATE]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "all",
      "removeDuplicatesDistance": 0,
      "multiPart": "labelLargest",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 10,
      "symbol": {
       "type": "esriTS",
       "color": [
        78,
        78,
        78,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": false,
       "haloColor": [
        255,
        255,
        255,
        255
       ],
       "haloSize": 2,
       "font": {
        "family": "Arial",
        "size": 10,
        "style": "normal",
        "weight": "bold",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9201173.179249741,
    "ymin": 4184601.181587115,
    "xmax": -9156504.005215622,
    "ymax": 4230733.71692209,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "REID",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "REID",
     "type": "esriFieldTypeString",
     "alias": "REID",
     "length": 20,
     "domain": null
    },
    {
     "name": "CURRENT_OWNER",
     "type": "esriFieldTypeString",
     "alias": "CURRENT_OWNER",
     "length": 150,
     "domain": null
    },
    {
     "name": "PRICE",
     "type": "esriFieldTypeDouble",
     "alias": "PRICE",
     "domain": null
    },
    {
     "name": "SALE_DATE",
     "type": "esriFieldTypeDate",
     "alias": "SALE_DATE",
     "length": 8,
     "domain": null
    },
    {
     "name": "SALE_PK",
     "type": "esriFieldTypeDouble",
     "alias": "SALE_PK",
     "domain": null
    },
    {
     "name": "VCS",
     "type": "esriFieldTypeString",
     "alias": "VCS",
     "length": 10,
     "domain": null
    },
    {
     "name": "LOCATION_ADDR",
     "type": "esriFieldTypeString",
     "alias": "LOCATION_ADDR",
     "length": 100,
     "domain": null
    },
    {
     "name": "SALE_TYPE",
     "type": "esriFieldTypeString",
     "alias": "SALE_TYPE",
     "length": 25,
     "domain": null
    },
    {
     "name": "YEAR_BUILT",
     "type": "esriFieldTypeString",
     "alias": "YEAR_BUILT",
     "length": 4,
     "domain": null
    },
    {
     "name": "BLDG_SIZE",
     "type": "esriFieldTypeDouble",
     "alias": "BLDG_SIZE",
     "domain": null
    },
    {
     "name": "STORY_HEIGHT",
     "type": "esriFieldTypeString",
     "alias": "STORY_HEIGHT",
     "length": 25,
     "domain": null
    },
    {
     "name": "SALE_PRICE_SOURCE",
     "type": "esriFieldTypeString",
     "alias": "SALE_PRICE_SOURCE",
     "length": 4,
     "domain": null
    },
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "ACREAGE",
     "type": "esriFieldTypeDouble",
     "alias": "ACREAGE",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "Sale_Year",
     "type": "esriFieldTypeInteger",
     "alias": "Sale_Year",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R406_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S381_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 3,
   "name": "Buildings",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPoint",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.003280833333333333,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 3048.0060960121928,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 24000,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriPMS",
      "url": "aca2de4e43ab4c0c3cdba9d2af547e48",
      "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAATElEQVQYlWNhIAGwkKc4/384AyMDJ4aK3wybGaYyvkVVzMgwkYGBQRxDMRuDKQMDA5piIsCgU/yf4RgDI4MQhop/DJ8xFU9kDKKqMwDV0Aur0cU8NwAAAABJRU5ErkJggg==",
      "contentType": "image/png",
      "width": 8,
      "height": 8,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9201532.543332782,
    "ymin": 4184549.5969797825,
    "xmax": -9156553.10704983,
    "ymax": 4230683.5869007865,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "BLDG_PK",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "Record_Type",
     "type": "esriFieldTypeString",
     "alias": "Record_Type",
     "length": 11,
     "domain": null
    },
    {
     "name": "BLDG_PK",
     "type": "esriFieldTypeInteger",
     "alias": "BLDG_PK",
     "domain": null
    },
    {
     "name": "PAR_PARCEL_PK",
     "type": "esriFieldTypeDouble",
     "alias": "PAR_PARCEL_PK",
     "domain": null
    },
    {
     "name": "REID",
     "type": "esriFieldTypeString",
     "alias": "REID",
     "length": 20,
     "domain": null
    },
    {
     "name": "BLDG_CARD",
     "type": "esriFieldTypeInteger",
     "alias": "BLDG_CARD",
     "domain": null
    },
    {
     "name": "BLDG_ADDR",
     "type": "esriFieldTypeString",
     "alias": "BLDG_ADDR",
     "length": 100,
     "domain": null
    },
    {
     "name": "PROPERTY_OWNER",
     "type": "esriFieldTypeString",
     "alias": "PROPERTY_OWNER",
     "length": 600,
     "domain": null
    },
    {
     "name": "YEAR_BUILT",
     "type": "esriFieldTypeSmallInteger",
     "alias": "YEAR_BUILT",
     "domain": null
    },
    {
     "name": "EFF_YEAR",
     "type": "esriFieldTypeSmallInteger",
     "alias": "EFF_YEAR",
     "domain": null
    },
    {
     "name": "REMODELED",
     "type": "esriFieldTypeSmallInteger",
     "alias": "REMODELED",
     "domain": null
    },
    {
     "name": "TOTAL_ADJ_REPL_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "TOTAL_ADJ_REPL_VALUE",
     "domain": null
    },
    {
     "name": "DEPRECIATED_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "DEPRECIATED_VALUE",
     "domain": null
    },
    {
     "name": "TOTAL_DEPRECIATED_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "TOTAL_DEPRECIATED_VALUE",
     "domain": null
    },
    {
     "name": "OUTBLDG_ASSD_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "OUTBLDG_ASSD_VALUE",
     "domain": null
    },
    {
     "name": "PHOTO_PATH",
     "type": "esriFieldTypeString",
     "alias": "PHOTO_PATH",
     "length": 100,
     "domain": null
    },
    {
     "name": "PHOTO_DATE",
     "type": "esriFieldTypeDate",
     "alias": "PHOTO_DATE",
     "length": 8,
     "domain": null
    },
    {
     "name": "BLDG_DESC",
     "type": "esriFieldTypeString",
     "alias": "BLDG_DESC",
     "length": 100,
     "domain": null
    },
    {
     "name": "BLDG_TYPE",
     "type": "esriFieldTypeString",
     "alias": "BLDG_TYPE",
     "length": 25,
     "domain": null
    },
    {
     "name": "HEATED_AREA",
     "type": "esriFieldTypeInteger",
     "alias": "HEATED_AREA",
     "domain": null
    },
    {
     "name": "STORY_HEIGHT",
     "type": "esriFieldTypeString",
     "alias": "STORY_HEIGHT",
     "length": 25,
     "domain": null
    },
    {
     "name": "STYLE",
     "type": "esriFieldTypeString",
     "alias": "STYLE",
     "length": 25,
     "domain": null
    },
    {
     "name": "EXTERIOR",
     "type": "esriFieldTypeString",
     "alias": "EXTERIOR",
     "length": 25,
     "domain": null
    },
    {
     "name": "CONST_TYPE",
     "type": "esriFieldTypeString",
     "alias": "CONST_TYPE",
     "length": 25,
     "domain": null
    },
    {
     "name": "HEATING",
     "type": "esriFieldTypeString",
     "alias": "HEATING",
     "length": 25,
     "domain": null
    },
    {
     "name": "AIR_COND",
     "type": "esriFieldTypeString",
     "alias": "AIR_COND",
     "length": 25,
     "domain": null
    },
    {
     "name": "TOTAL_FIXTURES",
     "type": "esriFieldTypeSmallInteger",
     "alias": "TOTAL_FIXTURES",
     "domain": null
    },
    {
     "name": "ADDITIONS",
     "type": "esriFieldTypeString",
     "alias": "ADDITIONS",
     "length": 4,
     "domain": null
    },
    {
     "name": "INT_ADJUSTMENTS",
     "type": "esriFieldTypeString",
     "alias": "INT_ADJUSTMENTS",
     "length": 200,
     "domain": null
    },
    {
     "name": "OTHER_FEATURES",
     "type": "esriFieldTypeString",
     "alias": "OTHER_FEATURES",
     "length": 50,
     "domain": null
    },
    {
     "name": "BLDG_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "BLDG_VALUE",
     "domain": null
    },
    {
     "name": "GRADE",
     "type": "esriFieldTypeString",
     "alias": "GRADE",
     "length": 25,
     "domain": null
    },
    {
     "name": "CONDITION",
     "type": "esriFieldTypeString",
     "alias": "CONDITION",
     "length": 25,
     "domain": null
    },
    {
     "name": "INCOMPLETE_CODE",
     "type": "esriFieldTypeString",
     "alias": "INCOMPLETE_CODE",
     "length": 25,
     "domain": null
    },
    {
     "name": "TOTAL_BLDG_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "TOTAL_BLDG_VALUE",
     "domain": null
    },
    {
     "name": "ALL_CARDS_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "ALL_CARDS_VALUE",
     "domain": null
    },
    {
     "name": "SKETCH",
     "type": "esriFieldTypeString",
     "alias": "SKETCH",
     "length": 60,
     "domain": null
    },
    {
     "name": "FOUNDATION",
     "type": "esriFieldTypeString",
     "alias": "FOUNDATION",
     "length": 25,
     "domain": null
    },
    {
     "name": "MB_FOOTPRINT_AREA",
     "type": "esriFieldTypeInteger",
     "alias": "MB_FOOTPRINT_AREA",
     "domain": null
    },
    {
     "name": "MARKET_AREA_FACTOR",
     "type": "esriFieldTypeSingle",
     "alias": "MARKET_AREA_FACTOR",
     "domain": null
    },
    {
     "name": "ECONOMIC_DEPRECIATION_PCT",
     "type": "esriFieldTypeSmallInteger",
     "alias": "ECONOMIC_DEPRECIATION_PCT",
     "domain": null
    },
    {
     "name": "ECONOMIC_DEPRECIATION_NOTE",
     "type": "esriFieldTypeString",
     "alias": "ECONOMIC_DEPRECIATION_NOTE",
     "length": 60,
     "domain": null
    },
    {
     "name": "FUNCTIONAL_DEPRECIATION_PCT",
     "type": "esriFieldTypeSmallInteger",
     "alias": "FUNCTIONAL_DEPRECIATION_PCT",
     "domain": null
    },
    {
     "name": "FUNCTIONAL_DEPRECIATION_NOTE",
     "type": "esriFieldTypeString",
     "alias": "FUNCTIONAL_DEPRECIATION_NOTE",
     "length": 100,
     "domain": null
    },
    {
     "name": "BATH_FULL",
     "type": "esriFieldTypeSmallInteger",
     "alias": "BATH_FULL",
     "domain": null
    },
    {
     "name": "BATH_HALF",
     "type": "esriFieldTypeSmallInteger",
     "alias": "BATH_HALF",
     "domain": null
    },
    {
     "name": "EXTRA_FIXTURES",
     "type": "esriFieldTypeSmallInteger",
     "alias": "EXTRA_FIXTURES",
     "domain": null
    },
    {
     "name": "COMMERCIAL_BUILDING_NAME",
     "type": "esriFieldTypeString",
     "alias": "COMMERCIAL_BUILDING_NAME",
     "length": 50,
     "domain": null
    },
    {
     "name": "COMMERCIAL_OCCUPANCY_CODE",
     "type": "esriFieldTypeString",
     "alias": "COMMERCIAL_OCCUPANCY_CODE",
     "length": 24,
     "domain": null
    },
    {
     "name": "COMMERCIAL_OCCUPANCY_TYPE",
     "type": "esriFieldTypeString",
     "alias": "COMMERCIAL_OCCUPANCY_TYPE",
     "length": 24,
     "domain": null
    },
    {
     "name": "COMMERCIAL_CLASS",
     "type": "esriFieldTypeString",
     "alias": "COMMERCIAL_CLASS",
     "length": 24,
     "domain": null
    },
    {
     "name": "COMMERCIAL_QUALITY",
     "type": "esriFieldTypeString",
     "alias": "COMMERCIAL_QUALITY",
     "length": 24,
     "domain": null
    },
    {
     "name": "COMMERCIAL_DEPRECIATION",
     "type": "esriFieldTypeString",
     "alias": "COMMERCIAL_DEPRECIATION",
     "length": 24,
     "domain": null
    },
    {
     "name": "COMMERCIAL_DEPRECIATION_PCT",
     "type": "esriFieldTypeSingle",
     "alias": "COMMERCIAL_DEPRECIATION_PCT",
     "domain": null
    },
    {
     "name": "COMMERCIAL_ECON_DEPR_PCT",
     "type": "esriFieldTypeSingle",
     "alias": "COMMERCIAL_ECON_DEPR_PCT",
     "domain": null
    },
    {
     "name": "COMMERCIAL_FUNCT_DEPR_PCT",
     "type": "esriFieldTypeSingle",
     "alias": "COMMERCIAL_FUNCT_DEPR_PCT",
     "domain": null
    },
    {
     "name": "COMMERCIAL_NUM_STORIES",
     "type": "esriFieldTypeSmallInteger",
     "alias": "COMMERCIAL_NUM_STORIES",
     "domain": null
    },
    {
     "name": "COMMER_SECTION_BLDG_ASSD_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "COMMER_SECTION_BLDG_ASSD_VALUE",
     "domain": null
    },
    {
     "name": "COMMER_TOTAL_BLDG_ASSD_VALUE",
     "type": "esriFieldTypeDouble",
     "alias": "COMMER_TOTAL_BLDG_ASSD_VALUE",
     "domain": null
    },
    {
     "name": "COMMERCIAL_MARKET_AREA_FACTOR",
     "type": "esriFieldTypeSingle",
     "alias": "COMMERCIAL_MARKET_AREA_FACTOR",
     "domain": null
    },
    {
     "name": "COMMERCIAL_BUILDING_GROSS_SQFT",
     "type": "esriFieldTypeInteger",
     "alias": "COMMERCIAL_BUILDING_GROSS_SQFT",
     "domain": null
    },
    {
     "name": "COMMERCIAL_APEX_PATH",
     "type": "esriFieldTypeString",
     "alias": "COMMERCIAL_APEX_PATH",
     "length": 100,
     "domain": null
    },
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Residential_Units",
     "type": "esriFieldTypeInteger",
     "alias": "Residential_Units",
     "domain": null
    },
    {
     "name": "Add_Number",
     "type": "esriFieldTypeInteger",
     "alias": "Add_Number",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": null,
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 4,
   "name": "Official County Border",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 2.0E-5,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "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": [
       0,
       92,
       230,
       255
      ],
      "width": 2
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": -9211481.807125382,
    "ymin": 4182434.9268452893,
    "xmax": -9156191.531692905,
    "ymax": 4232319.8930079825,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "STATUS",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "STATUS",
     "type": "esriFieldTypeString",
     "alias": "STATUS",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_STATUS_1",
      "description": "Status of county line section, surveyed, unsurveyed etc.",
      "codedValues": [
       {
        "name": "Rejected--review has rendered a better configuration",
        "code": "REJECTED"
       },
       {
        "name": "Retired--line has been officially altered",
        "code": "RETIRED"
       },
       {
        "name": "Approved--reviewed and accepted by NC Geodetic Survey",
        "code": "APPROVED"
       },
       {
        "name": "Unreviewed--not reviewed by Henderson County staff",
        "code": "UNREVIEWED"
       },
       {
        "name": "Reviewed--by Henderson County staff, to be approved by NCGS",
        "code": "REVIEWED"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "DATE_REVIEWED",
     "type": "esriFieldTypeDate",
     "alias": "DATE_REVIEWED",
     "length": 8,
     "domain": null
    },
    {
     "name": "DATE_APPROVED",
     "type": "esriFieldTypeDate",
     "alias": "DATE_APPROVED",
     "length": 8,
     "domain": null
    },
    {
     "name": "COMMENTS",
     "type": "esriFieldTypeString",
     "alias": "COMMENTS",
     "length": 250,
     "domain": null
    },
    {
     "name": "UNIQUEID",
     "type": "esriFieldTypeSmallInteger",
     "alias": "UNIQUEID",
     "domain": null
    },
    {
     "name": "ACCURACY",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Accuracy",
     "domain": {
      "type": "codedValue",
      "name": "WS1_ACCURACY",
      "description": "Accuracy of the county line section. 1 is highest level, 7 is lowest and excluded from adjustment",
      "codedValues": [
       {
        "name": "Highest",
        "code": 1
       },
       {
        "name": "After 1980",
        "code": 2
       },
       {
        "name": "1908 - 1980",
        "code": 3
       },
       {
        "name": "1881 - 1907",
        "code": 4
       },
       {
        "name": "Before 1881",
        "code": 5
       },
       {
        "name": "1800",
        "code": 6
       },
       {
        "name": "Lowest - excluded from adjustment",
        "code": 7
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "DOCUMENT",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Is there a document, yes-no",
     "domain": {
      "type": "codedValue",
      "name": "WS1_YESNO",
      "description": "YES / NO",
      "codedValues": [
       {
        "name": "YES",
        "code": 1
       },
       {
        "name": "NO",
        "code": 0
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "SHAPE.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE.STLength()",
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R448_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_448",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "G739UNIQUEID",
     "fields": "UNIQUEID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_448",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S417_idx",
     "fields": "SHAPE",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeLengthFieldName": "SHAPE.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 5,
   "name": "Major Roads",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.003280833333333333,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "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": [
       250,
       52,
       17,
       255
      ],
      "width": 1.7
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": -9201727.603580084,
    "ymin": 4184209.013387456,
    "xmax": -9155985.483415373,
    "ymax": 4232942.545602501,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "FullName",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "St_Name",
     "type": "esriFieldTypeString",
     "alias": "ST_NAME",
     "length": 60,
     "domain": null
    },
    {
     "name": "Parity_L",
     "type": "esriFieldTypeString",
     "alias": "PARITY_L",
     "length": 1,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Parity",
      "description": "Valid choices for street parity",
      "codedValues": [
       {
        "name": "Odd",
        "code": "O"
       },
       {
        "name": "Even",
        "code": "E"
       },
       {
        "name": "Both",
        "code": "B"
       },
       {
        "name": "Address Range 0-0 or Address Range NULL-NULL",
        "code": "Z"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Parity_R",
     "type": "esriFieldTypeString",
     "alias": "PARITY_R",
     "length": 1,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Parity",
      "description": "Valid choices for street parity",
      "codedValues": [
       {
        "name": "Odd",
        "code": "O"
       },
       {
        "name": "Even",
        "code": "E"
       },
       {
        "name": "Both",
        "code": "B"
       },
       {
        "name": "Address Range 0-0 or Address Range NULL-NULL",
        "code": "Z"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "UnincCom_L",
     "type": "esriFieldTypeString",
     "alias": "UNINCCOM_L",
     "length": 100,
     "domain": null
    },
    {
     "name": "UnincCom_R",
     "type": "esriFieldTypeString",
     "alias": "UNINCCOM_R",
     "length": 100,
     "domain": null
    },
    {
     "name": "ONE_WAY",
     "type": "esriFieldTypeString",
     "alias": "ONE_WAY",
     "length": 2,
     "domain": null
    },
    {
     "name": "RD_CLASS",
     "type": "esriFieldTypeString",
     "alias": "RD_CLASS",
     "length": 15,
     "domain": null
    },
    {
     "name": "ROUTING",
     "type": "esriFieldTypeString",
     "alias": "ROUTING",
     "length": 3,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Shared Driveway",
      "description": "TEXT",
      "codedValues": [
       {
        "name": "YES",
        "code": "YES"
       },
       {
        "name": "NO",
        "code": "NO"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "SR_NUM",
     "type": "esriFieldTypeInteger",
     "alias": "SR_NUM",
     "domain": null
    },
    {
     "name": "SR_DATE",
     "type": "esriFieldTypeDate",
     "alias": "SR_DATE",
     "length": 8,
     "domain": null
    },
    {
     "name": "TDL",
     "type": "esriFieldTypeString",
     "alias": "TDL",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_TAX_FIRE_DISTRICT",
      "description": "",
      "codedValues": [
       {
        "name": "BAT CAVE FIRE",
        "code": "BAT CAVE FIRE"
       },
       {
        "name": "BLUE RIDGE FIRE",
        "code": "BLUE RIDGE FIRE"
       },
       {
        "name": "DANA FIRE",
        "code": "DANA FIRE"
       },
       {
        "name": "MAIN STREET DOWNTOWN",
        "code": "MAIN STREET DOWNTOWN"
       },
       {
        "name": "SEVENTH AVENUE DOWNTOWN",
        "code": "SEVENTH AVENUE DOWNTOWN"
       },
       {
        "name": "EDNEYVILLE FIRE",
        "code": "EDNEYVILLE FIRE"
       },
       {
        "name": "ETOWAH - HORSE SHOE FIRE",
        "code": "ETOWAH - HORSE SHOE FIRE"
       },
       {
        "name": "FLAT ROCK - Blue Ridge Fire",
        "code": "FLAT ROCK - Blue Ridge Fire"
       },
       {
        "name": "FLAT ROCK - Valley Hill Fire",
        "code": "FLAT ROCK - Valley Hill Fire"
       },
       {
        "name": "FLAT ROCK - Green River Fire",
        "code": "FLAT ROCK - Green River Fire"
       },
       {
        "name": "FLETCHER FIRE",
        "code": "FLETCHER FIRE"
       },
       {
        "name": "FLETCHER TOWN",
        "code": "FLETCHER TOWN"
       },
       {
        "name": "GERTON FIRE",
        "code": "GERTON FIRE"
       },
       {
        "name": "GREEN RIVER FIRE",
        "code": "GREEN RIVER FIRE"
       },
       {
        "name": "LAUREL PARK TOWN",
        "code": "LAUREL PARK TOWN"
       },
       {
        "name": "MOUNTAIN HOME FIRE",
        "code": "MOUNTAIN HOME FIRE"
       },
       {
        "name": "MILLS RIVER FIRE",
        "code": "MILLS RIVER FIRE"
       },
       {
        "name": "MILLS RIVER TOWN",
        "code": "MILLS RIVER TOWN"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "RAVEN ROCK - SALUDA FIRE",
        "code": "RAVEN ROCK - SALUDA FIRE"
       },
       {
        "name": "SALUDA TOWN",
        "code": "SALUDA TOWN"
       },
       {
        "name": "VALLEY HILL FIRE",
        "code": "VALLEY HILL FIRE"
       },
       {
        "name": "HENDERSONVILLE CITY",
        "code": "HENDERSONVILLE CITY"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "TDR",
     "type": "esriFieldTypeString",
     "alias": "TDR",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_TAX_FIRE_DISTRICT",
      "description": "",
      "codedValues": [
       {
        "name": "BAT CAVE FIRE",
        "code": "BAT CAVE FIRE"
       },
       {
        "name": "BLUE RIDGE FIRE",
        "code": "BLUE RIDGE FIRE"
       },
       {
        "name": "DANA FIRE",
        "code": "DANA FIRE"
       },
       {
        "name": "MAIN STREET DOWNTOWN",
        "code": "MAIN STREET DOWNTOWN"
       },
       {
        "name": "SEVENTH AVENUE DOWNTOWN",
        "code": "SEVENTH AVENUE DOWNTOWN"
       },
       {
        "name": "EDNEYVILLE FIRE",
        "code": "EDNEYVILLE FIRE"
       },
       {
        "name": "ETOWAH - HORSE SHOE FIRE",
        "code": "ETOWAH - HORSE SHOE FIRE"
       },
       {
        "name": "FLAT ROCK - Blue Ridge Fire",
        "code": "FLAT ROCK - Blue Ridge Fire"
       },
       {
        "name": "FLAT ROCK - Valley Hill Fire",
        "code": "FLAT ROCK - Valley Hill Fire"
       },
       {
        "name": "FLAT ROCK - Green River Fire",
        "code": "FLAT ROCK - Green River Fire"
       },
       {
        "name": "FLETCHER FIRE",
        "code": "FLETCHER FIRE"
       },
       {
        "name": "FLETCHER TOWN",
        "code": "FLETCHER TOWN"
       },
       {
        "name": "GERTON FIRE",
        "code": "GERTON FIRE"
       },
       {
        "name": "GREEN RIVER FIRE",
        "code": "GREEN RIVER FIRE"
       },
       {
        "name": "LAUREL PARK TOWN",
        "code": "LAUREL PARK TOWN"
       },
       {
        "name": "MOUNTAIN HOME FIRE",
        "code": "MOUNTAIN HOME FIRE"
       },
       {
        "name": "MILLS RIVER FIRE",
        "code": "MILLS RIVER FIRE"
       },
       {
        "name": "MILLS RIVER TOWN",
        "code": "MILLS RIVER TOWN"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "RAVEN ROCK - SALUDA FIRE",
        "code": "RAVEN ROCK - SALUDA FIRE"
       },
       {
        "name": "SALUDA TOWN",
        "code": "SALUDA TOWN"
       },
       {
        "name": "VALLEY HILL FIRE",
        "code": "VALLEY HILL FIRE"
       },
       {
        "name": "HENDERSONVILLE CITY",
        "code": "HENDERSONVILLE CITY"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "PRI_FED_RD_NUM",
     "type": "esriFieldTypeString",
     "alias": "PRI_FED_RD_NUM",
     "length": 10,
     "domain": null
    },
    {
     "name": "SEC_FED_RD_NUM",
     "type": "esriFieldTypeString",
     "alias": "SEC_FED_RD_NUM",
     "length": 10,
     "domain": null
    },
    {
     "name": "PRI_ST_RD_NUM",
     "type": "esriFieldTypeString",
     "alias": "PRI_ST_RD_NUM",
     "length": 10,
     "domain": null
    },
    {
     "name": "SEC_ST_RD_NUM",
     "type": "esriFieldTypeString",
     "alias": "SEC_ST_RD_NUM",
     "length": 10,
     "domain": null
    },
    {
     "name": "COMMENTS",
     "type": "esriFieldTypeString",
     "alias": "COMMENTS",
     "length": 100,
     "domain": null
    },
    {
     "name": "SOURCE",
     "type": "esriFieldTypeString",
     "alias": "SOURCE",
     "length": 75,
     "domain": null
    },
    {
     "name": "Country_L",
     "type": "esriFieldTypeString",
     "alias": "COUNTRY_L",
     "length": 2,
     "domain": null
    },
    {
     "name": "Country_R",
     "type": "esriFieldTypeString",
     "alias": "COUNTRY_R",
     "length": 2,
     "domain": null
    },
    {
     "name": "State_L",
     "type": "esriFieldTypeString",
     "alias": "STATE_L",
     "length": 2,
     "domain": null
    },
    {
     "name": "State_R",
     "type": "esriFieldTypeString",
     "alias": "STATE_R",
     "length": 2,
     "domain": null
    },
    {
     "name": "County_L",
     "type": "esriFieldTypeString",
     "alias": "COUNTY_L",
     "length": 40,
     "domain": null
    },
    {
     "name": "County_R",
     "type": "esriFieldTypeString",
     "alias": "COUNTY_R",
     "length": 40,
     "domain": null
    },
    {
     "name": "VESNL",
     "type": "esriFieldTypeString",
     "alias": "VESNL",
     "length": 5,
     "domain": null
    },
    {
     "name": "VESNR",
     "type": "esriFieldTypeString",
     "alias": "VESNR",
     "length": 5,
     "domain": null
    },
    {
     "name": "NO_MSAG",
     "type": "esriFieldTypeInteger",
     "alias": "NO_MSAG",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE.STLength()",
     "domain": null
    },
    {
     "name": "gcException",
     "type": "esriFieldTypeString",
     "alias": "gcException",
     "length": 100,
     "domain": null
    },
    {
     "name": "CenterlineID",
     "type": "esriFieldTypeInteger",
     "alias": "CenterlineID",
     "domain": null
    },
    {
     "name": "FullName",
     "type": "esriFieldTypeString",
     "alias": "FullName",
     "length": 100,
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeString",
     "alias": "Status",
     "length": 20,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Status",
      "description": "",
      "codedValues": [
       {
        "name": "Active",
        "code": "1"
       },
       {
        "name": "Inactive",
        "code": "2"
       },
       {
        "name": "Expired",
        "code": "3"
       },
       {
        "name": "Completed",
        "code": "4"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "AdNumPre_L",
     "type": "esriFieldTypeString",
     "alias": "Left Address Number Prefix",
     "length": 15,
     "domain": null
    },
    {
     "name": "AdNumPre_R",
     "type": "esriFieldTypeString",
     "alias": "Right Address Number Prefix",
     "length": 15,
     "domain": null
    },
    {
     "name": "FromAddr_L",
     "type": "esriFieldTypeInteger",
     "alias": "Left FROM Address",
     "domain": null
    },
    {
     "name": "ToAddr_L",
     "type": "esriFieldTypeInteger",
     "alias": "Left TO Address",
     "domain": null
    },
    {
     "name": "FromAddr_R",
     "type": "esriFieldTypeInteger",
     "alias": "Right FROM Address",
     "domain": null
    },
    {
     "name": "ToAddr_R",
     "type": "esriFieldTypeInteger",
     "alias": "Right TO Address",
     "domain": null
    },
    {
     "name": "St_PreMod",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Modifier",
     "length": 15,
     "domain": null
    },
    {
     "name": "St_PreDir",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Directional",
     "length": 9,
     "domain": {
      "type": "codedValue",
      "name": "WS1_StreetNameDirectionals",
      "description": "Valid choices for Ng911 directionals",
      "codedValues": [
       {
        "name": "North",
        "code": "North"
       },
       {
        "name": "South",
        "code": "South"
       },
       {
        "name": "East",
        "code": "East"
       },
       {
        "name": "West",
        "code": "West"
       },
       {
        "name": "Northeast",
        "code": "Northeast"
       },
       {
        "name": "Northwest",
        "code": "Northwest"
       },
       {
        "name": "Southeast",
        "code": "Southeast"
       },
       {
        "name": "Southwest",
        "code": "Southwest"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PreTyp",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Type",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_UpperStreetNameType",
      "description": "Upper case Ng types",
      "codedValues": [
       {
        "name": "ACCESS ROAD",
        "code": "ACCESS ROAD"
       },
       {
        "name": "ACRES",
        "code": "ACRES"
       },
       {
        "name": "ALCOVE",
        "code": "ALCOVE"
       },
       {
        "name": "ALLEY",
        "code": "ALLEY"
       },
       {
        "name": "ANNEX",
        "code": "ANNEX"
       },
       {
        "name": "APPROACH",
        "code": "APPROACH"
       },
       {
        "name": "ARCADE",
        "code": "ARCADE"
       },
       {
        "name": "AVENUE",
        "code": "AVENUE"
       },
       {
        "name": "AVENUE COURT",
        "code": "AVENUE COURT"
       },
       {
        "name": "BAYOU",
        "code": "BAYOU"
       },
       {
        "name": "BEACH",
        "code": "BEACH"
       },
       {
        "name": "BEND",
        "code": "BEND"
       },
       {
        "name": "BLUFF",
        "code": "BLUFF"
       },
       {
        "name": "BLUFFS",
        "code": "BLUFFS"
       },
       {
        "name": "BOTTOM",
        "code": "BOTTOM"
       },
       {
        "name": "BOULEVARD",
        "code": "BOULEVARD"
       },
       {
        "name": "BRANCH",
        "code": "BRANCH"
       },
       {
        "name": "BRIDGE",
        "code": "BRIDGE"
       },
       {
        "name": "BROOK",
        "code": "BROOK"
       },
       {
        "name": "BROOKS",
        "code": "BROOKS"
       },
       {
        "name": "BUREAU OF INDIAN AFFAIRS ROUTE",
        "code": "BUREAU OF INDIAN AFFAIRS ROUTE"
       },
       {
        "name": "BURG",
        "code": "BURG"
       },
       {
        "name": "BURGS",
        "code": "BURGS"
       },
       {
        "name": "BYPASS",
        "code": "BYPASS"
       },
       {
        "name": "CAMP",
        "code": "CAMP"
       },
       {
        "name": "CANYON",
        "code": "CANYON"
       },
       {
        "name": "CAPE",
        "code": "CAPE"
       },
       {
        "name": "CAUSEWAY",
        "code": "CAUSEWAY"
       },
       {
        "name": "CENTER",
        "code": "CENTER"
       },
       {
        "name": "CENTERS",
        "code": "CENTERS"
       },
       {
        "name": "CHASE",
        "code": "CHASE"
       },
       {
        "name": "CIRCLE",
        "code": "CIRCLE"
       },
       {
        "name": "CIRCLES",
        "code": "CIRCLES"
       },
       {
        "name": "CLIFF",
        "code": "CLIFF"
       },
       {
        "name": "CLIFFS",
        "code": "CLIFFS"
       },
       {
        "name": "CLOSE",
        "code": "CLOSE"
       },
       {
        "name": "CLUB",
        "code": "CLUB"
       },
       {
        "name": "COMMON",
        "code": "COMMON"
       },
       {
        "name": "COMMONS",
        "code": "COMMONS"
       },
       {
        "name": "CONCOURSE",
        "code": "CONCOURSE"
       },
       {
        "name": "CONNECTOR",
        "code": "CONNECTOR"
       },
       {
        "name": "CORNER",
        "code": "CORNER"
       },
       {
        "name": "CORNERS",
        "code": "CORNERS"
       },
       {
        "name": "COUNTY FOREST ROAD",
        "code": "COUNTY FOREST ROAD"
       },
       {
        "name": "COUNTY HIGHWAY",
        "code": "COUNTY HIGHWAY"
       },
       {
        "name": "COUNTY ROAD",
        "code": "COUNTY ROAD"
       },
       {
        "name": "COUNTY ROUTE",
        "code": "COUNTY ROUTE"
       },
       {
        "name": "COURSE",
        "code": "COURSE"
       },
       {
        "name": "COURT",
        "code": "COURT"
       },
       {
        "name": "COURTS",
        "code": "COURTS"
       },
       {
        "name": "COVE",
        "code": "COVE"
       },
       {
        "name": "COVES",
        "code": "COVES"
       },
       {
        "name": "CREEK",
        "code": "CREEK"
       },
       {
        "name": "CRESCENT",
        "code": "CRESCENT"
       },
       {
        "name": "CREST",
        "code": "CREST"
       },
       {
        "name": "CROSSING",
        "code": "CROSSING"
       },
       {
        "name": "CROSSROAD",
        "code": "CROSSROAD"
       },
       {
        "name": "CROSSROADS",
        "code": "CROSSROADS"
       },
       {
        "name": "CURVE",
        "code": "CURVE"
       },
       {
        "name": "CUSTER COUNTY ROAD",
        "code": "CUSTER COUNTY ROAD"
       },
       {
        "name": "DALE",
        "code": "DALE"
       },
       {
        "name": "DAM",
        "code": "DAM"
       },
       {
        "name": "DAWSON COUNTY ROAD",
        "code": "DAWSON COUNTY ROAD"
       },
       {
        "name": "DIVIDE",
        "code": "DIVIDE"
       },
       {
        "name": "DOWNS",
        "code": "DOWNS"
       },
       {
        "name": "DRIVE",
        "code": "DRIVE"
       },
       {
        "name": "DRIVES",
        "code": "DRIVES"
       },
       {
        "name": "ESTATE",
        "code": "ESTATE"
       },
       {
        "name": "ESTATES",
        "code": "ESTATES"
       },
       {
        "name": "EXCHANGE",
        "code": "EXCHANGE"
       },
       {
        "name": "EXPRESSWAY",
        "code": "EXPRESSWAY"
       },
       {
        "name": "EXTENSION",
        "code": "EXTENSION"
       },
       {
        "name": "EXTENSIONS",
        "code": "EXTENSIONS"
       },
       {
        "name": "FALL",
        "code": "FALL"
       },
       {
        "name": "FALLS",
        "code": "FALLS"
       },
       {
        "name": "FARM",
        "code": "FARM"
       },
       {
        "name": "FEDERAL-AID SECONDARY HIGHWAY",
        "code": "FEDERAL-AID SECONDARY HIGHWAY"
       },
       {
        "name": "FERRY",
        "code": "FERRY"
       },
       {
        "name": "FIELD",
        "code": "FIELD"
       },
       {
        "name": "FIELDS",
        "code": "FIELDS"
       },
       {
        "name": "FLAT",
        "code": "FLAT"
       },
       {
        "name": "FLATS",
        "code": "FLATS"
       },
       {
        "name": "FORD",
        "code": "FORD"
       },
       {
        "name": "FORDS",
        "code": "FORDS"
       },
       {
        "name": "FOREST",
        "code": "FOREST"
       },
       {
        "name": "FORGE",
        "code": "FORGE"
       },
       {
        "name": "FORGES",
        "code": "FORGES"
       },
       {
        "name": "FORK",
        "code": "FORK"
       },
       {
        "name": "FORKS",
        "code": "FORKS"
       },
       {
        "name": "FORT",
        "code": "FORT"
       },
       {
        "name": "FREEWAY",
        "code": "FREEWAY"
       },
       {
        "name": "FRONT",
        "code": "FRONT"
       },
       {
        "name": "GARDEN",
        "code": "GARDEN"
       },
       {
        "name": "GARDENS",
        "code": "GARDENS"
       },
       {
        "name": "GATEWAY",
        "code": "GATEWAY"
       },
       {
        "name": "GLEN",
        "code": "GLEN"
       },
       {
        "name": "GLENS",
        "code": "GLENS"
       },
       {
        "name": "GREEN",
        "code": "GREEN"
       },
       {
        "name": "GREENS",
        "code": "GREENS"
       },
       {
        "name": "GROVE",
        "code": "GROVE"
       },
       {
        "name": "GROVES",
        "code": "GROVES"
       },
       {
        "name": "HARBOR",
        "code": "HARBOR"
       },
       {
        "name": "HARBORS",
        "code": "HARBORS"
       },
       {
        "name": "HAVEN",
        "code": "HAVEN"
       },
       {
        "name": "HEIGHTS",
        "code": "HEIGHTS"
       },
       {
        "name": "HIGHWAY",
        "code": "HIGHWAY"
       },
       {
        "name": "HILL",
        "code": "HILL"
       },
       {
        "name": "HILLS",
        "code": "HILLS"
       },
       {
        "name": "HOLLOW",
        "code": "HOLLOW"
       },
       {
        "name": "INLET",
        "code": "INLET"
       },
       {
        "name": "INTERSTATE",
        "code": "INTERSTATE"
       },
       {
        "name": "INTERVAL",
        "code": "INTERVAL"
       },
       {
        "name": "ISLAND",
        "code": "ISLAND"
       },
       {
        "name": "ISLANDS",
        "code": "ISLANDS"
       },
       {
        "name": "ISLE",
        "code": "ISLE"
       },
       {
        "name": "JUNCTION",
        "code": "JUNCTION"
       },
       {
        "name": "JUNCTIONS",
        "code": "JUNCTIONS"
       },
       {
        "name": "KEY",
        "code": "KEY"
       },
       {
        "name": "KEYS",
        "code": "KEYS"
       },
       {
        "name": "KNOLL",
        "code": "KNOLL"
       },
       {
        "name": "KNOLLS",
        "code": "KNOLLS"
       },
       {
        "name": "LAKE",
        "code": "LAKE"
       },
       {
        "name": "LAKES",
        "code": "LAKES"
       },
       {
        "name": "LAND",
        "code": "LAND"
       },
       {
        "name": "LANDING",
        "code": "LANDING"
       },
       {
        "name": "LANE",
        "code": "LANE"
       },
       {
        "name": "LIGHT",
        "code": "LIGHT"
       },
       {
        "name": "LIGHTS",
        "code": "LIGHTS"
       },
       {
        "name": "LOAF",
        "code": "LOAF"
       },
       {
        "name": "LOCK",
        "code": "LOCK"
       },
       {
        "name": "LOCKS",
        "code": "LOCKS"
       },
       {
        "name": "LODGE",
        "code": "LODGE"
       },
       {
        "name": "LOOP",
        "code": "LOOP"
       },
       {
        "name": "MALL",
        "code": "MALL"
       },
       {
        "name": "MANOR",
        "code": "MANOR"
       },
       {
        "name": "MANORS",
        "code": "MANORS"
       },
       {
        "name": "MEADOW",
        "code": "MEADOW"
       },
       {
        "name": "MEADOWS",
        "code": "MEADOWS"
       },
       {
        "name": "MEWS",
        "code": "MEWS"
       },
       {
        "name": "MILL",
        "code": "MILL"
       },
       {
        "name": "MILLS",
        "code": "MILLS"
       },
       {
        "name": "MISSION",
        "code": "MISSION"
       },
       {
        "name": "MONTANA HIGHWAY",
        "code": "MONTANA HIGHWAY"
       },
       {
        "name": "MOTORWAY",
        "code": "MOTORWAY"
       },
       {
        "name": "MOUNT",
        "code": "MOUNT"
       },
       {
        "name": "MOUNTAIN",
        "code": "MOUNTAIN"
       },
       {
        "name": "MOUNTAINS",
        "code": "MOUNTAINS"
       },
       {
        "name": "NECK",
        "code": "NECK"
       },
       {
        "name": "ORCHARD",
        "code": "ORCHARD"
       },
       {
        "name": "OVAL",
        "code": "OVAL"
       },
       {
        "name": "OVERPASS",
        "code": "OVERPASS"
       },
       {
        "name": "PARK",
        "code": "PARK"
       },
       {
        "name": "PARKS",
        "code": "PARKS"
       },
       {
        "name": "PARKWAY",
        "code": "PARKWAY"
       },
       {
        "name": "PARKWAYS",
        "code": "PARKWAYS"
       },
       {
        "name": "PASS",
        "code": "PASS"
       },
       {
        "name": "PASSAGE",
        "code": "PASSAGE"
       },
       {
        "name": "PATH",
        "code": "PATH"
       },
       {
        "name": "PATHWAY",
        "code": "PATHWAY"
       },
       {
        "name": "PIKE",
        "code": "PIKE"
       },
       {
        "name": "PINE",
        "code": "PINE"
       },
       {
        "name": "PINES",
        "code": "PINES"
       },
       {
        "name": "PLACE",
        "code": "PLACE"
       },
       {
        "name": "PLAIN",
        "code": "PLAIN"
       },
       {
        "name": "PLAINS",
        "code": "PLAINS"
       },
       {
        "name": "PLAZA",
        "code": "PLAZA"
       },
       {
        "name": "POINT",
        "code": "POINT"
       },
       {
        "name": "POINTS",
        "code": "POINTS"
       },
       {
        "name": "PORT",
        "code": "PORT"
       },
       {
        "name": "PORTS",
        "code": "PORTS"
       },
       {
        "name": "PRAIRIE",
        "code": "PRAIRIE"
       },
       {
        "name": "PROMENADE",
        "code": "PROMENADE"
       },
       {
        "name": "RADIAL",
        "code": "RADIAL"
       },
       {
        "name": "RAMP",
        "code": "RAMP"
       },
       {
        "name": "RANCH",
        "code": "RANCH"
       },
       {
        "name": "RAPID",
        "code": "RAPID"
       },
       {
        "name": "RAPIDS",
        "code": "RAPIDS"
       },
       {
        "name": "REST",
        "code": "REST"
       },
       {
        "name": "RIDGE",
        "code": "RIDGE"
       },
       {
        "name": "RIDGES",
        "code": "RIDGES"
       },
       {
        "name": "RIVER",
        "code": "RIVER"
       },
       {
        "name": "RIVER ROAD",
        "code": "RIVER ROAD"
       },
       {
        "name": "ROAD",
        "code": "ROAD"
       },
       {
        "name": "ROADS",
        "code": "ROADS"
       },
       {
        "name": "ROUTE",
        "code": "ROUTE"
       },
       {
        "name": "ROW",
        "code": "ROW"
       },
       {
        "name": "RUE",
        "code": "RUE"
       },
       {
        "name": "RUN",
        "code": "RUN"
       },
       {
        "name": "RUNWAY",
        "code": "RUNWAY"
       },
       {
        "name": "SHOAL",
        "code": "SHOAL"
       },
       {
        "name": "SHOALS",
        "code": "SHOALS"
       },
       {
        "name": "SHORE",
        "code": "SHORE"
       },
       {
        "name": "SHORES",
        "code": "SHORES"
       },
       {
        "name": "SKYWAY",
        "code": "SKYWAY"
       },
       {
        "name": "SPRING",
        "code": "SPRING"
       },
       {
        "name": "SPRINGS",
        "code": "SPRINGS"
       },
       {
        "name": "SPUR",
        "code": "SPUR"
       },
       {
        "name": "SPURS",
        "code": "SPURS"
       },
       {
        "name": "SQUARE",
        "code": "SQUARE"
       },
       {
        "name": "SQUARES",
        "code": "SQUARES"
       },
       {
        "name": "STATE HIGHWAY",
        "code": "STATE HIGHWAY"
       },
       {
        "name": "STATE PARKWAY",
        "code": "STATE PARKWAY"
       },
       {
        "name": "STATE ROUTE",
        "code": "STATE ROUTE"
       },
       {
        "name": "STATION",
        "code": "STATION"
       },
       {
        "name": "STRAVENUE",
        "code": "STRAVENUE"
       },
       {
        "name": "STREAM",
        "code": "STREAM"
       },
       {
        "name": "STREET",
        "code": "STREET"
       },
       {
        "name": "STREET COURT",
        "code": "STREET COURT"
       },
       {
        "name": "STREETS",
        "code": "STREETS"
       },
       {
        "name": "STRIP",
        "code": "STRIP"
       },
       {
        "name": "SUMMIT",
        "code": "SUMMIT"
       },
       {
        "name": "TAXIWAY",
        "code": "TAXIWAY"
       },
       {
        "name": "TERN",
        "code": "TERN"
       },
       {
        "name": "TERRACE",
        "code": "TERRACE"
       },
       {
        "name": "THROUGHWAY",
        "code": "THROUGHWAY"
       },
       {
        "name": "THRUWAY",
        "code": "THRUWAY"
       },
       {
        "name": "TRACE",
        "code": "TRACE"
       },
       {
        "name": "TRACK",
        "code": "TRACK"
       },
       {
        "name": "TRAFFICWAY",
        "code": "TRAFFICWAY"
       },
       {
        "name": "TRAIL",
        "code": "TRAIL"
       },
       {
        "name": "TRAILER",
        "code": "TRAILER"
       },
       {
        "name": "TUNNEL",
        "code": "TUNNEL"
       },
       {
        "name": "TURN",
        "code": "TURN"
       },
       {
        "name": "TURNPIKE",
        "code": "TURNPIKE"
       },
       {
        "name": "UNDERPASS",
        "code": "UNDERPASS"
       },
       {
        "name": "UNION",
        "code": "UNION"
       },
       {
        "name": "UNIONS",
        "code": "UNIONS"
       },
       {
        "name": "UNITED STATES FOREST SERVICE ROAD",
        "code": "UNITED STATES FOREST SERVICE ROAD"
       },
       {
        "name": "UNITED STATES HIGHWAY",
        "code": "UNITED STATES HIGHWAY"
       },
       {
        "name": "VALLEY",
        "code": "VALLEY"
       },
       {
        "name": "VALLEYS",
        "code": "VALLEYS"
       },
       {
        "name": "VIA",
        "code": "VIA"
       },
       {
        "name": "VIADUCT",
        "code": "VIADUCT"
       },
       {
        "name": "VIEW",
        "code": "VIEW"
       },
       {
        "name": "VIEWS",
        "code": "VIEWS"
       },
       {
        "name": "VILLA",
        "code": "VILLA"
       },
       {
        "name": "VILLAGE",
        "code": "VILLAGE"
       },
       {
        "name": "VILLAGES",
        "code": "VILLAGES"
       },
       {
        "name": "VILLE",
        "code": "VILLE"
       },
       {
        "name": "VISTA",
        "code": "VISTA"
       },
       {
        "name": "WALK",
        "code": "WALK"
       },
       {
        "name": "WALKS",
        "code": "WALKS"
       },
       {
        "name": "WALL",
        "code": "WALL"
       },
       {
        "name": "WAY",
        "code": "WAY"
       },
       {
        "name": "WAYS",
        "code": "WAYS"
       },
       {
        "name": "WEEG",
        "code": "WEEG"
       },
       {
        "name": "WELL",
        "code": "WELL"
       },
       {
        "name": "WELLS",
        "code": "WELLS"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PreSep",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Type Separator",
     "length": 20,
     "domain": null
    },
    {
     "name": "St_PosTyp",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Type",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_UpperStreetNameType",
      "description": "Upper case Ng types",
      "codedValues": [
       {
        "name": "ACCESS ROAD",
        "code": "ACCESS ROAD"
       },
       {
        "name": "ACRES",
        "code": "ACRES"
       },
       {
        "name": "ALCOVE",
        "code": "ALCOVE"
       },
       {
        "name": "ALLEY",
        "code": "ALLEY"
       },
       {
        "name": "ANNEX",
        "code": "ANNEX"
       },
       {
        "name": "APPROACH",
        "code": "APPROACH"
       },
       {
        "name": "ARCADE",
        "code": "ARCADE"
       },
       {
        "name": "AVENUE",
        "code": "AVENUE"
       },
       {
        "name": "AVENUE COURT",
        "code": "AVENUE COURT"
       },
       {
        "name": "BAYOU",
        "code": "BAYOU"
       },
       {
        "name": "BEACH",
        "code": "BEACH"
       },
       {
        "name": "BEND",
        "code": "BEND"
       },
       {
        "name": "BLUFF",
        "code": "BLUFF"
       },
       {
        "name": "BLUFFS",
        "code": "BLUFFS"
       },
       {
        "name": "BOTTOM",
        "code": "BOTTOM"
       },
       {
        "name": "BOULEVARD",
        "code": "BOULEVARD"
       },
       {
        "name": "BRANCH",
        "code": "BRANCH"
       },
       {
        "name": "BRIDGE",
        "code": "BRIDGE"
       },
       {
        "name": "BROOK",
        "code": "BROOK"
       },
       {
        "name": "BROOKS",
        "code": "BROOKS"
       },
       {
        "name": "BUREAU OF INDIAN AFFAIRS ROUTE",
        "code": "BUREAU OF INDIAN AFFAIRS ROUTE"
       },
       {
        "name": "BURG",
        "code": "BURG"
       },
       {
        "name": "BURGS",
        "code": "BURGS"
       },
       {
        "name": "BYPASS",
        "code": "BYPASS"
       },
       {
        "name": "CAMP",
        "code": "CAMP"
       },
       {
        "name": "CANYON",
        "code": "CANYON"
       },
       {
        "name": "CAPE",
        "code": "CAPE"
       },
       {
        "name": "CAUSEWAY",
        "code": "CAUSEWAY"
       },
       {
        "name": "CENTER",
        "code": "CENTER"
       },
       {
        "name": "CENTERS",
        "code": "CENTERS"
       },
       {
        "name": "CHASE",
        "code": "CHASE"
       },
       {
        "name": "CIRCLE",
        "code": "CIRCLE"
       },
       {
        "name": "CIRCLES",
        "code": "CIRCLES"
       },
       {
        "name": "CLIFF",
        "code": "CLIFF"
       },
       {
        "name": "CLIFFS",
        "code": "CLIFFS"
       },
       {
        "name": "CLOSE",
        "code": "CLOSE"
       },
       {
        "name": "CLUB",
        "code": "CLUB"
       },
       {
        "name": "COMMON",
        "code": "COMMON"
       },
       {
        "name": "COMMONS",
        "code": "COMMONS"
       },
       {
        "name": "CONCOURSE",
        "code": "CONCOURSE"
       },
       {
        "name": "CONNECTOR",
        "code": "CONNECTOR"
       },
       {
        "name": "CORNER",
        "code": "CORNER"
       },
       {
        "name": "CORNERS",
        "code": "CORNERS"
       },
       {
        "name": "COUNTY FOREST ROAD",
        "code": "COUNTY FOREST ROAD"
       },
       {
        "name": "COUNTY HIGHWAY",
        "code": "COUNTY HIGHWAY"
       },
       {
        "name": "COUNTY ROAD",
        "code": "COUNTY ROAD"
       },
       {
        "name": "COUNTY ROUTE",
        "code": "COUNTY ROUTE"
       },
       {
        "name": "COURSE",
        "code": "COURSE"
       },
       {
        "name": "COURT",
        "code": "COURT"
       },
       {
        "name": "COURTS",
        "code": "COURTS"
       },
       {
        "name": "COVE",
        "code": "COVE"
       },
       {
        "name": "COVES",
        "code": "COVES"
       },
       {
        "name": "CREEK",
        "code": "CREEK"
       },
       {
        "name": "CRESCENT",
        "code": "CRESCENT"
       },
       {
        "name": "CREST",
        "code": "CREST"
       },
       {
        "name": "CROSSING",
        "code": "CROSSING"
       },
       {
        "name": "CROSSROAD",
        "code": "CROSSROAD"
       },
       {
        "name": "CROSSROADS",
        "code": "CROSSROADS"
       },
       {
        "name": "CURVE",
        "code": "CURVE"
       },
       {
        "name": "CUSTER COUNTY ROAD",
        "code": "CUSTER COUNTY ROAD"
       },
       {
        "name": "DALE",
        "code": "DALE"
       },
       {
        "name": "DAM",
        "code": "DAM"
       },
       {
        "name": "DAWSON COUNTY ROAD",
        "code": "DAWSON COUNTY ROAD"
       },
       {
        "name": "DIVIDE",
        "code": "DIVIDE"
       },
       {
        "name": "DOWNS",
        "code": "DOWNS"
       },
       {
        "name": "DRIVE",
        "code": "DRIVE"
       },
       {
        "name": "DRIVES",
        "code": "DRIVES"
       },
       {
        "name": "ESTATE",
        "code": "ESTATE"
       },
       {
        "name": "ESTATES",
        "code": "ESTATES"
       },
       {
        "name": "EXCHANGE",
        "code": "EXCHANGE"
       },
       {
        "name": "EXPRESSWAY",
        "code": "EXPRESSWAY"
       },
       {
        "name": "EXTENSION",
        "code": "EXTENSION"
       },
       {
        "name": "EXTENSIONS",
        "code": "EXTENSIONS"
       },
       {
        "name": "FALL",
        "code": "FALL"
       },
       {
        "name": "FALLS",
        "code": "FALLS"
       },
       {
        "name": "FARM",
        "code": "FARM"
       },
       {
        "name": "FEDERAL-AID SECONDARY HIGHWAY",
        "code": "FEDERAL-AID SECONDARY HIGHWAY"
       },
       {
        "name": "FERRY",
        "code": "FERRY"
       },
       {
        "name": "FIELD",
        "code": "FIELD"
       },
       {
        "name": "FIELDS",
        "code": "FIELDS"
       },
       {
        "name": "FLAT",
        "code": "FLAT"
       },
       {
        "name": "FLATS",
        "code": "FLATS"
       },
       {
        "name": "FORD",
        "code": "FORD"
       },
       {
        "name": "FORDS",
        "code": "FORDS"
       },
       {
        "name": "FOREST",
        "code": "FOREST"
       },
       {
        "name": "FORGE",
        "code": "FORGE"
       },
       {
        "name": "FORGES",
        "code": "FORGES"
       },
       {
        "name": "FORK",
        "code": "FORK"
       },
       {
        "name": "FORKS",
        "code": "FORKS"
       },
       {
        "name": "FORT",
        "code": "FORT"
       },
       {
        "name": "FREEWAY",
        "code": "FREEWAY"
       },
       {
        "name": "FRONT",
        "code": "FRONT"
       },
       {
        "name": "GARDEN",
        "code": "GARDEN"
       },
       {
        "name": "GARDENS",
        "code": "GARDENS"
       },
       {
        "name": "GATEWAY",
        "code": "GATEWAY"
       },
       {
        "name": "GLEN",
        "code": "GLEN"
       },
       {
        "name": "GLENS",
        "code": "GLENS"
       },
       {
        "name": "GREEN",
        "code": "GREEN"
       },
       {
        "name": "GREENS",
        "code": "GREENS"
       },
       {
        "name": "GROVE",
        "code": "GROVE"
       },
       {
        "name": "GROVES",
        "code": "GROVES"
       },
       {
        "name": "HARBOR",
        "code": "HARBOR"
       },
       {
        "name": "HARBORS",
        "code": "HARBORS"
       },
       {
        "name": "HAVEN",
        "code": "HAVEN"
       },
       {
        "name": "HEIGHTS",
        "code": "HEIGHTS"
       },
       {
        "name": "HIGHWAY",
        "code": "HIGHWAY"
       },
       {
        "name": "HILL",
        "code": "HILL"
       },
       {
        "name": "HILLS",
        "code": "HILLS"
       },
       {
        "name": "HOLLOW",
        "code": "HOLLOW"
       },
       {
        "name": "INLET",
        "code": "INLET"
       },
       {
        "name": "INTERSTATE",
        "code": "INTERSTATE"
       },
       {
        "name": "INTERVAL",
        "code": "INTERVAL"
       },
       {
        "name": "ISLAND",
        "code": "ISLAND"
       },
       {
        "name": "ISLANDS",
        "code": "ISLANDS"
       },
       {
        "name": "ISLE",
        "code": "ISLE"
       },
       {
        "name": "JUNCTION",
        "code": "JUNCTION"
       },
       {
        "name": "JUNCTIONS",
        "code": "JUNCTIONS"
       },
       {
        "name": "KEY",
        "code": "KEY"
       },
       {
        "name": "KEYS",
        "code": "KEYS"
       },
       {
        "name": "KNOLL",
        "code": "KNOLL"
       },
       {
        "name": "KNOLLS",
        "code": "KNOLLS"
       },
       {
        "name": "LAKE",
        "code": "LAKE"
       },
       {
        "name": "LAKES",
        "code": "LAKES"
       },
       {
        "name": "LAND",
        "code": "LAND"
       },
       {
        "name": "LANDING",
        "code": "LANDING"
       },
       {
        "name": "LANE",
        "code": "LANE"
       },
       {
        "name": "LIGHT",
        "code": "LIGHT"
       },
       {
        "name": "LIGHTS",
        "code": "LIGHTS"
       },
       {
        "name": "LOAF",
        "code": "LOAF"
       },
       {
        "name": "LOCK",
        "code": "LOCK"
       },
       {
        "name": "LOCKS",
        "code": "LOCKS"
       },
       {
        "name": "LODGE",
        "code": "LODGE"
       },
       {
        "name": "LOOP",
        "code": "LOOP"
       },
       {
        "name": "MALL",
        "code": "MALL"
       },
       {
        "name": "MANOR",
        "code": "MANOR"
       },
       {
        "name": "MANORS",
        "code": "MANORS"
       },
       {
        "name": "MEADOW",
        "code": "MEADOW"
       },
       {
        "name": "MEADOWS",
        "code": "MEADOWS"
       },
       {
        "name": "MEWS",
        "code": "MEWS"
       },
       {
        "name": "MILL",
        "code": "MILL"
       },
       {
        "name": "MILLS",
        "code": "MILLS"
       },
       {
        "name": "MISSION",
        "code": "MISSION"
       },
       {
        "name": "MONTANA HIGHWAY",
        "code": "MONTANA HIGHWAY"
       },
       {
        "name": "MOTORWAY",
        "code": "MOTORWAY"
       },
       {
        "name": "MOUNT",
        "code": "MOUNT"
       },
       {
        "name": "MOUNTAIN",
        "code": "MOUNTAIN"
       },
       {
        "name": "MOUNTAINS",
        "code": "MOUNTAINS"
       },
       {
        "name": "NECK",
        "code": "NECK"
       },
       {
        "name": "ORCHARD",
        "code": "ORCHARD"
       },
       {
        "name": "OVAL",
        "code": "OVAL"
       },
       {
        "name": "OVERPASS",
        "code": "OVERPASS"
       },
       {
        "name": "PARK",
        "code": "PARK"
       },
       {
        "name": "PARKS",
        "code": "PARKS"
       },
       {
        "name": "PARKWAY",
        "code": "PARKWAY"
       },
       {
        "name": "PARKWAYS",
        "code": "PARKWAYS"
       },
       {
        "name": "PASS",
        "code": "PASS"
       },
       {
        "name": "PASSAGE",
        "code": "PASSAGE"
       },
       {
        "name": "PATH",
        "code": "PATH"
       },
       {
        "name": "PATHWAY",
        "code": "PATHWAY"
       },
       {
        "name": "PIKE",
        "code": "PIKE"
       },
       {
        "name": "PINE",
        "code": "PINE"
       },
       {
        "name": "PINES",
        "code": "PINES"
       },
       {
        "name": "PLACE",
        "code": "PLACE"
       },
       {
        "name": "PLAIN",
        "code": "PLAIN"
       },
       {
        "name": "PLAINS",
        "code": "PLAINS"
       },
       {
        "name": "PLAZA",
        "code": "PLAZA"
       },
       {
        "name": "POINT",
        "code": "POINT"
       },
       {
        "name": "POINTS",
        "code": "POINTS"
       },
       {
        "name": "PORT",
        "code": "PORT"
       },
       {
        "name": "PORTS",
        "code": "PORTS"
       },
       {
        "name": "PRAIRIE",
        "code": "PRAIRIE"
       },
       {
        "name": "PROMENADE",
        "code": "PROMENADE"
       },
       {
        "name": "RADIAL",
        "code": "RADIAL"
       },
       {
        "name": "RAMP",
        "code": "RAMP"
       },
       {
        "name": "RANCH",
        "code": "RANCH"
       },
       {
        "name": "RAPID",
        "code": "RAPID"
       },
       {
        "name": "RAPIDS",
        "code": "RAPIDS"
       },
       {
        "name": "REST",
        "code": "REST"
       },
       {
        "name": "RIDGE",
        "code": "RIDGE"
       },
       {
        "name": "RIDGES",
        "code": "RIDGES"
       },
       {
        "name": "RIVER",
        "code": "RIVER"
       },
       {
        "name": "RIVER ROAD",
        "code": "RIVER ROAD"
       },
       {
        "name": "ROAD",
        "code": "ROAD"
       },
       {
        "name": "ROADS",
        "code": "ROADS"
       },
       {
        "name": "ROUTE",
        "code": "ROUTE"
       },
       {
        "name": "ROW",
        "code": "ROW"
       },
       {
        "name": "RUE",
        "code": "RUE"
       },
       {
        "name": "RUN",
        "code": "RUN"
       },
       {
        "name": "RUNWAY",
        "code": "RUNWAY"
       },
       {
        "name": "SHOAL",
        "code": "SHOAL"
       },
       {
        "name": "SHOALS",
        "code": "SHOALS"
       },
       {
        "name": "SHORE",
        "code": "SHORE"
       },
       {
        "name": "SHORES",
        "code": "SHORES"
       },
       {
        "name": "SKYWAY",
        "code": "SKYWAY"
       },
       {
        "name": "SPRING",
        "code": "SPRING"
       },
       {
        "name": "SPRINGS",
        "code": "SPRINGS"
       },
       {
        "name": "SPUR",
        "code": "SPUR"
       },
       {
        "name": "SPURS",
        "code": "SPURS"
       },
       {
        "name": "SQUARE",
        "code": "SQUARE"
       },
       {
        "name": "SQUARES",
        "code": "SQUARES"
       },
       {
        "name": "STATE HIGHWAY",
        "code": "STATE HIGHWAY"
       },
       {
        "name": "STATE PARKWAY",
        "code": "STATE PARKWAY"
       },
       {
        "name": "STATE ROUTE",
        "code": "STATE ROUTE"
       },
       {
        "name": "STATION",
        "code": "STATION"
       },
       {
        "name": "STRAVENUE",
        "code": "STRAVENUE"
       },
       {
        "name": "STREAM",
        "code": "STREAM"
       },
       {
        "name": "STREET",
        "code": "STREET"
       },
       {
        "name": "STREET COURT",
        "code": "STREET COURT"
       },
       {
        "name": "STREETS",
        "code": "STREETS"
       },
       {
        "name": "STRIP",
        "code": "STRIP"
       },
       {
        "name": "SUMMIT",
        "code": "SUMMIT"
       },
       {
        "name": "TAXIWAY",
        "code": "TAXIWAY"
       },
       {
        "name": "TERN",
        "code": "TERN"
       },
       {
        "name": "TERRACE",
        "code": "TERRACE"
       },
       {
        "name": "THROUGHWAY",
        "code": "THROUGHWAY"
       },
       {
        "name": "THRUWAY",
        "code": "THRUWAY"
       },
       {
        "name": "TRACE",
        "code": "TRACE"
       },
       {
        "name": "TRACK",
        "code": "TRACK"
       },
       {
        "name": "TRAFFICWAY",
        "code": "TRAFFICWAY"
       },
       {
        "name": "TRAIL",
        "code": "TRAIL"
       },
       {
        "name": "TRAILER",
        "code": "TRAILER"
       },
       {
        "name": "TUNNEL",
        "code": "TUNNEL"
       },
       {
        "name": "TURN",
        "code": "TURN"
       },
       {
        "name": "TURNPIKE",
        "code": "TURNPIKE"
       },
       {
        "name": "UNDERPASS",
        "code": "UNDERPASS"
       },
       {
        "name": "UNION",
        "code": "UNION"
       },
       {
        "name": "UNIONS",
        "code": "UNIONS"
       },
       {
        "name": "UNITED STATES FOREST SERVICE ROAD",
        "code": "UNITED STATES FOREST SERVICE ROAD"
       },
       {
        "name": "UNITED STATES HIGHWAY",
        "code": "UNITED STATES HIGHWAY"
       },
       {
        "name": "VALLEY",
        "code": "VALLEY"
       },
       {
        "name": "VALLEYS",
        "code": "VALLEYS"
       },
       {
        "name": "VIA",
        "code": "VIA"
       },
       {
        "name": "VIADUCT",
        "code": "VIADUCT"
       },
       {
        "name": "VIEW",
        "code": "VIEW"
       },
       {
        "name": "VIEWS",
        "code": "VIEWS"
       },
       {
        "name": "VILLA",
        "code": "VILLA"
       },
       {
        "name": "VILLAGE",
        "code": "VILLAGE"
       },
       {
        "name": "VILLAGES",
        "code": "VILLAGES"
       },
       {
        "name": "VILLE",
        "code": "VILLE"
       },
       {
        "name": "VISTA",
        "code": "VISTA"
       },
       {
        "name": "WALK",
        "code": "WALK"
       },
       {
        "name": "WALKS",
        "code": "WALKS"
       },
       {
        "name": "WALL",
        "code": "WALL"
       },
       {
        "name": "WAY",
        "code": "WAY"
       },
       {
        "name": "WAYS",
        "code": "WAYS"
       },
       {
        "name": "WEEG",
        "code": "WEEG"
       },
       {
        "name": "WELL",
        "code": "WELL"
       },
       {
        "name": "WELLS",
        "code": "WELLS"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PosDir",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Directional",
     "length": 9,
     "domain": {
      "type": "codedValue",
      "name": "WS1_StreetNameDirectionals",
      "description": "Valid choices for Ng911 directionals",
      "codedValues": [
       {
        "name": "North",
        "code": "North"
       },
       {
        "name": "South",
        "code": "South"
       },
       {
        "name": "East",
        "code": "East"
       },
       {
        "name": "West",
        "code": "West"
       },
       {
        "name": "Northeast",
        "code": "Northeast"
       },
       {
        "name": "Northwest",
        "code": "Northwest"
       },
       {
        "name": "Southeast",
        "code": "Southeast"
       },
       {
        "name": "Southwest",
        "code": "Southwest"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PosMod",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Modifier",
     "length": 25,
     "domain": null
    },
    {
     "name": "LSt_PreDir",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Pre Directional",
     "length": 2,
     "domain": {
      "type": "codedValue",
      "name": "WS1_LegacyDirectionals",
      "description": "Valid choices for legacy directionals",
      "codedValues": [
       {
        "name": "N",
        "code": "N"
       },
       {
        "name": "S",
        "code": "S"
       },
       {
        "name": "E",
        "code": "E"
       },
       {
        "name": "W",
        "code": "W"
       },
       {
        "name": "NE",
        "code": "NE"
       },
       {
        "name": "NW",
        "code": "NW"
       },
       {
        "name": "SE",
        "code": "SE"
       },
       {
        "name": "SW",
        "code": "SW"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "LSt_Name",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name",
     "length": 75,
     "domain": null
    },
    {
     "name": "LSt_Type",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Type",
     "length": 4,
     "domain": {
      "type": "codedValue",
      "name": "WS1_LegacyTypes",
      "description": "Valid choices for legacy street types",
      "codedValues": [
       {
        "name": "ALY",
        "code": "ALY"
       },
       {
        "name": "ANX",
        "code": "ANX"
       },
       {
        "name": "ARC",
        "code": "ARC"
       },
       {
        "name": "AVE",
        "code": "AVE"
       },
       {
        "name": "BCH",
        "code": "BCH"
       },
       {
        "name": "BND",
        "code": "BND"
       },
       {
        "name": "BLF",
        "code": "BLF"
       },
       {
        "name": "BLFS",
        "code": "BLFS"
       },
       {
        "name": "BTM",
        "code": "BTM"
       },
       {
        "name": "BLVD",
        "code": "BLVD"
       },
       {
        "name": "BR",
        "code": "BR"
       },
       {
        "name": "BRG",
        "code": "BRG"
       },
       {
        "name": "BRK",
        "code": "BRK"
       },
       {
        "name": "BRKS",
        "code": "BRKS"
       },
       {
        "name": "BG",
        "code": "BG"
       },
       {
        "name": "BGS",
        "code": "BGS"
       },
       {
        "name": "BYP",
        "code": "BYP"
       },
       {
        "name": "CP",
        "code": "CP"
       },
       {
        "name": "CYN",
        "code": "CYN"
       },
       {
        "name": "CPE",
        "code": "CPE"
       },
       {
        "name": "CSWY",
        "code": "CSWY"
       },
       {
        "name": "CTR",
        "code": "CTR"
       },
       {
        "name": "CTRS",
        "code": "CTRS"
       },
       {
        "name": "CIR",
        "code": "CIR"
       },
       {
        "name": "CIRS",
        "code": "CIRS"
       },
       {
        "name": "CLF",
        "code": "CLF"
       },
       {
        "name": "CLFS",
        "code": "CLFS"
       },
       {
        "name": "CLB",
        "code": "CLB"
       },
       {
        "name": "COR",
        "code": "COR"
       },
       {
        "name": "CORS",
        "code": "CORS"
       },
       {
        "name": "CRSE",
        "code": "CRSE"
       },
       {
        "name": "CT",
        "code": "CT"
       },
       {
        "name": "CTS",
        "code": "CTS"
       },
       {
        "name": "CV",
        "code": "CV"
       },
       {
        "name": "CRK",
        "code": "CRK"
       },
       {
        "name": "CRES",
        "code": "CRES"
       },
       {
        "name": "XING",
        "code": "XING"
       },
       {
        "name": "DL",
        "code": "DL"
       },
       {
        "name": "DM",
        "code": "DM"
       },
       {
        "name": "DV",
        "code": "DV"
       },
       {
        "name": "DR",
        "code": "DR"
       },
       {
        "name": "EST",
        "code": "EST"
       },
       {
        "name": "ESTS",
        "code": "ESTS"
       },
       {
        "name": "EXPY",
        "code": "EXPY"
       },
       {
        "name": "EXT",
        "code": "EXT"
       },
       {
        "name": "FALL",
        "code": "FALL"
       },
       {
        "name": "FLS",
        "code": "FLS"
       },
       {
        "name": "FRY",
        "code": "FRY"
       },
       {
        "name": "FLD",
        "code": "FLD"
       },
       {
        "name": "FLDS",
        "code": "FLDS"
       },
       {
        "name": "FLT",
        "code": "FLT"
       },
       {
        "name": "FLTS",
        "code": "FLTS"
       },
       {
        "name": "FRD",
        "code": "FRD"
       },
       {
        "name": "FRDS",
        "code": "FRDS"
       },
       {
        "name": "FRST",
        "code": "FRST"
       },
       {
        "name": "FRG",
        "code": "FRG"
       },
       {
        "name": "FRGS",
        "code": "FRGS"
       },
       {
        "name": "FRK",
        "code": "FRK"
       },
       {
        "name": "FRKS",
        "code": "FRKS"
       },
       {
        "name": "FT",
        "code": "FT"
       },
       {
        "name": "FWY",
        "code": "FWY"
       },
       {
        "name": "GDN",
        "code": "GDN"
       },
       {
        "name": "GDNS",
        "code": "GDNS"
       },
       {
        "name": "GTWY",
        "code": "GTWY"
       },
       {
        "name": "GLN",
        "code": "GLN"
       },
       {
        "name": "GLNS",
        "code": "GLNS"
       },
       {
        "name": "GRN",
        "code": "GRN"
       },
       {
        "name": "GRNS",
        "code": "GRNS"
       },
       {
        "name": "GRV",
        "code": "GRV"
       },
       {
        "name": "GRVS",
        "code": "GRVS"
       },
       {
        "name": "HBR",
        "code": "HBR"
       },
       {
        "name": "HBRS",
        "code": "HBRS"
       },
       {
        "name": "HVN",
        "code": "HVN"
       },
       {
        "name": "HTS",
        "code": "HTS"
       },
       {
        "name": "HWY",
        "code": "HWY"
       },
       {
        "name": "HL",
        "code": "HL"
       },
       {
        "name": "HLS",
        "code": "HLS"
       },
       {
        "name": "HOLW",
        "code": "HOLW"
       },
       {
        "name": "INLT",
        "code": "INLT"
       },
       {
        "name": "IS",
        "code": "IS"
       },
       {
        "name": "ISS",
        "code": "ISS"
       },
       {
        "name": "ISLE",
        "code": "ISLE"
       },
       {
        "name": "JCT",
        "code": "JCT"
       },
       {
        "name": "JCTS",
        "code": "JCTS"
       },
       {
        "name": "KY",
        "code": "KY"
       },
       {
        "name": "KYS",
        "code": "KYS"
       },
       {
        "name": "KNL",
        "code": "KNL"
       },
       {
        "name": "KNLS",
        "code": "KNLS"
       },
       {
        "name": "LK",
        "code": "LK"
       },
       {
        "name": "LKS",
        "code": "LKS"
       },
       {
        "name": "LNDG",
        "code": "LNDG"
       },
       {
        "name": "LN",
        "code": "LN"
       },
       {
        "name": "LGT",
        "code": "LGT"
       },
       {
        "name": "LGTS",
        "code": "LGTS"
       },
       {
        "name": "LF",
        "code": "LF"
       },
       {
        "name": "LCK",
        "code": "LCK"
       },
       {
        "name": "LCKS",
        "code": "LCKS"
       },
       {
        "name": "LDG",
        "code": "LDG"
       },
       {
        "name": "LOOP",
        "code": "LOOP"
       },
       {
        "name": "MALL",
        "code": "MALL"
       },
       {
        "name": "MNR",
        "code": "MNR"
       },
       {
        "name": "MNRS",
        "code": "MNRS"
       },
       {
        "name": "MDW",
        "code": "MDW"
       },
       {
        "name": "MDWS",
        "code": "MDWS"
       },
       {
        "name": "ML",
        "code": "ML"
       },
       {
        "name": "MLS",
        "code": "MLS"
       },
       {
        "name": "MSN",
        "code": "MSN"
       },
       {
        "name": "MT",
        "code": "MT"
       },
       {
        "name": "MTN",
        "code": "MTN"
       },
       {
        "name": "MTNS",
        "code": "MTNS"
       },
       {
        "name": "NCK",
        "code": "NCK"
       },
       {
        "name": "ORCH",
        "code": "ORCH"
       },
       {
        "name": "OVAL",
        "code": "OVAL"
       },
       {
        "name": "PARK",
        "code": "PARK"
       },
       {
        "name": "PKY",
        "code": "PKY"
       },
       {
        "name": "PASS",
        "code": "PASS"
       },
       {
        "name": "PATH",
        "code": "PATH"
       },
       {
        "name": "PIKE",
        "code": "PIKE"
       },
       {
        "name": "PNE",
        "code": "PNE"
       },
       {
        "name": "PNES",
        "code": "PNES"
       },
       {
        "name": "PL",
        "code": "PL"
       },
       {
        "name": "PLN",
        "code": "PLN"
       },
       {
        "name": "PLNS",
        "code": "PLNS"
       },
       {
        "name": "PLZ",
        "code": "PLZ"
       },
       {
        "name": "PT",
        "code": "PT"
       },
       {
        "name": "PTS",
        "code": "PTS"
       },
       {
        "name": "PRT",
        "code": "PRT"
       },
       {
        "name": "PRTS",
        "code": "PRTS"
       },
       {
        "name": "PR",
        "code": "PR"
       },
       {
        "name": "RADL",
        "code": "RADL"
       },
       {
        "name": "RNCH",
        "code": "RNCH"
       },
       {
        "name": "RPD",
        "code": "RPD"
       },
       {
        "name": "RPDS",
        "code": "RPDS"
       },
       {
        "name": "RST",
        "code": "RST"
       },
       {
        "name": "RDG",
        "code": "RDG"
       },
       {
        "name": "RDGS",
        "code": "RDGS"
       },
       {
        "name": "RIV",
        "code": "RIV"
       },
       {
        "name": "RD",
        "code": "RD"
       },
       {
        "name": "RDS",
        "code": "RDS"
       },
       {
        "name": "ROW",
        "code": "ROW"
       },
       {
        "name": "RUN",
        "code": "RUN"
       },
       {
        "name": "SHL",
        "code": "SHL"
       },
       {
        "name": "SHLS",
        "code": "SHLS"
       },
       {
        "name": "SHR",
        "code": "SHR"
       },
       {
        "name": "SHRS",
        "code": "SHRS"
       },
       {
        "name": "SPG",
        "code": "SPG"
       },
       {
        "name": "SPGS",
        "code": "SPGS"
       },
       {
        "name": "SPUR",
        "code": "SPUR"
       },
       {
        "name": "SQ",
        "code": "SQ"
       },
       {
        "name": "SQS",
        "code": "SQS"
       },
       {
        "name": "STA",
        "code": "STA"
       },
       {
        "name": "STRA",
        "code": "STRA"
       },
       {
        "name": "STRM",
        "code": "STRM"
       },
       {
        "name": "ST",
        "code": "ST"
       },
       {
        "name": "SMT",
        "code": "SMT"
       },
       {
        "name": "TER",
        "code": "TER"
       },
       {
        "name": "TRCE",
        "code": "TRCE"
       },
       {
        "name": "TRAK",
        "code": "TRAK"
       },
       {
        "name": "TRL",
        "code": "TRL"
       },
       {
        "name": "TUNL",
        "code": "TUNL"
       },
       {
        "name": "TPKE",
        "code": "TPKE"
       },
       {
        "name": "UN",
        "code": "UN"
       },
       {
        "name": "UNS",
        "code": "UNS"
       },
       {
        "name": "VLY",
        "code": "VLY"
       },
       {
        "name": "VLYS",
        "code": "VLYS"
       },
       {
        "name": "VIA",
        "code": "VIA"
       },
       {
        "name": "VW",
        "code": "VW"
       },
       {
        "name": "VWS",
        "code": "VWS"
       },
       {
        "name": "VLG",
        "code": "VLG"
       },
       {
        "name": "VL",
        "code": "VL"
       },
       {
        "name": "VIS",
        "code": "VIS"
       },
       {
        "name": "WALK",
        "code": "WALK"
       },
       {
        "name": "WAY",
        "code": "WAY"
       },
       {
        "name": "WAYS",
        "code": "WAYS"
       },
       {
        "name": "WL",
        "code": "WL"
       },
       {
        "name": "WLS",
        "code": "WLS"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "LSt_PosDir",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Post Directional",
     "length": 2,
     "domain": {
      "type": "codedValue",
      "name": "WS1_LegacyDirectionals",
      "description": "Valid choices for legacy directionals",
      "codedValues": [
       {
        "name": "N",
        "code": "N"
       },
       {
        "name": "S",
        "code": "S"
       },
       {
        "name": "E",
        "code": "E"
       },
       {
        "name": "W",
        "code": "W"
       },
       {
        "name": "NE",
        "code": "NE"
       },
       {
        "name": "NW",
        "code": "NW"
       },
       {
        "name": "SE",
        "code": "SE"
       },
       {
        "name": "SW",
        "code": "SW"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "LST_FullName",
     "type": "esriFieldTypeString",
     "alias": "Legacy FullName",
     "length": 100,
     "domain": null
    },
    {
     "name": "ESN_L",
     "type": "esriFieldTypeString",
     "alias": "ESN Left",
     "length": 5,
     "domain": null
    },
    {
     "name": "ESN_R",
     "type": "esriFieldTypeString",
     "alias": "ESN Right",
     "length": 5,
     "domain": null
    },
    {
     "name": "MSAGComm_L",
     "type": "esriFieldTypeString",
     "alias": "MSAG Community Name Left",
     "length": 30,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "MSAGComm_R",
     "type": "esriFieldTypeString",
     "alias": "MSAG Community Name Right",
     "length": 30,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "AddCode_L",
     "type": "esriFieldTypeString",
     "alias": "Additional Code Left",
     "length": 6,
     "domain": null
    },
    {
     "name": "AddCode_R",
     "type": "esriFieldTypeString",
     "alias": "Additional Code Right",
     "length": 6,
     "domain": null
    },
    {
     "name": "IncMuni_L",
     "type": "esriFieldTypeString",
     "alias": "Incorporated Municipality Left",
     "length": 100,
     "domain": null
    },
    {
     "name": "IncMuni_R",
     "type": "esriFieldTypeString",
     "alias": "Incorporated Municipality Right",
     "length": 100,
     "domain": null
    },
    {
     "name": "NbrhdCom_L",
     "type": "esriFieldTypeString",
     "alias": "Neighborhood Community Left",
     "length": 100,
     "domain": null
    },
    {
     "name": "NbrhdCom_R",
     "type": "esriFieldTypeString",
     "alias": "Neighborhood Community Right",
     "length": 100,
     "domain": null
    },
    {
     "name": "PostCode_L",
     "type": "esriFieldTypeString",
     "alias": "Postal Code Left",
     "length": 7,
     "domain": null
    },
    {
     "name": "PostCode_R",
     "type": "esriFieldTypeString",
     "alias": "Postal Code Right",
     "length": 7,
     "domain": null
    },
    {
     "name": "PostComm_L",
     "type": "esriFieldTypeString",
     "alias": "Postal Community Name Left",
     "length": 40,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "PostComm_R",
     "type": "esriFieldTypeString",
     "alias": "Postal Community Name Right",
     "length": 40,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "OneWay",
     "type": "esriFieldTypeString",
     "alias": "One-Way",
     "length": 2,
     "domain": null
    },
    {
     "name": "SpeedLimit",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Speed Limit",
     "domain": null
    },
    {
     "name": "Valid_L",
     "type": "esriFieldTypeString",
     "alias": "Validation Left",
     "length": 1,
     "domain": null
    },
    {
     "name": "Valid_R",
     "type": "esriFieldTypeString",
     "alias": "Validation Right",
     "length": 1,
     "domain": null
    },
    {
     "name": "DiscrpAgID",
     "type": "esriFieldTypeString",
     "alias": "Discrepancy Agency ID",
     "length": 75,
     "domain": null
    },
    {
     "name": "Effective",
     "type": "esriFieldTypeDate",
     "alias": "Effective Date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Expire",
     "type": "esriFieldTypeDate",
     "alias": "Expiration Date",
     "length": 8,
     "domain": null
    },
    {
     "name": "MasterStreetNameID",
     "type": "esriFieldTypeInteger",
     "alias": "MasterStreetNameID",
     "domain": null
    },
    {
     "name": "RCL_NGUID",
     "type": "esriFieldTypeString",
     "alias": "Road Centerline NENA Globally Unique ID",
     "length": 254,
     "domain": null
    },
    {
     "name": "L_FullName",
     "type": "esriFieldTypeString",
     "alias": "L_FullName",
     "length": 150,
     "domain": null
    },
    {
     "name": "ATT_Exception",
     "type": "esriFieldTypeString",
     "alias": "ATT_Exception",
     "length": 50,
     "domain": null
    },
    {
     "name": "PREV_NAME",
     "type": "esriFieldTypeString",
     "alias": "PREV_NAME1",
     "length": 35,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R1572_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_1572",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_1572",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S1524_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 6,
   "name": "Streets",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.003280833333333333,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "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": [
       130,
       130,
       130,
       255
      ],
      "width": 1
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpressionInfo": {
       "expression": "$feature.FullName",
       "title": "Custom"
      },
      "labelPlacement": "esriServerLinePlacementAboveAlong",
      "textLayout": "straight",
      "deconflictionStrategy": "dynamic",
      "allowOverrun": false,
      "repeatLabel": false,
      "removeDuplicates": "all",
      "removeDuplicatesDistance": 0,
      "lineConnection": "minimizeLabels",
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 12000,
      "name": "Class 1",
      "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": "Tahoma",
        "size": 8,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": -9201727.603580084,
    "ymin": 4184209.013387456,
    "xmax": -9155985.483415373,
    "ymax": 4232942.545602501,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "FullName",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "CenterlineID",
     "type": "esriFieldTypeInteger",
     "alias": "CenterlineID",
     "domain": null
    },
    {
     "name": "FullName",
     "type": "esriFieldTypeString",
     "alias": "FullName",
     "length": 100,
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeString",
     "alias": "Status",
     "length": 20,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Status",
      "description": "",
      "codedValues": [
       {
        "name": "Active",
        "code": "1"
       },
       {
        "name": "Inactive",
        "code": "2"
       },
       {
        "name": "Expired",
        "code": "3"
       },
       {
        "name": "Completed",
        "code": "4"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "AdNumPre_L",
     "type": "esriFieldTypeString",
     "alias": "Left Address Number Prefix",
     "length": 15,
     "domain": null
    },
    {
     "name": "AdNumPre_R",
     "type": "esriFieldTypeString",
     "alias": "Right Address Number Prefix",
     "length": 15,
     "domain": null
    },
    {
     "name": "FromAddr_L",
     "type": "esriFieldTypeInteger",
     "alias": "Left FROM Address",
     "domain": null
    },
    {
     "name": "ToAddr_L",
     "type": "esriFieldTypeInteger",
     "alias": "Left TO Address",
     "domain": null
    },
    {
     "name": "FromAddr_R",
     "type": "esriFieldTypeInteger",
     "alias": "Right FROM Address",
     "domain": null
    },
    {
     "name": "ToAddr_R",
     "type": "esriFieldTypeInteger",
     "alias": "Right TO Address",
     "domain": null
    },
    {
     "name": "Parity_L",
     "type": "esriFieldTypeString",
     "alias": "Parity Left",
     "length": 1,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Parity",
      "description": "Valid choices for street parity",
      "codedValues": [
       {
        "name": "Odd",
        "code": "O"
       },
       {
        "name": "Even",
        "code": "E"
       },
       {
        "name": "Both",
        "code": "B"
       },
       {
        "name": "Address Range 0-0 or Address Range NULL-NULL",
        "code": "Z"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Parity_R",
     "type": "esriFieldTypeString",
     "alias": "Parity Right",
     "length": 1,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Parity",
      "description": "Valid choices for street parity",
      "codedValues": [
       {
        "name": "Odd",
        "code": "O"
       },
       {
        "name": "Even",
        "code": "E"
       },
       {
        "name": "Both",
        "code": "B"
       },
       {
        "name": "Address Range 0-0 or Address Range NULL-NULL",
        "code": "Z"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PreMod",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Modifier",
     "length": 15,
     "domain": null
    },
    {
     "name": "St_PreDir",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Directional",
     "length": 9,
     "domain": {
      "type": "codedValue",
      "name": "WS1_StreetNameDirectionals",
      "description": "Valid choices for Ng911 directionals",
      "codedValues": [
       {
        "name": "North",
        "code": "North"
       },
       {
        "name": "South",
        "code": "South"
       },
       {
        "name": "East",
        "code": "East"
       },
       {
        "name": "West",
        "code": "West"
       },
       {
        "name": "Northeast",
        "code": "Northeast"
       },
       {
        "name": "Northwest",
        "code": "Northwest"
       },
       {
        "name": "Southeast",
        "code": "Southeast"
       },
       {
        "name": "Southwest",
        "code": "Southwest"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PreTyp",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Type",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_UpperStreetNameType",
      "description": "Upper case Ng types",
      "codedValues": [
       {
        "name": "ACCESS ROAD",
        "code": "ACCESS ROAD"
       },
       {
        "name": "ACRES",
        "code": "ACRES"
       },
       {
        "name": "ALCOVE",
        "code": "ALCOVE"
       },
       {
        "name": "ALLEY",
        "code": "ALLEY"
       },
       {
        "name": "ANNEX",
        "code": "ANNEX"
       },
       {
        "name": "APPROACH",
        "code": "APPROACH"
       },
       {
        "name": "ARCADE",
        "code": "ARCADE"
       },
       {
        "name": "AVENUE",
        "code": "AVENUE"
       },
       {
        "name": "AVENUE COURT",
        "code": "AVENUE COURT"
       },
       {
        "name": "BAYOU",
        "code": "BAYOU"
       },
       {
        "name": "BEACH",
        "code": "BEACH"
       },
       {
        "name": "BEND",
        "code": "BEND"
       },
       {
        "name": "BLUFF",
        "code": "BLUFF"
       },
       {
        "name": "BLUFFS",
        "code": "BLUFFS"
       },
       {
        "name": "BOTTOM",
        "code": "BOTTOM"
       },
       {
        "name": "BOULEVARD",
        "code": "BOULEVARD"
       },
       {
        "name": "BRANCH",
        "code": "BRANCH"
       },
       {
        "name": "BRIDGE",
        "code": "BRIDGE"
       },
       {
        "name": "BROOK",
        "code": "BROOK"
       },
       {
        "name": "BROOKS",
        "code": "BROOKS"
       },
       {
        "name": "BUREAU OF INDIAN AFFAIRS ROUTE",
        "code": "BUREAU OF INDIAN AFFAIRS ROUTE"
       },
       {
        "name": "BURG",
        "code": "BURG"
       },
       {
        "name": "BURGS",
        "code": "BURGS"
       },
       {
        "name": "BYPASS",
        "code": "BYPASS"
       },
       {
        "name": "CAMP",
        "code": "CAMP"
       },
       {
        "name": "CANYON",
        "code": "CANYON"
       },
       {
        "name": "CAPE",
        "code": "CAPE"
       },
       {
        "name": "CAUSEWAY",
        "code": "CAUSEWAY"
       },
       {
        "name": "CENTER",
        "code": "CENTER"
       },
       {
        "name": "CENTERS",
        "code": "CENTERS"
       },
       {
        "name": "CHASE",
        "code": "CHASE"
       },
       {
        "name": "CIRCLE",
        "code": "CIRCLE"
       },
       {
        "name": "CIRCLES",
        "code": "CIRCLES"
       },
       {
        "name": "CLIFF",
        "code": "CLIFF"
       },
       {
        "name": "CLIFFS",
        "code": "CLIFFS"
       },
       {
        "name": "CLOSE",
        "code": "CLOSE"
       },
       {
        "name": "CLUB",
        "code": "CLUB"
       },
       {
        "name": "COMMON",
        "code": "COMMON"
       },
       {
        "name": "COMMONS",
        "code": "COMMONS"
       },
       {
        "name": "CONCOURSE",
        "code": "CONCOURSE"
       },
       {
        "name": "CONNECTOR",
        "code": "CONNECTOR"
       },
       {
        "name": "CORNER",
        "code": "CORNER"
       },
       {
        "name": "CORNERS",
        "code": "CORNERS"
       },
       {
        "name": "COUNTY FOREST ROAD",
        "code": "COUNTY FOREST ROAD"
       },
       {
        "name": "COUNTY HIGHWAY",
        "code": "COUNTY HIGHWAY"
       },
       {
        "name": "COUNTY ROAD",
        "code": "COUNTY ROAD"
       },
       {
        "name": "COUNTY ROUTE",
        "code": "COUNTY ROUTE"
       },
       {
        "name": "COURSE",
        "code": "COURSE"
       },
       {
        "name": "COURT",
        "code": "COURT"
       },
       {
        "name": "COURTS",
        "code": "COURTS"
       },
       {
        "name": "COVE",
        "code": "COVE"
       },
       {
        "name": "COVES",
        "code": "COVES"
       },
       {
        "name": "CREEK",
        "code": "CREEK"
       },
       {
        "name": "CRESCENT",
        "code": "CRESCENT"
       },
       {
        "name": "CREST",
        "code": "CREST"
       },
       {
        "name": "CROSSING",
        "code": "CROSSING"
       },
       {
        "name": "CROSSROAD",
        "code": "CROSSROAD"
       },
       {
        "name": "CROSSROADS",
        "code": "CROSSROADS"
       },
       {
        "name": "CURVE",
        "code": "CURVE"
       },
       {
        "name": "CUSTER COUNTY ROAD",
        "code": "CUSTER COUNTY ROAD"
       },
       {
        "name": "DALE",
        "code": "DALE"
       },
       {
        "name": "DAM",
        "code": "DAM"
       },
       {
        "name": "DAWSON COUNTY ROAD",
        "code": "DAWSON COUNTY ROAD"
       },
       {
        "name": "DIVIDE",
        "code": "DIVIDE"
       },
       {
        "name": "DOWNS",
        "code": "DOWNS"
       },
       {
        "name": "DRIVE",
        "code": "DRIVE"
       },
       {
        "name": "DRIVES",
        "code": "DRIVES"
       },
       {
        "name": "ESTATE",
        "code": "ESTATE"
       },
       {
        "name": "ESTATES",
        "code": "ESTATES"
       },
       {
        "name": "EXCHANGE",
        "code": "EXCHANGE"
       },
       {
        "name": "EXPRESSWAY",
        "code": "EXPRESSWAY"
       },
       {
        "name": "EXTENSION",
        "code": "EXTENSION"
       },
       {
        "name": "EXTENSIONS",
        "code": "EXTENSIONS"
       },
       {
        "name": "FALL",
        "code": "FALL"
       },
       {
        "name": "FALLS",
        "code": "FALLS"
       },
       {
        "name": "FARM",
        "code": "FARM"
       },
       {
        "name": "FEDERAL-AID SECONDARY HIGHWAY",
        "code": "FEDERAL-AID SECONDARY HIGHWAY"
       },
       {
        "name": "FERRY",
        "code": "FERRY"
       },
       {
        "name": "FIELD",
        "code": "FIELD"
       },
       {
        "name": "FIELDS",
        "code": "FIELDS"
       },
       {
        "name": "FLAT",
        "code": "FLAT"
       },
       {
        "name": "FLATS",
        "code": "FLATS"
       },
       {
        "name": "FORD",
        "code": "FORD"
       },
       {
        "name": "FORDS",
        "code": "FORDS"
       },
       {
        "name": "FOREST",
        "code": "FOREST"
       },
       {
        "name": "FORGE",
        "code": "FORGE"
       },
       {
        "name": "FORGES",
        "code": "FORGES"
       },
       {
        "name": "FORK",
        "code": "FORK"
       },
       {
        "name": "FORKS",
        "code": "FORKS"
       },
       {
        "name": "FORT",
        "code": "FORT"
       },
       {
        "name": "FREEWAY",
        "code": "FREEWAY"
       },
       {
        "name": "FRONT",
        "code": "FRONT"
       },
       {
        "name": "GARDEN",
        "code": "GARDEN"
       },
       {
        "name": "GARDENS",
        "code": "GARDENS"
       },
       {
        "name": "GATEWAY",
        "code": "GATEWAY"
       },
       {
        "name": "GLEN",
        "code": "GLEN"
       },
       {
        "name": "GLENS",
        "code": "GLENS"
       },
       {
        "name": "GREEN",
        "code": "GREEN"
       },
       {
        "name": "GREENS",
        "code": "GREENS"
       },
       {
        "name": "GROVE",
        "code": "GROVE"
       },
       {
        "name": "GROVES",
        "code": "GROVES"
       },
       {
        "name": "HARBOR",
        "code": "HARBOR"
       },
       {
        "name": "HARBORS",
        "code": "HARBORS"
       },
       {
        "name": "HAVEN",
        "code": "HAVEN"
       },
       {
        "name": "HEIGHTS",
        "code": "HEIGHTS"
       },
       {
        "name": "HIGHWAY",
        "code": "HIGHWAY"
       },
       {
        "name": "HILL",
        "code": "HILL"
       },
       {
        "name": "HILLS",
        "code": "HILLS"
       },
       {
        "name": "HOLLOW",
        "code": "HOLLOW"
       },
       {
        "name": "INLET",
        "code": "INLET"
       },
       {
        "name": "INTERSTATE",
        "code": "INTERSTATE"
       },
       {
        "name": "INTERVAL",
        "code": "INTERVAL"
       },
       {
        "name": "ISLAND",
        "code": "ISLAND"
       },
       {
        "name": "ISLANDS",
        "code": "ISLANDS"
       },
       {
        "name": "ISLE",
        "code": "ISLE"
       },
       {
        "name": "JUNCTION",
        "code": "JUNCTION"
       },
       {
        "name": "JUNCTIONS",
        "code": "JUNCTIONS"
       },
       {
        "name": "KEY",
        "code": "KEY"
       },
       {
        "name": "KEYS",
        "code": "KEYS"
       },
       {
        "name": "KNOLL",
        "code": "KNOLL"
       },
       {
        "name": "KNOLLS",
        "code": "KNOLLS"
       },
       {
        "name": "LAKE",
        "code": "LAKE"
       },
       {
        "name": "LAKES",
        "code": "LAKES"
       },
       {
        "name": "LAND",
        "code": "LAND"
       },
       {
        "name": "LANDING",
        "code": "LANDING"
       },
       {
        "name": "LANE",
        "code": "LANE"
       },
       {
        "name": "LIGHT",
        "code": "LIGHT"
       },
       {
        "name": "LIGHTS",
        "code": "LIGHTS"
       },
       {
        "name": "LOAF",
        "code": "LOAF"
       },
       {
        "name": "LOCK",
        "code": "LOCK"
       },
       {
        "name": "LOCKS",
        "code": "LOCKS"
       },
       {
        "name": "LODGE",
        "code": "LODGE"
       },
       {
        "name": "LOOP",
        "code": "LOOP"
       },
       {
        "name": "MALL",
        "code": "MALL"
       },
       {
        "name": "MANOR",
        "code": "MANOR"
       },
       {
        "name": "MANORS",
        "code": "MANORS"
       },
       {
        "name": "MEADOW",
        "code": "MEADOW"
       },
       {
        "name": "MEADOWS",
        "code": "MEADOWS"
       },
       {
        "name": "MEWS",
        "code": "MEWS"
       },
       {
        "name": "MILL",
        "code": "MILL"
       },
       {
        "name": "MILLS",
        "code": "MILLS"
       },
       {
        "name": "MISSION",
        "code": "MISSION"
       },
       {
        "name": "MONTANA HIGHWAY",
        "code": "MONTANA HIGHWAY"
       },
       {
        "name": "MOTORWAY",
        "code": "MOTORWAY"
       },
       {
        "name": "MOUNT",
        "code": "MOUNT"
       },
       {
        "name": "MOUNTAIN",
        "code": "MOUNTAIN"
       },
       {
        "name": "MOUNTAINS",
        "code": "MOUNTAINS"
       },
       {
        "name": "NECK",
        "code": "NECK"
       },
       {
        "name": "ORCHARD",
        "code": "ORCHARD"
       },
       {
        "name": "OVAL",
        "code": "OVAL"
       },
       {
        "name": "OVERPASS",
        "code": "OVERPASS"
       },
       {
        "name": "PARK",
        "code": "PARK"
       },
       {
        "name": "PARKS",
        "code": "PARKS"
       },
       {
        "name": "PARKWAY",
        "code": "PARKWAY"
       },
       {
        "name": "PARKWAYS",
        "code": "PARKWAYS"
       },
       {
        "name": "PASS",
        "code": "PASS"
       },
       {
        "name": "PASSAGE",
        "code": "PASSAGE"
       },
       {
        "name": "PATH",
        "code": "PATH"
       },
       {
        "name": "PATHWAY",
        "code": "PATHWAY"
       },
       {
        "name": "PIKE",
        "code": "PIKE"
       },
       {
        "name": "PINE",
        "code": "PINE"
       },
       {
        "name": "PINES",
        "code": "PINES"
       },
       {
        "name": "PLACE",
        "code": "PLACE"
       },
       {
        "name": "PLAIN",
        "code": "PLAIN"
       },
       {
        "name": "PLAINS",
        "code": "PLAINS"
       },
       {
        "name": "PLAZA",
        "code": "PLAZA"
       },
       {
        "name": "POINT",
        "code": "POINT"
       },
       {
        "name": "POINTS",
        "code": "POINTS"
       },
       {
        "name": "PORT",
        "code": "PORT"
       },
       {
        "name": "PORTS",
        "code": "PORTS"
       },
       {
        "name": "PRAIRIE",
        "code": "PRAIRIE"
       },
       {
        "name": "PROMENADE",
        "code": "PROMENADE"
       },
       {
        "name": "RADIAL",
        "code": "RADIAL"
       },
       {
        "name": "RAMP",
        "code": "RAMP"
       },
       {
        "name": "RANCH",
        "code": "RANCH"
       },
       {
        "name": "RAPID",
        "code": "RAPID"
       },
       {
        "name": "RAPIDS",
        "code": "RAPIDS"
       },
       {
        "name": "REST",
        "code": "REST"
       },
       {
        "name": "RIDGE",
        "code": "RIDGE"
       },
       {
        "name": "RIDGES",
        "code": "RIDGES"
       },
       {
        "name": "RIVER",
        "code": "RIVER"
       },
       {
        "name": "RIVER ROAD",
        "code": "RIVER ROAD"
       },
       {
        "name": "ROAD",
        "code": "ROAD"
       },
       {
        "name": "ROADS",
        "code": "ROADS"
       },
       {
        "name": "ROUTE",
        "code": "ROUTE"
       },
       {
        "name": "ROW",
        "code": "ROW"
       },
       {
        "name": "RUE",
        "code": "RUE"
       },
       {
        "name": "RUN",
        "code": "RUN"
       },
       {
        "name": "RUNWAY",
        "code": "RUNWAY"
       },
       {
        "name": "SHOAL",
        "code": "SHOAL"
       },
       {
        "name": "SHOALS",
        "code": "SHOALS"
       },
       {
        "name": "SHORE",
        "code": "SHORE"
       },
       {
        "name": "SHORES",
        "code": "SHORES"
       },
       {
        "name": "SKYWAY",
        "code": "SKYWAY"
       },
       {
        "name": "SPRING",
        "code": "SPRING"
       },
       {
        "name": "SPRINGS",
        "code": "SPRINGS"
       },
       {
        "name": "SPUR",
        "code": "SPUR"
       },
       {
        "name": "SPURS",
        "code": "SPURS"
       },
       {
        "name": "SQUARE",
        "code": "SQUARE"
       },
       {
        "name": "SQUARES",
        "code": "SQUARES"
       },
       {
        "name": "STATE HIGHWAY",
        "code": "STATE HIGHWAY"
       },
       {
        "name": "STATE PARKWAY",
        "code": "STATE PARKWAY"
       },
       {
        "name": "STATE ROUTE",
        "code": "STATE ROUTE"
       },
       {
        "name": "STATION",
        "code": "STATION"
       },
       {
        "name": "STRAVENUE",
        "code": "STRAVENUE"
       },
       {
        "name": "STREAM",
        "code": "STREAM"
       },
       {
        "name": "STREET",
        "code": "STREET"
       },
       {
        "name": "STREET COURT",
        "code": "STREET COURT"
       },
       {
        "name": "STREETS",
        "code": "STREETS"
       },
       {
        "name": "STRIP",
        "code": "STRIP"
       },
       {
        "name": "SUMMIT",
        "code": "SUMMIT"
       },
       {
        "name": "TAXIWAY",
        "code": "TAXIWAY"
       },
       {
        "name": "TERN",
        "code": "TERN"
       },
       {
        "name": "TERRACE",
        "code": "TERRACE"
       },
       {
        "name": "THROUGHWAY",
        "code": "THROUGHWAY"
       },
       {
        "name": "THRUWAY",
        "code": "THRUWAY"
       },
       {
        "name": "TRACE",
        "code": "TRACE"
       },
       {
        "name": "TRACK",
        "code": "TRACK"
       },
       {
        "name": "TRAFFICWAY",
        "code": "TRAFFICWAY"
       },
       {
        "name": "TRAIL",
        "code": "TRAIL"
       },
       {
        "name": "TRAILER",
        "code": "TRAILER"
       },
       {
        "name": "TUNNEL",
        "code": "TUNNEL"
       },
       {
        "name": "TURN",
        "code": "TURN"
       },
       {
        "name": "TURNPIKE",
        "code": "TURNPIKE"
       },
       {
        "name": "UNDERPASS",
        "code": "UNDERPASS"
       },
       {
        "name": "UNION",
        "code": "UNION"
       },
       {
        "name": "UNIONS",
        "code": "UNIONS"
       },
       {
        "name": "UNITED STATES FOREST SERVICE ROAD",
        "code": "UNITED STATES FOREST SERVICE ROAD"
       },
       {
        "name": "UNITED STATES HIGHWAY",
        "code": "UNITED STATES HIGHWAY"
       },
       {
        "name": "VALLEY",
        "code": "VALLEY"
       },
       {
        "name": "VALLEYS",
        "code": "VALLEYS"
       },
       {
        "name": "VIA",
        "code": "VIA"
       },
       {
        "name": "VIADUCT",
        "code": "VIADUCT"
       },
       {
        "name": "VIEW",
        "code": "VIEW"
       },
       {
        "name": "VIEWS",
        "code": "VIEWS"
       },
       {
        "name": "VILLA",
        "code": "VILLA"
       },
       {
        "name": "VILLAGE",
        "code": "VILLAGE"
       },
       {
        "name": "VILLAGES",
        "code": "VILLAGES"
       },
       {
        "name": "VILLE",
        "code": "VILLE"
       },
       {
        "name": "VISTA",
        "code": "VISTA"
       },
       {
        "name": "WALK",
        "code": "WALK"
       },
       {
        "name": "WALKS",
        "code": "WALKS"
       },
       {
        "name": "WALL",
        "code": "WALL"
       },
       {
        "name": "WAY",
        "code": "WAY"
       },
       {
        "name": "WAYS",
        "code": "WAYS"
       },
       {
        "name": "WEEG",
        "code": "WEEG"
       },
       {
        "name": "WELL",
        "code": "WELL"
       },
       {
        "name": "WELLS",
        "code": "WELLS"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PreSep",
     "type": "esriFieldTypeString",
     "alias": "Street Name Pre Type Separator",
     "length": 20,
     "domain": null
    },
    {
     "name": "St_Name",
     "type": "esriFieldTypeString",
     "alias": "Street Name",
     "length": 60,
     "domain": null
    },
    {
     "name": "St_PosTyp",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Type",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_UpperStreetNameType",
      "description": "Upper case Ng types",
      "codedValues": [
       {
        "name": "ACCESS ROAD",
        "code": "ACCESS ROAD"
       },
       {
        "name": "ACRES",
        "code": "ACRES"
       },
       {
        "name": "ALCOVE",
        "code": "ALCOVE"
       },
       {
        "name": "ALLEY",
        "code": "ALLEY"
       },
       {
        "name": "ANNEX",
        "code": "ANNEX"
       },
       {
        "name": "APPROACH",
        "code": "APPROACH"
       },
       {
        "name": "ARCADE",
        "code": "ARCADE"
       },
       {
        "name": "AVENUE",
        "code": "AVENUE"
       },
       {
        "name": "AVENUE COURT",
        "code": "AVENUE COURT"
       },
       {
        "name": "BAYOU",
        "code": "BAYOU"
       },
       {
        "name": "BEACH",
        "code": "BEACH"
       },
       {
        "name": "BEND",
        "code": "BEND"
       },
       {
        "name": "BLUFF",
        "code": "BLUFF"
       },
       {
        "name": "BLUFFS",
        "code": "BLUFFS"
       },
       {
        "name": "BOTTOM",
        "code": "BOTTOM"
       },
       {
        "name": "BOULEVARD",
        "code": "BOULEVARD"
       },
       {
        "name": "BRANCH",
        "code": "BRANCH"
       },
       {
        "name": "BRIDGE",
        "code": "BRIDGE"
       },
       {
        "name": "BROOK",
        "code": "BROOK"
       },
       {
        "name": "BROOKS",
        "code": "BROOKS"
       },
       {
        "name": "BUREAU OF INDIAN AFFAIRS ROUTE",
        "code": "BUREAU OF INDIAN AFFAIRS ROUTE"
       },
       {
        "name": "BURG",
        "code": "BURG"
       },
       {
        "name": "BURGS",
        "code": "BURGS"
       },
       {
        "name": "BYPASS",
        "code": "BYPASS"
       },
       {
        "name": "CAMP",
        "code": "CAMP"
       },
       {
        "name": "CANYON",
        "code": "CANYON"
       },
       {
        "name": "CAPE",
        "code": "CAPE"
       },
       {
        "name": "CAUSEWAY",
        "code": "CAUSEWAY"
       },
       {
        "name": "CENTER",
        "code": "CENTER"
       },
       {
        "name": "CENTERS",
        "code": "CENTERS"
       },
       {
        "name": "CHASE",
        "code": "CHASE"
       },
       {
        "name": "CIRCLE",
        "code": "CIRCLE"
       },
       {
        "name": "CIRCLES",
        "code": "CIRCLES"
       },
       {
        "name": "CLIFF",
        "code": "CLIFF"
       },
       {
        "name": "CLIFFS",
        "code": "CLIFFS"
       },
       {
        "name": "CLOSE",
        "code": "CLOSE"
       },
       {
        "name": "CLUB",
        "code": "CLUB"
       },
       {
        "name": "COMMON",
        "code": "COMMON"
       },
       {
        "name": "COMMONS",
        "code": "COMMONS"
       },
       {
        "name": "CONCOURSE",
        "code": "CONCOURSE"
       },
       {
        "name": "CONNECTOR",
        "code": "CONNECTOR"
       },
       {
        "name": "CORNER",
        "code": "CORNER"
       },
       {
        "name": "CORNERS",
        "code": "CORNERS"
       },
       {
        "name": "COUNTY FOREST ROAD",
        "code": "COUNTY FOREST ROAD"
       },
       {
        "name": "COUNTY HIGHWAY",
        "code": "COUNTY HIGHWAY"
       },
       {
        "name": "COUNTY ROAD",
        "code": "COUNTY ROAD"
       },
       {
        "name": "COUNTY ROUTE",
        "code": "COUNTY ROUTE"
       },
       {
        "name": "COURSE",
        "code": "COURSE"
       },
       {
        "name": "COURT",
        "code": "COURT"
       },
       {
        "name": "COURTS",
        "code": "COURTS"
       },
       {
        "name": "COVE",
        "code": "COVE"
       },
       {
        "name": "COVES",
        "code": "COVES"
       },
       {
        "name": "CREEK",
        "code": "CREEK"
       },
       {
        "name": "CRESCENT",
        "code": "CRESCENT"
       },
       {
        "name": "CREST",
        "code": "CREST"
       },
       {
        "name": "CROSSING",
        "code": "CROSSING"
       },
       {
        "name": "CROSSROAD",
        "code": "CROSSROAD"
       },
       {
        "name": "CROSSROADS",
        "code": "CROSSROADS"
       },
       {
        "name": "CURVE",
        "code": "CURVE"
       },
       {
        "name": "CUSTER COUNTY ROAD",
        "code": "CUSTER COUNTY ROAD"
       },
       {
        "name": "DALE",
        "code": "DALE"
       },
       {
        "name": "DAM",
        "code": "DAM"
       },
       {
        "name": "DAWSON COUNTY ROAD",
        "code": "DAWSON COUNTY ROAD"
       },
       {
        "name": "DIVIDE",
        "code": "DIVIDE"
       },
       {
        "name": "DOWNS",
        "code": "DOWNS"
       },
       {
        "name": "DRIVE",
        "code": "DRIVE"
       },
       {
        "name": "DRIVES",
        "code": "DRIVES"
       },
       {
        "name": "ESTATE",
        "code": "ESTATE"
       },
       {
        "name": "ESTATES",
        "code": "ESTATES"
       },
       {
        "name": "EXCHANGE",
        "code": "EXCHANGE"
       },
       {
        "name": "EXPRESSWAY",
        "code": "EXPRESSWAY"
       },
       {
        "name": "EXTENSION",
        "code": "EXTENSION"
       },
       {
        "name": "EXTENSIONS",
        "code": "EXTENSIONS"
       },
       {
        "name": "FALL",
        "code": "FALL"
       },
       {
        "name": "FALLS",
        "code": "FALLS"
       },
       {
        "name": "FARM",
        "code": "FARM"
       },
       {
        "name": "FEDERAL-AID SECONDARY HIGHWAY",
        "code": "FEDERAL-AID SECONDARY HIGHWAY"
       },
       {
        "name": "FERRY",
        "code": "FERRY"
       },
       {
        "name": "FIELD",
        "code": "FIELD"
       },
       {
        "name": "FIELDS",
        "code": "FIELDS"
       },
       {
        "name": "FLAT",
        "code": "FLAT"
       },
       {
        "name": "FLATS",
        "code": "FLATS"
       },
       {
        "name": "FORD",
        "code": "FORD"
       },
       {
        "name": "FORDS",
        "code": "FORDS"
       },
       {
        "name": "FOREST",
        "code": "FOREST"
       },
       {
        "name": "FORGE",
        "code": "FORGE"
       },
       {
        "name": "FORGES",
        "code": "FORGES"
       },
       {
        "name": "FORK",
        "code": "FORK"
       },
       {
        "name": "FORKS",
        "code": "FORKS"
       },
       {
        "name": "FORT",
        "code": "FORT"
       },
       {
        "name": "FREEWAY",
        "code": "FREEWAY"
       },
       {
        "name": "FRONT",
        "code": "FRONT"
       },
       {
        "name": "GARDEN",
        "code": "GARDEN"
       },
       {
        "name": "GARDENS",
        "code": "GARDENS"
       },
       {
        "name": "GATEWAY",
        "code": "GATEWAY"
       },
       {
        "name": "GLEN",
        "code": "GLEN"
       },
       {
        "name": "GLENS",
        "code": "GLENS"
       },
       {
        "name": "GREEN",
        "code": "GREEN"
       },
       {
        "name": "GREENS",
        "code": "GREENS"
       },
       {
        "name": "GROVE",
        "code": "GROVE"
       },
       {
        "name": "GROVES",
        "code": "GROVES"
       },
       {
        "name": "HARBOR",
        "code": "HARBOR"
       },
       {
        "name": "HARBORS",
        "code": "HARBORS"
       },
       {
        "name": "HAVEN",
        "code": "HAVEN"
       },
       {
        "name": "HEIGHTS",
        "code": "HEIGHTS"
       },
       {
        "name": "HIGHWAY",
        "code": "HIGHWAY"
       },
       {
        "name": "HILL",
        "code": "HILL"
       },
       {
        "name": "HILLS",
        "code": "HILLS"
       },
       {
        "name": "HOLLOW",
        "code": "HOLLOW"
       },
       {
        "name": "INLET",
        "code": "INLET"
       },
       {
        "name": "INTERSTATE",
        "code": "INTERSTATE"
       },
       {
        "name": "INTERVAL",
        "code": "INTERVAL"
       },
       {
        "name": "ISLAND",
        "code": "ISLAND"
       },
       {
        "name": "ISLANDS",
        "code": "ISLANDS"
       },
       {
        "name": "ISLE",
        "code": "ISLE"
       },
       {
        "name": "JUNCTION",
        "code": "JUNCTION"
       },
       {
        "name": "JUNCTIONS",
        "code": "JUNCTIONS"
       },
       {
        "name": "KEY",
        "code": "KEY"
       },
       {
        "name": "KEYS",
        "code": "KEYS"
       },
       {
        "name": "KNOLL",
        "code": "KNOLL"
       },
       {
        "name": "KNOLLS",
        "code": "KNOLLS"
       },
       {
        "name": "LAKE",
        "code": "LAKE"
       },
       {
        "name": "LAKES",
        "code": "LAKES"
       },
       {
        "name": "LAND",
        "code": "LAND"
       },
       {
        "name": "LANDING",
        "code": "LANDING"
       },
       {
        "name": "LANE",
        "code": "LANE"
       },
       {
        "name": "LIGHT",
        "code": "LIGHT"
       },
       {
        "name": "LIGHTS",
        "code": "LIGHTS"
       },
       {
        "name": "LOAF",
        "code": "LOAF"
       },
       {
        "name": "LOCK",
        "code": "LOCK"
       },
       {
        "name": "LOCKS",
        "code": "LOCKS"
       },
       {
        "name": "LODGE",
        "code": "LODGE"
       },
       {
        "name": "LOOP",
        "code": "LOOP"
       },
       {
        "name": "MALL",
        "code": "MALL"
       },
       {
        "name": "MANOR",
        "code": "MANOR"
       },
       {
        "name": "MANORS",
        "code": "MANORS"
       },
       {
        "name": "MEADOW",
        "code": "MEADOW"
       },
       {
        "name": "MEADOWS",
        "code": "MEADOWS"
       },
       {
        "name": "MEWS",
        "code": "MEWS"
       },
       {
        "name": "MILL",
        "code": "MILL"
       },
       {
        "name": "MILLS",
        "code": "MILLS"
       },
       {
        "name": "MISSION",
        "code": "MISSION"
       },
       {
        "name": "MONTANA HIGHWAY",
        "code": "MONTANA HIGHWAY"
       },
       {
        "name": "MOTORWAY",
        "code": "MOTORWAY"
       },
       {
        "name": "MOUNT",
        "code": "MOUNT"
       },
       {
        "name": "MOUNTAIN",
        "code": "MOUNTAIN"
       },
       {
        "name": "MOUNTAINS",
        "code": "MOUNTAINS"
       },
       {
        "name": "NECK",
        "code": "NECK"
       },
       {
        "name": "ORCHARD",
        "code": "ORCHARD"
       },
       {
        "name": "OVAL",
        "code": "OVAL"
       },
       {
        "name": "OVERPASS",
        "code": "OVERPASS"
       },
       {
        "name": "PARK",
        "code": "PARK"
       },
       {
        "name": "PARKS",
        "code": "PARKS"
       },
       {
        "name": "PARKWAY",
        "code": "PARKWAY"
       },
       {
        "name": "PARKWAYS",
        "code": "PARKWAYS"
       },
       {
        "name": "PASS",
        "code": "PASS"
       },
       {
        "name": "PASSAGE",
        "code": "PASSAGE"
       },
       {
        "name": "PATH",
        "code": "PATH"
       },
       {
        "name": "PATHWAY",
        "code": "PATHWAY"
       },
       {
        "name": "PIKE",
        "code": "PIKE"
       },
       {
        "name": "PINE",
        "code": "PINE"
       },
       {
        "name": "PINES",
        "code": "PINES"
       },
       {
        "name": "PLACE",
        "code": "PLACE"
       },
       {
        "name": "PLAIN",
        "code": "PLAIN"
       },
       {
        "name": "PLAINS",
        "code": "PLAINS"
       },
       {
        "name": "PLAZA",
        "code": "PLAZA"
       },
       {
        "name": "POINT",
        "code": "POINT"
       },
       {
        "name": "POINTS",
        "code": "POINTS"
       },
       {
        "name": "PORT",
        "code": "PORT"
       },
       {
        "name": "PORTS",
        "code": "PORTS"
       },
       {
        "name": "PRAIRIE",
        "code": "PRAIRIE"
       },
       {
        "name": "PROMENADE",
        "code": "PROMENADE"
       },
       {
        "name": "RADIAL",
        "code": "RADIAL"
       },
       {
        "name": "RAMP",
        "code": "RAMP"
       },
       {
        "name": "RANCH",
        "code": "RANCH"
       },
       {
        "name": "RAPID",
        "code": "RAPID"
       },
       {
        "name": "RAPIDS",
        "code": "RAPIDS"
       },
       {
        "name": "REST",
        "code": "REST"
       },
       {
        "name": "RIDGE",
        "code": "RIDGE"
       },
       {
        "name": "RIDGES",
        "code": "RIDGES"
       },
       {
        "name": "RIVER",
        "code": "RIVER"
       },
       {
        "name": "RIVER ROAD",
        "code": "RIVER ROAD"
       },
       {
        "name": "ROAD",
        "code": "ROAD"
       },
       {
        "name": "ROADS",
        "code": "ROADS"
       },
       {
        "name": "ROUTE",
        "code": "ROUTE"
       },
       {
        "name": "ROW",
        "code": "ROW"
       },
       {
        "name": "RUE",
        "code": "RUE"
       },
       {
        "name": "RUN",
        "code": "RUN"
       },
       {
        "name": "RUNWAY",
        "code": "RUNWAY"
       },
       {
        "name": "SHOAL",
        "code": "SHOAL"
       },
       {
        "name": "SHOALS",
        "code": "SHOALS"
       },
       {
        "name": "SHORE",
        "code": "SHORE"
       },
       {
        "name": "SHORES",
        "code": "SHORES"
       },
       {
        "name": "SKYWAY",
        "code": "SKYWAY"
       },
       {
        "name": "SPRING",
        "code": "SPRING"
       },
       {
        "name": "SPRINGS",
        "code": "SPRINGS"
       },
       {
        "name": "SPUR",
        "code": "SPUR"
       },
       {
        "name": "SPURS",
        "code": "SPURS"
       },
       {
        "name": "SQUARE",
        "code": "SQUARE"
       },
       {
        "name": "SQUARES",
        "code": "SQUARES"
       },
       {
        "name": "STATE HIGHWAY",
        "code": "STATE HIGHWAY"
       },
       {
        "name": "STATE PARKWAY",
        "code": "STATE PARKWAY"
       },
       {
        "name": "STATE ROUTE",
        "code": "STATE ROUTE"
       },
       {
        "name": "STATION",
        "code": "STATION"
       },
       {
        "name": "STRAVENUE",
        "code": "STRAVENUE"
       },
       {
        "name": "STREAM",
        "code": "STREAM"
       },
       {
        "name": "STREET",
        "code": "STREET"
       },
       {
        "name": "STREET COURT",
        "code": "STREET COURT"
       },
       {
        "name": "STREETS",
        "code": "STREETS"
       },
       {
        "name": "STRIP",
        "code": "STRIP"
       },
       {
        "name": "SUMMIT",
        "code": "SUMMIT"
       },
       {
        "name": "TAXIWAY",
        "code": "TAXIWAY"
       },
       {
        "name": "TERN",
        "code": "TERN"
       },
       {
        "name": "TERRACE",
        "code": "TERRACE"
       },
       {
        "name": "THROUGHWAY",
        "code": "THROUGHWAY"
       },
       {
        "name": "THRUWAY",
        "code": "THRUWAY"
       },
       {
        "name": "TRACE",
        "code": "TRACE"
       },
       {
        "name": "TRACK",
        "code": "TRACK"
       },
       {
        "name": "TRAFFICWAY",
        "code": "TRAFFICWAY"
       },
       {
        "name": "TRAIL",
        "code": "TRAIL"
       },
       {
        "name": "TRAILER",
        "code": "TRAILER"
       },
       {
        "name": "TUNNEL",
        "code": "TUNNEL"
       },
       {
        "name": "TURN",
        "code": "TURN"
       },
       {
        "name": "TURNPIKE",
        "code": "TURNPIKE"
       },
       {
        "name": "UNDERPASS",
        "code": "UNDERPASS"
       },
       {
        "name": "UNION",
        "code": "UNION"
       },
       {
        "name": "UNIONS",
        "code": "UNIONS"
       },
       {
        "name": "UNITED STATES FOREST SERVICE ROAD",
        "code": "UNITED STATES FOREST SERVICE ROAD"
       },
       {
        "name": "UNITED STATES HIGHWAY",
        "code": "UNITED STATES HIGHWAY"
       },
       {
        "name": "VALLEY",
        "code": "VALLEY"
       },
       {
        "name": "VALLEYS",
        "code": "VALLEYS"
       },
       {
        "name": "VIA",
        "code": "VIA"
       },
       {
        "name": "VIADUCT",
        "code": "VIADUCT"
       },
       {
        "name": "VIEW",
        "code": "VIEW"
       },
       {
        "name": "VIEWS",
        "code": "VIEWS"
       },
       {
        "name": "VILLA",
        "code": "VILLA"
       },
       {
        "name": "VILLAGE",
        "code": "VILLAGE"
       },
       {
        "name": "VILLAGES",
        "code": "VILLAGES"
       },
       {
        "name": "VILLE",
        "code": "VILLE"
       },
       {
        "name": "VISTA",
        "code": "VISTA"
       },
       {
        "name": "WALK",
        "code": "WALK"
       },
       {
        "name": "WALKS",
        "code": "WALKS"
       },
       {
        "name": "WALL",
        "code": "WALL"
       },
       {
        "name": "WAY",
        "code": "WAY"
       },
       {
        "name": "WAYS",
        "code": "WAYS"
       },
       {
        "name": "WEEG",
        "code": "WEEG"
       },
       {
        "name": "WELL",
        "code": "WELL"
       },
       {
        "name": "WELLS",
        "code": "WELLS"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PosDir",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Directional",
     "length": 9,
     "domain": {
      "type": "codedValue",
      "name": "WS1_StreetNameDirectionals",
      "description": "Valid choices for Ng911 directionals",
      "codedValues": [
       {
        "name": "North",
        "code": "North"
       },
       {
        "name": "South",
        "code": "South"
       },
       {
        "name": "East",
        "code": "East"
       },
       {
        "name": "West",
        "code": "West"
       },
       {
        "name": "Northeast",
        "code": "Northeast"
       },
       {
        "name": "Northwest",
        "code": "Northwest"
       },
       {
        "name": "Southeast",
        "code": "Southeast"
       },
       {
        "name": "Southwest",
        "code": "Southwest"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "St_PosMod",
     "type": "esriFieldTypeString",
     "alias": "Street Name Post Modifier",
     "length": 25,
     "domain": null
    },
    {
     "name": "LSt_PreDir",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Pre Directional",
     "length": 2,
     "domain": {
      "type": "codedValue",
      "name": "WS1_LegacyDirectionals",
      "description": "Valid choices for legacy directionals",
      "codedValues": [
       {
        "name": "N",
        "code": "N"
       },
       {
        "name": "S",
        "code": "S"
       },
       {
        "name": "E",
        "code": "E"
       },
       {
        "name": "W",
        "code": "W"
       },
       {
        "name": "NE",
        "code": "NE"
       },
       {
        "name": "NW",
        "code": "NW"
       },
       {
        "name": "SE",
        "code": "SE"
       },
       {
        "name": "SW",
        "code": "SW"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "LSt_Name",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name",
     "length": 75,
     "domain": null
    },
    {
     "name": "LSt_Type",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Type",
     "length": 4,
     "domain": {
      "type": "codedValue",
      "name": "WS1_LegacyTypes",
      "description": "Valid choices for legacy street types",
      "codedValues": [
       {
        "name": "ALY",
        "code": "ALY"
       },
       {
        "name": "ANX",
        "code": "ANX"
       },
       {
        "name": "ARC",
        "code": "ARC"
       },
       {
        "name": "AVE",
        "code": "AVE"
       },
       {
        "name": "BCH",
        "code": "BCH"
       },
       {
        "name": "BND",
        "code": "BND"
       },
       {
        "name": "BLF",
        "code": "BLF"
       },
       {
        "name": "BLFS",
        "code": "BLFS"
       },
       {
        "name": "BTM",
        "code": "BTM"
       },
       {
        "name": "BLVD",
        "code": "BLVD"
       },
       {
        "name": "BR",
        "code": "BR"
       },
       {
        "name": "BRG",
        "code": "BRG"
       },
       {
        "name": "BRK",
        "code": "BRK"
       },
       {
        "name": "BRKS",
        "code": "BRKS"
       },
       {
        "name": "BG",
        "code": "BG"
       },
       {
        "name": "BGS",
        "code": "BGS"
       },
       {
        "name": "BYP",
        "code": "BYP"
       },
       {
        "name": "CP",
        "code": "CP"
       },
       {
        "name": "CYN",
        "code": "CYN"
       },
       {
        "name": "CPE",
        "code": "CPE"
       },
       {
        "name": "CSWY",
        "code": "CSWY"
       },
       {
        "name": "CTR",
        "code": "CTR"
       },
       {
        "name": "CTRS",
        "code": "CTRS"
       },
       {
        "name": "CIR",
        "code": "CIR"
       },
       {
        "name": "CIRS",
        "code": "CIRS"
       },
       {
        "name": "CLF",
        "code": "CLF"
       },
       {
        "name": "CLFS",
        "code": "CLFS"
       },
       {
        "name": "CLB",
        "code": "CLB"
       },
       {
        "name": "COR",
        "code": "COR"
       },
       {
        "name": "CORS",
        "code": "CORS"
       },
       {
        "name": "CRSE",
        "code": "CRSE"
       },
       {
        "name": "CT",
        "code": "CT"
       },
       {
        "name": "CTS",
        "code": "CTS"
       },
       {
        "name": "CV",
        "code": "CV"
       },
       {
        "name": "CRK",
        "code": "CRK"
       },
       {
        "name": "CRES",
        "code": "CRES"
       },
       {
        "name": "XING",
        "code": "XING"
       },
       {
        "name": "DL",
        "code": "DL"
       },
       {
        "name": "DM",
        "code": "DM"
       },
       {
        "name": "DV",
        "code": "DV"
       },
       {
        "name": "DR",
        "code": "DR"
       },
       {
        "name": "EST",
        "code": "EST"
       },
       {
        "name": "ESTS",
        "code": "ESTS"
       },
       {
        "name": "EXPY",
        "code": "EXPY"
       },
       {
        "name": "EXT",
        "code": "EXT"
       },
       {
        "name": "FALL",
        "code": "FALL"
       },
       {
        "name": "FLS",
        "code": "FLS"
       },
       {
        "name": "FRY",
        "code": "FRY"
       },
       {
        "name": "FLD",
        "code": "FLD"
       },
       {
        "name": "FLDS",
        "code": "FLDS"
       },
       {
        "name": "FLT",
        "code": "FLT"
       },
       {
        "name": "FLTS",
        "code": "FLTS"
       },
       {
        "name": "FRD",
        "code": "FRD"
       },
       {
        "name": "FRDS",
        "code": "FRDS"
       },
       {
        "name": "FRST",
        "code": "FRST"
       },
       {
        "name": "FRG",
        "code": "FRG"
       },
       {
        "name": "FRGS",
        "code": "FRGS"
       },
       {
        "name": "FRK",
        "code": "FRK"
       },
       {
        "name": "FRKS",
        "code": "FRKS"
       },
       {
        "name": "FT",
        "code": "FT"
       },
       {
        "name": "FWY",
        "code": "FWY"
       },
       {
        "name": "GDN",
        "code": "GDN"
       },
       {
        "name": "GDNS",
        "code": "GDNS"
       },
       {
        "name": "GTWY",
        "code": "GTWY"
       },
       {
        "name": "GLN",
        "code": "GLN"
       },
       {
        "name": "GLNS",
        "code": "GLNS"
       },
       {
        "name": "GRN",
        "code": "GRN"
       },
       {
        "name": "GRNS",
        "code": "GRNS"
       },
       {
        "name": "GRV",
        "code": "GRV"
       },
       {
        "name": "GRVS",
        "code": "GRVS"
       },
       {
        "name": "HBR",
        "code": "HBR"
       },
       {
        "name": "HBRS",
        "code": "HBRS"
       },
       {
        "name": "HVN",
        "code": "HVN"
       },
       {
        "name": "HTS",
        "code": "HTS"
       },
       {
        "name": "HWY",
        "code": "HWY"
       },
       {
        "name": "HL",
        "code": "HL"
       },
       {
        "name": "HLS",
        "code": "HLS"
       },
       {
        "name": "HOLW",
        "code": "HOLW"
       },
       {
        "name": "INLT",
        "code": "INLT"
       },
       {
        "name": "IS",
        "code": "IS"
       },
       {
        "name": "ISS",
        "code": "ISS"
       },
       {
        "name": "ISLE",
        "code": "ISLE"
       },
       {
        "name": "JCT",
        "code": "JCT"
       },
       {
        "name": "JCTS",
        "code": "JCTS"
       },
       {
        "name": "KY",
        "code": "KY"
       },
       {
        "name": "KYS",
        "code": "KYS"
       },
       {
        "name": "KNL",
        "code": "KNL"
       },
       {
        "name": "KNLS",
        "code": "KNLS"
       },
       {
        "name": "LK",
        "code": "LK"
       },
       {
        "name": "LKS",
        "code": "LKS"
       },
       {
        "name": "LNDG",
        "code": "LNDG"
       },
       {
        "name": "LN",
        "code": "LN"
       },
       {
        "name": "LGT",
        "code": "LGT"
       },
       {
        "name": "LGTS",
        "code": "LGTS"
       },
       {
        "name": "LF",
        "code": "LF"
       },
       {
        "name": "LCK",
        "code": "LCK"
       },
       {
        "name": "LCKS",
        "code": "LCKS"
       },
       {
        "name": "LDG",
        "code": "LDG"
       },
       {
        "name": "LOOP",
        "code": "LOOP"
       },
       {
        "name": "MALL",
        "code": "MALL"
       },
       {
        "name": "MNR",
        "code": "MNR"
       },
       {
        "name": "MNRS",
        "code": "MNRS"
       },
       {
        "name": "MDW",
        "code": "MDW"
       },
       {
        "name": "MDWS",
        "code": "MDWS"
       },
       {
        "name": "ML",
        "code": "ML"
       },
       {
        "name": "MLS",
        "code": "MLS"
       },
       {
        "name": "MSN",
        "code": "MSN"
       },
       {
        "name": "MT",
        "code": "MT"
       },
       {
        "name": "MTN",
        "code": "MTN"
       },
       {
        "name": "MTNS",
        "code": "MTNS"
       },
       {
        "name": "NCK",
        "code": "NCK"
       },
       {
        "name": "ORCH",
        "code": "ORCH"
       },
       {
        "name": "OVAL",
        "code": "OVAL"
       },
       {
        "name": "PARK",
        "code": "PARK"
       },
       {
        "name": "PKY",
        "code": "PKY"
       },
       {
        "name": "PASS",
        "code": "PASS"
       },
       {
        "name": "PATH",
        "code": "PATH"
       },
       {
        "name": "PIKE",
        "code": "PIKE"
       },
       {
        "name": "PNE",
        "code": "PNE"
       },
       {
        "name": "PNES",
        "code": "PNES"
       },
       {
        "name": "PL",
        "code": "PL"
       },
       {
        "name": "PLN",
        "code": "PLN"
       },
       {
        "name": "PLNS",
        "code": "PLNS"
       },
       {
        "name": "PLZ",
        "code": "PLZ"
       },
       {
        "name": "PT",
        "code": "PT"
       },
       {
        "name": "PTS",
        "code": "PTS"
       },
       {
        "name": "PRT",
        "code": "PRT"
       },
       {
        "name": "PRTS",
        "code": "PRTS"
       },
       {
        "name": "PR",
        "code": "PR"
       },
       {
        "name": "RADL",
        "code": "RADL"
       },
       {
        "name": "RNCH",
        "code": "RNCH"
       },
       {
        "name": "RPD",
        "code": "RPD"
       },
       {
        "name": "RPDS",
        "code": "RPDS"
       },
       {
        "name": "RST",
        "code": "RST"
       },
       {
        "name": "RDG",
        "code": "RDG"
       },
       {
        "name": "RDGS",
        "code": "RDGS"
       },
       {
        "name": "RIV",
        "code": "RIV"
       },
       {
        "name": "RD",
        "code": "RD"
       },
       {
        "name": "RDS",
        "code": "RDS"
       },
       {
        "name": "ROW",
        "code": "ROW"
       },
       {
        "name": "RUN",
        "code": "RUN"
       },
       {
        "name": "SHL",
        "code": "SHL"
       },
       {
        "name": "SHLS",
        "code": "SHLS"
       },
       {
        "name": "SHR",
        "code": "SHR"
       },
       {
        "name": "SHRS",
        "code": "SHRS"
       },
       {
        "name": "SPG",
        "code": "SPG"
       },
       {
        "name": "SPGS",
        "code": "SPGS"
       },
       {
        "name": "SPUR",
        "code": "SPUR"
       },
       {
        "name": "SQ",
        "code": "SQ"
       },
       {
        "name": "SQS",
        "code": "SQS"
       },
       {
        "name": "STA",
        "code": "STA"
       },
       {
        "name": "STRA",
        "code": "STRA"
       },
       {
        "name": "STRM",
        "code": "STRM"
       },
       {
        "name": "ST",
        "code": "ST"
       },
       {
        "name": "SMT",
        "code": "SMT"
       },
       {
        "name": "TER",
        "code": "TER"
       },
       {
        "name": "TRCE",
        "code": "TRCE"
       },
       {
        "name": "TRAK",
        "code": "TRAK"
       },
       {
        "name": "TRL",
        "code": "TRL"
       },
       {
        "name": "TUNL",
        "code": "TUNL"
       },
       {
        "name": "TPKE",
        "code": "TPKE"
       },
       {
        "name": "UN",
        "code": "UN"
       },
       {
        "name": "UNS",
        "code": "UNS"
       },
       {
        "name": "VLY",
        "code": "VLY"
       },
       {
        "name": "VLYS",
        "code": "VLYS"
       },
       {
        "name": "VIA",
        "code": "VIA"
       },
       {
        "name": "VW",
        "code": "VW"
       },
       {
        "name": "VWS",
        "code": "VWS"
       },
       {
        "name": "VLG",
        "code": "VLG"
       },
       {
        "name": "VL",
        "code": "VL"
       },
       {
        "name": "VIS",
        "code": "VIS"
       },
       {
        "name": "WALK",
        "code": "WALK"
       },
       {
        "name": "WAY",
        "code": "WAY"
       },
       {
        "name": "WAYS",
        "code": "WAYS"
       },
       {
        "name": "WL",
        "code": "WL"
       },
       {
        "name": "WLS",
        "code": "WLS"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "LSt_PosDir",
     "type": "esriFieldTypeString",
     "alias": "Legacy Street Name Post Directional",
     "length": 2,
     "domain": {
      "type": "codedValue",
      "name": "WS1_LegacyDirectionals",
      "description": "Valid choices for legacy directionals",
      "codedValues": [
       {
        "name": "N",
        "code": "N"
       },
       {
        "name": "S",
        "code": "S"
       },
       {
        "name": "E",
        "code": "E"
       },
       {
        "name": "W",
        "code": "W"
       },
       {
        "name": "NE",
        "code": "NE"
       },
       {
        "name": "NW",
        "code": "NW"
       },
       {
        "name": "SE",
        "code": "SE"
       },
       {
        "name": "SW",
        "code": "SW"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "LST_FullName",
     "type": "esriFieldTypeString",
     "alias": "Legacy FullName",
     "length": 100,
     "domain": null
    },
    {
     "name": "ESN_L",
     "type": "esriFieldTypeString",
     "alias": "ESN Left",
     "length": 5,
     "domain": null
    },
    {
     "name": "ESN_R",
     "type": "esriFieldTypeString",
     "alias": "ESN Right",
     "length": 5,
     "domain": null
    },
    {
     "name": "MSAGComm_L",
     "type": "esriFieldTypeString",
     "alias": "MSAG Community Name Left",
     "length": 30,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "MSAGComm_R",
     "type": "esriFieldTypeString",
     "alias": "MSAG Community Name Right",
     "length": 30,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Country_L",
     "type": "esriFieldTypeString",
     "alias": "Country Left",
     "length": 2,
     "domain": null
    },
    {
     "name": "Country_R",
     "type": "esriFieldTypeString",
     "alias": "Country Right",
     "length": 2,
     "domain": null
    },
    {
     "name": "State_L",
     "type": "esriFieldTypeString",
     "alias": "State Left",
     "length": 2,
     "domain": null
    },
    {
     "name": "State_R",
     "type": "esriFieldTypeString",
     "alias": "State Right",
     "length": 2,
     "domain": null
    },
    {
     "name": "County_L",
     "type": "esriFieldTypeString",
     "alias": "County Left",
     "length": 40,
     "domain": null
    },
    {
     "name": "County_R",
     "type": "esriFieldTypeString",
     "alias": "County Right",
     "length": 40,
     "domain": null
    },
    {
     "name": "AddCode_L",
     "type": "esriFieldTypeString",
     "alias": "Additional Code Left",
     "length": 6,
     "domain": null
    },
    {
     "name": "AddCode_R",
     "type": "esriFieldTypeString",
     "alias": "Additional Code Right",
     "length": 6,
     "domain": null
    },
    {
     "name": "IncMuni_L",
     "type": "esriFieldTypeString",
     "alias": "Incorporated Municipality Left",
     "length": 100,
     "domain": null
    },
    {
     "name": "IncMuni_R",
     "type": "esriFieldTypeString",
     "alias": "Incorporated Municipality Right",
     "length": 100,
     "domain": null
    },
    {
     "name": "UnincCom_L",
     "type": "esriFieldTypeString",
     "alias": "Unincorporated Community Left",
     "length": 100,
     "domain": null
    },
    {
     "name": "UnincCom_R",
     "type": "esriFieldTypeString",
     "alias": "Unincorporated Community Right",
     "length": 100,
     "domain": null
    },
    {
     "name": "NbrhdCom_L",
     "type": "esriFieldTypeString",
     "alias": "Neighborhood Community Left",
     "length": 100,
     "domain": null
    },
    {
     "name": "NbrhdCom_R",
     "type": "esriFieldTypeString",
     "alias": "Neighborhood Community Right",
     "length": 100,
     "domain": null
    },
    {
     "name": "PostCode_L",
     "type": "esriFieldTypeString",
     "alias": "Postal Code Left",
     "length": 7,
     "domain": null
    },
    {
     "name": "PostCode_R",
     "type": "esriFieldTypeString",
     "alias": "Postal Code Right",
     "length": 7,
     "domain": null
    },
    {
     "name": "PostComm_L",
     "type": "esriFieldTypeString",
     "alias": "Postal Community Name Left",
     "length": 40,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "PostComm_R",
     "type": "esriFieldTypeString",
     "alias": "Postal Community Name Right",
     "length": 40,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Community Names",
      "description": "MSAG / Zip code community names",
      "codedValues": [
       {
        "name": "ARDEN",
        "code": "ARDEN"
       },
       {
        "name": "BLACK MOUNTAIN",
        "code": "BLACK MOUNTAIN"
       },
       {
        "name": "EAST FLAT ROCK",
        "code": "EAST FLAT ROCK"
       },
       {
        "name": "ETOWAH",
        "code": "ETOWAH"
       },
       {
        "name": "FLAT ROCK",
        "code": "FLAT ROCK"
       },
       {
        "name": "FAIRVIEW",
        "code": "FAIRVIEW"
       },
       {
        "name": "FLETCHER",
        "code": "FLETCHER"
       },
       {
        "name": "GERTON",
        "code": "GERTON"
       },
       {
        "name": "HENDERSONVILLE",
        "code": "HENDERSONVILLE"
       },
       {
        "name": "HORSE SHOE",
        "code": "HORSE SHOE"
       },
       {
        "name": "LAUREL PARK",
        "code": "LAUREL PARK"
       },
       {
        "name": "MILL SPRING",
        "code": "MILL SPRING"
       },
       {
        "name": "MILLS RIVER",
        "code": "MILLS RIVER"
       },
       {
        "name": "PENROSE",
        "code": "PENROSE"
       },
       {
        "name": "SALUDA",
        "code": "SALUDA"
       },
       {
        "name": "ZIRCONIA",
        "code": "ZIRCONIA"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "CEDAR MOUNTAIN",
        "code": "CEDAR MOUNTAIN"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "OneWay",
     "type": "esriFieldTypeString",
     "alias": "One-Way",
     "length": 2,
     "domain": null
    },
    {
     "name": "SpeedLimit",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Speed Limit",
     "domain": null
    },
    {
     "name": "Valid_L",
     "type": "esriFieldTypeString",
     "alias": "Validation Left",
     "length": 1,
     "domain": null
    },
    {
     "name": "Valid_R",
     "type": "esriFieldTypeString",
     "alias": "Validation Right",
     "length": 1,
     "domain": null
    },
    {
     "name": "DiscrpAgID",
     "type": "esriFieldTypeString",
     "alias": "Discrepancy Agency ID",
     "length": 75,
     "domain": null
    },
    {
     "name": "Effective",
     "type": "esriFieldTypeDate",
     "alias": "Effective Date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Expire",
     "type": "esriFieldTypeDate",
     "alias": "Expiration Date",
     "length": 8,
     "domain": null
    },
    {
     "name": "MasterStreetNameID",
     "type": "esriFieldTypeInteger",
     "alias": "MasterStreetNameID",
     "domain": null
    },
    {
     "name": "RCL_NGUID",
     "type": "esriFieldTypeString",
     "alias": "Road Centerline NENA Globally Unique ID",
     "length": 254,
     "domain": null
    },
    {
     "name": "L_FullName",
     "type": "esriFieldTypeString",
     "alias": "L_FullName",
     "length": 150,
     "domain": null
    },
    {
     "name": "ATT_Exception",
     "type": "esriFieldTypeString",
     "alias": "ATT_Exception",
     "length": 50,
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "ONE_WAY",
     "type": "esriFieldTypeString",
     "alias": "ONE_WAY",
     "length": 2,
     "domain": null
    },
    {
     "name": "RD_CLASS",
     "type": "esriFieldTypeString",
     "alias": "RD_CLASS",
     "length": 15,
     "domain": null
    },
    {
     "name": "ROUTING",
     "type": "esriFieldTypeString",
     "alias": "ROUTING",
     "length": 3,
     "domain": {
      "type": "codedValue",
      "name": "WS1_Shared Driveway",
      "description": "TEXT",
      "codedValues": [
       {
        "name": "YES",
        "code": "YES"
       },
       {
        "name": "NO",
        "code": "NO"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "SR_NUM",
     "type": "esriFieldTypeInteger",
     "alias": "SR_NUM",
     "domain": null
    },
    {
     "name": "SR_DATE",
     "type": "esriFieldTypeDate",
     "alias": "SR_DATE",
     "length": 8,
     "domain": null
    },
    {
     "name": "TDL",
     "type": "esriFieldTypeString",
     "alias": "TDL",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_TAX_FIRE_DISTRICT",
      "description": "",
      "codedValues": [
       {
        "name": "BAT CAVE FIRE",
        "code": "BAT CAVE FIRE"
       },
       {
        "name": "BLUE RIDGE FIRE",
        "code": "BLUE RIDGE FIRE"
       },
       {
        "name": "DANA FIRE",
        "code": "DANA FIRE"
       },
       {
        "name": "MAIN STREET DOWNTOWN",
        "code": "MAIN STREET DOWNTOWN"
       },
       {
        "name": "SEVENTH AVENUE DOWNTOWN",
        "code": "SEVENTH AVENUE DOWNTOWN"
       },
       {
        "name": "EDNEYVILLE FIRE",
        "code": "EDNEYVILLE FIRE"
       },
       {
        "name": "ETOWAH - HORSE SHOE FIRE",
        "code": "ETOWAH - HORSE SHOE FIRE"
       },
       {
        "name": "FLAT ROCK - Blue Ridge Fire",
        "code": "FLAT ROCK - Blue Ridge Fire"
       },
       {
        "name": "FLAT ROCK - Valley Hill Fire",
        "code": "FLAT ROCK - Valley Hill Fire"
       },
       {
        "name": "FLAT ROCK - Green River Fire",
        "code": "FLAT ROCK - Green River Fire"
       },
       {
        "name": "FLETCHER FIRE",
        "code": "FLETCHER FIRE"
       },
       {
        "name": "FLETCHER TOWN",
        "code": "FLETCHER TOWN"
       },
       {
        "name": "GERTON FIRE",
        "code": "GERTON FIRE"
       },
       {
        "name": "GREEN RIVER FIRE",
        "code": "GREEN RIVER FIRE"
       },
       {
        "name": "LAUREL PARK TOWN",
        "code": "LAUREL PARK TOWN"
       },
       {
        "name": "MOUNTAIN HOME FIRE",
        "code": "MOUNTAIN HOME FIRE"
       },
       {
        "name": "MILLS RIVER FIRE",
        "code": "MILLS RIVER FIRE"
       },
       {
        "name": "MILLS RIVER TOWN",
        "code": "MILLS RIVER TOWN"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "RAVEN ROCK - SALUDA FIRE",
        "code": "RAVEN ROCK - SALUDA FIRE"
       },
       {
        "name": "SALUDA TOWN",
        "code": "SALUDA TOWN"
       },
       {
        "name": "VALLEY HILL FIRE",
        "code": "VALLEY HILL FIRE"
       },
       {
        "name": "HENDERSONVILLE CITY",
        "code": "HENDERSONVILLE CITY"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "TDR",
     "type": "esriFieldTypeString",
     "alias": "TDR",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_TAX_FIRE_DISTRICT",
      "description": "",
      "codedValues": [
       {
        "name": "BAT CAVE FIRE",
        "code": "BAT CAVE FIRE"
       },
       {
        "name": "BLUE RIDGE FIRE",
        "code": "BLUE RIDGE FIRE"
       },
       {
        "name": "DANA FIRE",
        "code": "DANA FIRE"
       },
       {
        "name": "MAIN STREET DOWNTOWN",
        "code": "MAIN STREET DOWNTOWN"
       },
       {
        "name": "SEVENTH AVENUE DOWNTOWN",
        "code": "SEVENTH AVENUE DOWNTOWN"
       },
       {
        "name": "EDNEYVILLE FIRE",
        "code": "EDNEYVILLE FIRE"
       },
       {
        "name": "ETOWAH - HORSE SHOE FIRE",
        "code": "ETOWAH - HORSE SHOE FIRE"
       },
       {
        "name": "FLAT ROCK - Blue Ridge Fire",
        "code": "FLAT ROCK - Blue Ridge Fire"
       },
       {
        "name": "FLAT ROCK - Valley Hill Fire",
        "code": "FLAT ROCK - Valley Hill Fire"
       },
       {
        "name": "FLAT ROCK - Green River Fire",
        "code": "FLAT ROCK - Green River Fire"
       },
       {
        "name": "FLETCHER FIRE",
        "code": "FLETCHER FIRE"
       },
       {
        "name": "FLETCHER TOWN",
        "code": "FLETCHER TOWN"
       },
       {
        "name": "GERTON FIRE",
        "code": "GERTON FIRE"
       },
       {
        "name": "GREEN RIVER FIRE",
        "code": "GREEN RIVER FIRE"
       },
       {
        "name": "LAUREL PARK TOWN",
        "code": "LAUREL PARK TOWN"
       },
       {
        "name": "MOUNTAIN HOME FIRE",
        "code": "MOUNTAIN HOME FIRE"
       },
       {
        "name": "MILLS RIVER FIRE",
        "code": "MILLS RIVER FIRE"
       },
       {
        "name": "MILLS RIVER TOWN",
        "code": "MILLS RIVER TOWN"
       },
       {
        "name": "OUTSIDE HENDERSON COUNTY",
        "code": "OUTSIDE HENDERSON COUNTY"
       },
       {
        "name": "RAVEN ROCK - SALUDA FIRE",
        "code": "RAVEN ROCK - SALUDA FIRE"
       },
       {
        "name": "SALUDA TOWN",
        "code": "SALUDA TOWN"
       },
       {
        "name": "VALLEY HILL FIRE",
        "code": "VALLEY HILL FIRE"
       },
       {
        "name": "HENDERSONVILLE CITY",
        "code": "HENDERSONVILLE CITY"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "PREV_NAME",
     "type": "esriFieldTypeString",
     "alias": "PREV_NAME1",
     "length": 35,
     "domain": null
    },
    {
     "name": "PRI_FED_RD_NUM",
     "type": "esriFieldTypeString",
     "alias": "PRI_FED_RD_NUM",
     "length": 10,
     "domain": null
    },
    {
     "name": "SEC_FED_RD_NUM",
     "type": "esriFieldTypeString",
     "alias": "SEC_FED_RD_NUM",
     "length": 10,
     "domain": null
    },
    {
     "name": "PRI_ST_RD_NUM",
     "type": "esriFieldTypeString",
     "alias": "PRI_ST_RD_NUM",
     "length": 10,
     "domain": null
    },
    {
     "name": "SEC_ST_RD_NUM",
     "type": "esriFieldTypeString",
     "alias": "SEC_ST_RD_NUM",
     "length": 10,
     "domain": null
    },
    {
     "name": "COMMENTS",
     "type": "esriFieldTypeString",
     "alias": "COMMENTS",
     "length": 100,
     "domain": null
    },
    {
     "name": "SOURCE",
     "type": "esriFieldTypeString",
     "alias": "SOURCE",
     "length": 75,
     "domain": null
    },
    {
     "name": "VESNL",
     "type": "esriFieldTypeString",
     "alias": "VESNL",
     "length": 5,
     "domain": null
    },
    {
     "name": "VESNR",
     "type": "esriFieldTypeString",
     "alias": "VESNR",
     "length": 5,
     "domain": null
    },
    {
     "name": "NO_MSAG",
     "type": "esriFieldTypeInteger",
     "alias": "NO_MSAG",
     "domain": null
    },
    {
     "name": "gcException",
     "type": "esriFieldTypeString",
     "alias": "gcException",
     "length": 100,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "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": "R1572_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_1572",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_1572",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S1524_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 7,
   "name": "Parcels",
   "type": "Group Layer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [
    {
     "id": 48,
     "name": "Parcel Annotations"
    },
    {
     "id": 17,
     "name": "REIDs"
    },
    {
     "id": 18,
     "name": "Parcels"
    },
    {
     "id": 19,
     "name": "Parcel Lines"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9541607.244921537,
    "ymin": 3970960.8600060954,
    "xmax": -9148081.150042633,
    "ymax": 4233102.781025937,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "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,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 48,
   "name": "Parcel Annotations",
   "type": "Group Layer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 7,
    "name": "Parcels"
   },
   "subLayers": [
    {
     "id": 99,
     "name": "Dimension Anno"
    },
    {
     "id": 51,
     "name": "PIN and Acreage Anno"
    },
    {
     "id": -1,
     "name": ""
    },
    {
     "id": 15,
     "name": "Lot Anno"
    }
   ],
   "minScale": 2000.0000000000211,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9541605.782709714,
    "ymin": 3970960.8600060954,
    "xmax": -9149942.789296389,
    "ymax": 4233018.274141,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "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,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 99,
   "name": "Dimension Anno",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 2000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 48,
    "name": "Parcel Annotations"
   },
   "subLayers": [
    {
     "id": 8,
     "name": "dimensions"
    }
   ],
   "minScale": 2400,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9541557.813399516,
    "ymin": 3970960.8600060954,
    "xmax": -9149982.44900097,
    "ymax": 4232303.055773053,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "TextString",
   "typeIdField": "AnnotationClassID",
   "subtypeFieldName": "AnnotationClassID",
   "subtypeField": "AnnotationClassID",
   "defaultSubtypeCode": 0,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": {
      "type": "codedValue",
      "name": "WS1_AnnotationStatus",
      "description": "Valid annotation state values.",
      "codedValues": [
       {
        "name": "Placed",
        "code": 0
       },
       {
        "name": "Unplaced",
        "code": 1
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": {
      "type": "codedValue",
      "name": "WS1_BooleanSymbolValue",
      "description": "Valid values are Yes and No.",
      "codedValues": [
       {
        "name": "Yes",
        "code": 1
       },
       {
        "name": "No",
        "code": 0
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "WS1_VerticalAlignment",
      "description": "Valid symbol vertical alignment values.",
      "codedValues": [
       {
        "name": "Top",
        "code": 0
       },
       {
        "name": "Center",
        "code": 1
       },
       {
        "name": "Baseline",
        "code": 2
       },
       {
        "name": "Bottom",
        "code": 3
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "WS1_HorizontalAlignment",
      "description": "Valid horizontal symbol alignment values.",
      "codedValues": [
       {
        "name": "Left",
        "code": 0
       },
       {
        "name": "Center",
        "code": 1
       },
       {
        "name": "Right",
        "code": 2
       },
       {
        "name": "Full",
        "code": 3
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "FEATURE_KEY",
     "type": "esriFieldTypeInteger",
     "alias": "FEATURE_KEY",
     "domain": null
    },
    {
     "name": "CREATED_BY",
     "type": "esriFieldTypeInteger",
     "alias": "CREATED_BY",
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "FontStyle",
     "type": "esriFieldTypeString",
     "alias": "FontStyle",
     "length": 255,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3022_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3022",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "I4351CREATED_BY",
     "fields": "CREATED_BY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4351FEATURE_KEY",
     "fields": "FEATURE_KEY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4351Status",
     "fields": "Status",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4351AnnotationC",
     "fields": "AnnotationClassID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3022",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S2967_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "types": [
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "id": 0,
     "name": "dimensions"
    }
   ],
   "subtypes": [
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "defaultValues": {
      "FeatureID": null,
      "ZOrder": null,
      "AnnotationClassID": null,
      "Element": null,
      "SymbolID": null,
      "Status": 0,
      "TextString": null,
      "FontName": null,
      "FontSize": null,
      "Underline": null,
      "VerticalAlignment": null,
      "HorizontalAlignment": null,
      "XOffset": null,
      "YOffset": null,
      "Angle": null,
      "FontLeading": null,
      "WordSpacing": null,
      "CharacterWidth": null,
      "CharacterSpacing": null,
      "FlipAngle": null,
      "Override": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "FontStyle": null
     },
     "code": 0,
     "name": "dimensions"
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "effectiveMinScale": 2000.0000000000211,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 8,
   "name": "dimensions",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 99,
    "name": "Dimension Anno"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9541557.813399516,
    "ymin": 3970960.8600060954,
    "xmax": -9149982.44900097,
    "ymax": 4232303.055773053,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "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",
   "supportsStatistics": false,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "effectiveMinScale": 2000.0000000000211,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 51,
   "name": "PIN and Acreage Anno",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 2000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 48,
    "name": "Parcel Annotations"
   },
   "subLayers": [
    {
     "id": 10,
     "name": "pacrel polygon anno"
    },
    {
     "id": 11,
     "name": "Pin"
    },
    {
     "id": 12,
     "name": "Acre"
    }
   ],
   "minScale": 4800,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9201816.30819665,
    "ymin": 4184146.8091455325,
    "xmax": -9156285.743561583,
    "ymax": 4232300.614899498,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "TextString",
   "typeIdField": "AnnotationClassID",
   "subtypeFieldName": "AnnotationClassID",
   "subtypeField": "AnnotationClassID",
   "defaultSubtypeCode": 0,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": {
      "type": "codedValue",
      "name": "WS1_AnnotationStatus",
      "description": "Valid annotation state values.",
      "codedValues": [
       {
        "name": "Placed",
        "code": 0
       },
       {
        "name": "Unplaced",
        "code": 1
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": {
      "type": "codedValue",
      "name": "WS1_BooleanSymbolValue",
      "description": "Valid values are Yes and No.",
      "codedValues": [
       {
        "name": "Yes",
        "code": 1
       },
       {
        "name": "No",
        "code": 0
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "WS1_VerticalAlignment",
      "description": "Valid symbol vertical alignment values.",
      "codedValues": [
       {
        "name": "Top",
        "code": 0
       },
       {
        "name": "Center",
        "code": 1
       },
       {
        "name": "Baseline",
        "code": 2
       },
       {
        "name": "Bottom",
        "code": 3
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "WS1_HorizontalAlignment",
      "description": "Valid horizontal symbol alignment values.",
      "codedValues": [
       {
        "name": "Left",
        "code": 0
       },
       {
        "name": "Center",
        "code": 1
       },
       {
        "name": "Right",
        "code": 2
       },
       {
        "name": "Full",
        "code": 3
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "FEATURE_KEY",
     "type": "esriFieldTypeInteger",
     "alias": "FEATURE_KEY",
     "domain": null
    },
    {
     "name": "CREATED_BY",
     "type": "esriFieldTypeInteger",
     "alias": "CREATED_BY",
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "FontStyle",
     "type": "esriFieldTypeString",
     "alias": "FontStyle",
     "length": 255,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3023_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3023",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "I4352CREATED_BY",
     "fields": "CREATED_BY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4352FEATURE_KEY",
     "fields": "FEATURE_KEY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4352Status",
     "fields": "Status",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4352AnnotationC",
     "fields": "AnnotationClassID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3023",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S2968_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "types": [
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "id": 0,
     "name": "Old Anno"
    },
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "id": 1,
     "name": "Pin"
    },
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "id": 2,
     "name": "Acre"
    }
   ],
   "subtypes": [
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "defaultValues": {
      "FeatureID": null,
      "ZOrder": null,
      "AnnotationClassID": null,
      "Element": null,
      "SymbolID": null,
      "Status": 0,
      "TextString": null,
      "FontName": null,
      "FontSize": null,
      "Underline": null,
      "VerticalAlignment": null,
      "HorizontalAlignment": null,
      "XOffset": null,
      "YOffset": null,
      "Angle": null,
      "FontLeading": null,
      "WordSpacing": null,
      "CharacterWidth": null,
      "CharacterSpacing": null,
      "FlipAngle": null,
      "Override": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "FontStyle": null
     },
     "code": 0,
     "name": "Old Anno"
    },
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "defaultValues": {
      "FeatureID": null,
      "ZOrder": null,
      "AnnotationClassID": null,
      "Element": null,
      "SymbolID": null,
      "Status": 0,
      "TextString": null,
      "FontName": null,
      "FontSize": null,
      "Underline": null,
      "VerticalAlignment": null,
      "HorizontalAlignment": null,
      "XOffset": null,
      "YOffset": null,
      "Angle": null,
      "FontLeading": null,
      "WordSpacing": null,
      "CharacterWidth": null,
      "CharacterSpacing": null,
      "FlipAngle": null,
      "Override": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "FontStyle": null
     },
     "code": 1,
     "name": "Pin"
    },
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "defaultValues": {
      "FeatureID": null,
      "ZOrder": null,
      "AnnotationClassID": null,
      "Element": null,
      "SymbolID": null,
      "Status": 0,
      "TextString": null,
      "FontName": null,
      "FontSize": null,
      "Underline": null,
      "VerticalAlignment": null,
      "HorizontalAlignment": null,
      "XOffset": null,
      "YOffset": null,
      "Angle": null,
      "FontLeading": null,
      "WordSpacing": null,
      "CharacterWidth": null,
      "CharacterSpacing": null,
      "FlipAngle": null,
      "Override": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "FontStyle": null
     },
     "code": 2,
     "name": "Acre"
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "effectiveMinScale": 2000.0000000000211,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 10,
   "name": "pacrel polygon anno",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 51,
    "name": "PIN and Acreage Anno"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9201816.30819665,
    "ymin": 4184146.8091455325,
    "xmax": -9156285.743561583,
    "ymax": 4232300.614899498,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "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",
   "supportsStatistics": false,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "effectiveMinScale": 2000.0000000000211,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 11,
   "name": "Pin",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 51,
    "name": "PIN and Acreage Anno"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9201816.30819665,
    "ymin": 4184146.8091455325,
    "xmax": -9156285.743561583,
    "ymax": 4232300.614899498,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "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",
   "supportsStatistics": false,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "effectiveMinScale": 2000.0000000000211,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 12,
   "name": "Acre",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 51,
    "name": "PIN and Acreage Anno"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9201816.30819665,
    "ymin": 4184146.8091455325,
    "xmax": -9156285.743561583,
    "ymax": 4232300.614899498,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "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",
   "supportsStatistics": false,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "effectiveMinScale": 2000.0000000000211,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 15,
   "name": "Lot Anno",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 2000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 48,
    "name": "Parcel Annotations"
   },
   "subLayers": [
    {
     "id": 16,
     "name": "Lot Numbers"
    }
   ],
   "minScale": 2400,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9210233.492189897,
    "ymin": 4183806.0713358633,
    "xmax": -9156889.011405751,
    "ymax": 4232998.195802703,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "TextString",
   "typeIdField": "AnnotationClassID",
   "subtypeFieldName": "AnnotationClassID",
   "subtypeField": "AnnotationClassID",
   "defaultSubtypeCode": 0,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": {
      "type": "codedValue",
      "name": "WS1_AnnotationStatus",
      "description": "Valid annotation state values.",
      "codedValues": [
       {
        "name": "Placed",
        "code": 0
       },
       {
        "name": "Unplaced",
        "code": 1
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": {
      "type": "codedValue",
      "name": "WS1_BooleanSymbolValue",
      "description": "Valid values are Yes and No.",
      "codedValues": [
       {
        "name": "Yes",
        "code": 1
       },
       {
        "name": "No",
        "code": 0
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "WS1_VerticalAlignment",
      "description": "Valid symbol vertical alignment values.",
      "codedValues": [
       {
        "name": "Top",
        "code": 0
       },
       {
        "name": "Center",
        "code": 1
       },
       {
        "name": "Baseline",
        "code": 2
       },
       {
        "name": "Bottom",
        "code": 3
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "WS1_HorizontalAlignment",
      "description": "Valid horizontal symbol alignment values.",
      "codedValues": [
       {
        "name": "Left",
        "code": 0
       },
       {
        "name": "Center",
        "code": 1
       },
       {
        "name": "Right",
        "code": 2
       },
       {
        "name": "Full",
        "code": 3
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDuplicate"
     }
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "FEATURE_KEY",
     "type": "esriFieldTypeInteger",
     "alias": "FEATURE_KEY",
     "domain": null
    },
    {
     "name": "CREATED_BY",
     "type": "esriFieldTypeInteger",
     "alias": "CREATED_BY",
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "FontStyle",
     "type": "esriFieldTypeString",
     "alias": "FontStyle",
     "length": 255,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3021_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3021",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "I4350CREATED_BY",
     "fields": "CREATED_BY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4350FEATURE_KEY",
     "fields": "FEATURE_KEY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4350Status",
     "fields": "Status",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4350AnnotationC",
     "fields": "AnnotationClassID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3021",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S2966_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "types": [
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "id": 0,
     "name": "Lot Numbers"
    }
   ],
   "subtypes": [
    {
     "domains": {
      "Status": {"type": "inherited"},
      "Underline": {"type": "inherited"},
      "VerticalAlignment": {"type": "inherited"},
      "HorizontalAlignment": {"type": "inherited"}
     },
     "defaultValues": {
      "FeatureID": null,
      "ZOrder": null,
      "AnnotationClassID": null,
      "Element": null,
      "SymbolID": null,
      "Status": 0,
      "TextString": null,
      "FontName": null,
      "FontSize": null,
      "Underline": null,
      "VerticalAlignment": null,
      "HorizontalAlignment": null,
      "XOffset": null,
      "YOffset": null,
      "Angle": null,
      "FontLeading": null,
      "WordSpacing": null,
      "CharacterWidth": null,
      "CharacterSpacing": null,
      "FlipAngle": null,
      "Override": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "FontStyle": null
     },
     "code": 0,
     "name": "Lot Numbers"
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "effectiveMinScale": 2000.0000000000211,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 16,
   "name": "Lot Numbers",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 15,
    "name": "Lot Anno"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": -9210233.492189897,
    "ymin": 4183806.0713358633,
    "xmax": -9156889.011405751,
    "ymax": 4232998.195802703,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "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",
   "supportsStatistics": false,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "effectiveMinScale": 2000.0000000000211,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 17,
   "name": "REIDs",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 2000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 7,
    "name": "Parcels"
   },
   "subLayers": [],
   "minScale": 4513,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       255,
       255,
       255,
       0
      ],
      "outline": null
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpression": "[REID]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "none",
      "multiPart": "labelPerPart",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 4,
      "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": "Arial",
        "size": 9,
        "style": "normal",
        "weight": "bold",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": -9211481.807158973,
    "ymin": 4182838.2653277926,
    "xmax": -9156206.169243647,
    "ymax": 4232319.844005251,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "REID",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "PIN",
     "type": "esriFieldTypeString",
     "alias": "PIN",
     "length": 32,
     "domain": null
    },
    {
     "name": "CALCACRE",
     "type": "esriFieldTypeDouble",
     "alias": "Calculated Acreage",
     "domain": null
    },
    {
     "name": "Comment",
     "type": "esriFieldTypeString",
     "alias": "Comment",
     "length": 50,
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "IS_CONTAINER",
     "type": "esriFieldTypeSmallInteger",
     "alias": "IS_CONTAINER",
     "domain": null
    },
    {
     "name": "STATUS",
     "type": "esriFieldTypeString",
     "alias": "STATUS",
     "length": 255,
     "domain": null
    },
    {
     "name": "FEATURE_KEY",
     "type": "esriFieldTypeInteger",
     "alias": "FEATURE_KEY",
     "domain": null
    },
    {
     "name": "PARCEL_PK",
     "type": "esriFieldTypeInteger",
     "alias": "PARCEL_PK",
     "domain": null
    },
    {
     "name": "CREATED_BY",
     "type": "esriFieldTypeInteger",
     "alias": "CREATED_BY",
     "domain": null
    },
    {
     "name": "ASSESSED_ACRE",
     "type": "esriFieldTypeDouble",
     "alias": "Assessed Acreage",
     "domain": null
    },
    {
     "name": "DEEDED_ACRE",
     "type": "esriFieldTypeDouble",
     "alias": "Deeded Acreage",
     "domain": null
    },
    {
     "name": "LEGACY_PARCEL_PK",
     "type": "esriFieldTypeInteger",
     "alias": "Legacy Parcel PK",
     "domain": null
    },
    {
     "name": "REID",
     "type": "esriFieldTypeString",
     "alias": "REID",
     "length": 20,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R93_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_93",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128IS_CONTAINER",
     "fields": "IS_CONTAINER",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128STATUS",
     "fields": "STATUS",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128FEATURE_KEY",
     "fields": "FEATURE_KEY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128PARCEL_PK",
     "fields": "PARCEL_PK",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128CREATED_BY",
     "fields": "CREATED_BY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_93",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S56_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 18,
   "name": "Parcels",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 2000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 7,
    "name": "Parcels"
   },
   "subLayers": [],
   "minScale": 20000,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       0,
       0,
       0,
       0
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        255,
        170,
        0,
        255
       ],
       "width": 1
      }
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": -9211481.807158973,
    "ymin": 4182838.2653277926,
    "xmax": -9156206.169243647,
    "ymax": 4232319.844005251,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "REID",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "PIN",
     "type": "esriFieldTypeString",
     "alias": "PIN",
     "length": 32,
     "domain": null
    },
    {
     "name": "CALCACRE",
     "type": "esriFieldTypeDouble",
     "alias": "Calculated Acreage",
     "domain": null
    },
    {
     "name": "Comment",
     "type": "esriFieldTypeString",
     "alias": "Comment",
     "length": 50,
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "IS_CONTAINER",
     "type": "esriFieldTypeSmallInteger",
     "alias": "IS_CONTAINER",
     "domain": null
    },
    {
     "name": "STATUS",
     "type": "esriFieldTypeString",
     "alias": "STATUS",
     "length": 255,
     "domain": null
    },
    {
     "name": "FEATURE_KEY",
     "type": "esriFieldTypeInteger",
     "alias": "FEATURE_KEY",
     "domain": null
    },
    {
     "name": "PARCEL_PK",
     "type": "esriFieldTypeInteger",
     "alias": "PARCEL_PK",
     "domain": null
    },
    {
     "name": "CREATED_BY",
     "type": "esriFieldTypeInteger",
     "alias": "CREATED_BY",
     "domain": null
    },
    {
     "name": "ASSESSED_ACRE",
     "type": "esriFieldTypeDouble",
     "alias": "Assessed Acreage",
     "domain": null
    },
    {
     "name": "DEEDED_ACRE",
     "type": "esriFieldTypeDouble",
     "alias": "Deeded Acreage",
     "domain": null
    },
    {
     "name": "LEGACY_PARCEL_PK",
     "type": "esriFieldTypeInteger",
     "alias": "Legacy Parcel PK",
     "domain": null
    },
    {
     "name": "REID",
     "type": "esriFieldTypeString",
     "alias": "REID",
     "length": 20,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R93_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_93",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128IS_CONTAINER",
     "fields": "IS_CONTAINER",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128STATUS",
     "fields": "STATUS",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128FEATURE_KEY",
     "fields": "FEATURE_KEY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128PARCEL_PK",
     "fields": "PARCEL_PK",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I128CREATED_BY",
     "fields": "CREATED_BY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_93",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S56_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 19,
   "name": "Parcel Lines",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 2000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 7,
    "name": "Parcels"
   },
   "subLayers": [],
   "minScale": 6000,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "LINE_CODE",
     "uniqueValueGroups": [
      {
       "heading": "LINE_CODE",
       "classes": [
        {
         "label": "Hook",
         "description": "Hook",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           230,
           152,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "2"
          ]
         ]
        },
        {
         "label": "Leader Line",
         "description": "Leader Line",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           156,
           0,
           36,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "3"
          ]
         ]
        },
        {
         "label": "Lot Line",
         "description": "Lot Line",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSDash",
          "color": [
           0,
           0,
           0,
           255
          ],
          "width": 0.4
         },
         "values": [
          [
           "4"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         230,
         152,
         0,
         255
        ],
        "width": 1
       },
       "value": "2",
       "label": "Hook"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         156,
         0,
         36,
         255
        ],
        "width": 1
       },
       "value": "3",
       "label": "Leader Line"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         0,
         0,
         0,
         255
        ],
        "width": 0.4
       },
       "value": "4",
       "label": "Lot Line"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          213,
          212,
          252,
          255
         ],
         "toColor": [
          213,
          212,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          185,
          252,
          179,
          255
         ],
         "toColor": [
          185,
          252,
          179,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          213,
          179,
          255
         ],
         "toColor": [
          252,
          213,
          179,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          187,
          252,
          246,
          255
         ],
         "toColor": [
          187,
          252,
          246,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          179,
          235,
          255
         ],
         "toColor": [
          252,
          179,
          235,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          182,
          189,
          255
         ],
         "toColor": [
          252,
          182,
          189,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          234,
          252,
          212,
          255
         ],
         "toColor": [
          234,
          252,
          212,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          184,
          252,
          255
         ],
         "toColor": [
          179,
          184,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          250,
          252,
          179,
          255
         ],
         "toColor": [
          250,
          252,
          179,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          197,
          233,
          252,
          255
         ],
         "toColor": [
          197,
          233,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          225,
          192,
          252,
          255
         ],
         "toColor": [
          225,
          192,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          204,
          236,
          255
         ],
         "toColor": [
          252,
          204,
          236,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          202,
          252,
          222,
          255
         ],
         "toColor": [
          202,
          252,
          222,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": -9211508.943625918,
    "ymin": 4181764.1262865695,
    "xmax": -9154325.270756945,
    "ymax": 4233102.781025937,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "DIRECTION",
   "typeIdField": "LINE_CODE",
   "subtypeFieldName": "LINE_CODE",
   "subtypeField": "LINE_CODE",
   "defaultSubtypeCode": 1,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "LINE_CODE",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Line_Code",
     "domain": null
    },
    {
     "name": "Direction",
     "type": "esriFieldTypeDouble",
     "alias": "Direction",
     "domain": null
    },
    {
     "name": "Distance",
     "type": "esriFieldTypeDouble",
     "alias": "Distance",
     "domain": null
    },
    {
     "name": "Radius",
     "type": "esriFieldTypeDouble",
     "alias": "Radius",
     "domain": null
    },
    {
     "name": "Arclength",
     "type": "esriFieldTypeDouble",
     "alias": "Arclength",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "FEATURE_KEY",
     "type": "esriFieldTypeInteger",
     "alias": "FEATURE_KEY",
     "domain": null
    },
    {
     "name": "CREATED_BY",
     "type": "esriFieldTypeInteger",
     "alias": "CREATED_BY",
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "Legacy_Direction",
     "type": "esriFieldTypeString",
     "alias": "Legacy_Direction",
     "length": 18,
     "domain": null
    },
    {
     "name": "Legacy_Distance",
     "type": "esriFieldTypeString",
     "alias": "Legacy_Distance",
     "length": 18,
     "domain": null
    },
    {
     "name": "Legacy_Delta",
     "type": "esriFieldTypeString",
     "alias": "Legacy_Delta",
     "length": 18,
     "domain": null
    },
    {
     "name": "Legacy_Radius",
     "type": "esriFieldTypeString",
     "alias": "Legacy_Radius",
     "length": 18,
     "domain": null
    },
    {
     "name": "Legacy_Tangent",
     "type": "esriFieldTypeString",
     "alias": "Legacy_Tangent",
     "length": 18,
     "domain": null
    },
    {
     "name": "Legacy_Arclength",
     "type": "esriFieldTypeString",
     "alias": "Legacy_Arclength",
     "length": 18,
     "domain": null
    },
    {
     "name": "Legacy_Side",
     "type": "esriFieldTypeString",
     "alias": "Legacy_Side",
     "length": 1,
     "domain": null
    },
    {
     "name": "Radius2",
     "type": "esriFieldTypeDouble",
     "alias": "Radius2",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R94_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_94",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I129FEATURE_KEY",
     "fields": "FEATURE_KEY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I129CREATED_BY",
     "fields": "CREATED_BY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_94",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S57_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "types": [
    {
     "domains": {},
     "id": 1,
     "name": "Parcel Line"
    },
    {
     "domains": {},
     "id": 2,
     "name": "Hook"
    },
    {
     "domains": {},
     "id": 3,
     "name": "Leader Line"
    },
    {
     "domains": {},
     "id": 4,
     "name": "Lot Line"
    }
   ],
   "subtypes": [
    {
     "domains": {},
     "defaultValues": {
      "LINE_CODE": 1,
      "Legacy_Direction": null,
      "Legacy_Distance": null,
      "Legacy_Delta": null,
      "Legacy_Radius": null,
      "Legacy_Tangent": null,
      "Legacy_Arclength": null,
      "Legacy_Side": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "Direction": null,
      "Distance": null,
      "Radius": null,
      "ArcLength": null,
      "Radius2": null
     },
     "code": 1,
     "name": "Parcel Line"
    },
    {
     "domains": {},
     "defaultValues": {
      "LINE_CODE": 1,
      "Legacy_Direction": null,
      "Legacy_Distance": null,
      "Legacy_Delta": null,
      "Legacy_Radius": null,
      "Legacy_Tangent": null,
      "Legacy_Arclength": null,
      "Legacy_Side": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "Direction": null,
      "Distance": null,
      "Radius": null,
      "ArcLength": null,
      "Radius2": null
     },
     "code": 2,
     "name": "Hook"
    },
    {
     "domains": {},
     "defaultValues": {
      "LINE_CODE": 1,
      "Legacy_Direction": null,
      "Legacy_Distance": null,
      "Legacy_Delta": null,
      "Legacy_Radius": null,
      "Legacy_Tangent": null,
      "Legacy_Arclength": null,
      "Legacy_Side": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "Direction": null,
      "Distance": null,
      "Radius": null,
      "ArcLength": null,
      "Radius2": null
     },
     "code": 3,
     "name": "Leader Line"
    },
    {
     "domains": {},
     "defaultValues": {
      "LINE_CODE": 1,
      "Legacy_Direction": null,
      "Legacy_Distance": null,
      "Legacy_Delta": null,
      "Legacy_Radius": null,
      "Legacy_Tangent": null,
      "Legacy_Arclength": null,
      "Legacy_Side": null,
      "GlobalID": null,
      "FEATURE_KEY": null,
      "CREATED_BY": null,
      "created_user": null,
      "created_date": null,
      "last_edited_user": null,
      "last_edited_date": null,
      "Direction": null,
      "Distance": null,
      "Radius": null,
      "ArcLength": null,
      "Radius2": null
     },
     "code": 4,
     "name": "Lot Line"
    }
   ],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 31,
   "name": "5-foot contours",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 5.120000004768373E-4,
    "zTolerance": 2.0E-5,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999979004E8,
    "falseY": -9.365899999981754E7,
    "xyUnits": 15624.99998544808,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 9627.724538773537,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSSolid",
      "color": [
       168,
       112,
       0,
       255
      ],
      "width": 0.4
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9211480.08823044,
    "ymin": 4182850.7819914822,
    "xmax": -9156205.557430582,
    "ymax": 4232319.681641165,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "Z_Feet",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "FID",
     "domain": null
    },
    {
     "name": "Z_Feet",
     "type": "esriFieldTypeInteger",
     "alias": "Z_Feet",
     "domain": null
    },
    {
     "name": "FIPS",
     "type": "esriFieldTypeInteger",
     "alias": "FIPS",
     "domain": null
    },
    {
     "name": "LocGroup",
     "type": "esriFieldTypeString",
     "alias": "LocGroup",
     "length": 10,
     "domain": null
    },
    {
     "name": "LocXY",
     "type": "esriFieldTypeString",
     "alias": "LocXY",
     "length": 10,
     "domain": null
    },
    {
     "name": "BaseContou",
     "type": "esriFieldTypeInteger",
     "alias": "BaseContou",
     "domain": null
    },
    {
     "name": "Shape_Leng",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Leng",
     "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": "R162_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S144_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 20,
   "name": "Fire Districts",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -121841900,
    "falseY": -93659000,
    "xyUnits": 2000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       233,
       197,
       252,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        110,
        110,
        110,
        255
       ],
       "width": 0.4
      }
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9211482.475949511,
    "ymin": 4182838.2653277926,
    "xmax": -9156206.169243647,
    "ymax": 4232337.633753292,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "COMMENTS",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "COMMENTS",
     "type": "esriFieldTypeString",
     "alias": "COMMENTS",
     "length": 50,
     "domain": null
    },
    {
     "name": "REVIEW_DATE",
     "type": "esriFieldTypeString",
     "alias": "REVIEW_DATE",
     "length": 50,
     "domain": null
    },
    {
     "name": "Tax",
     "type": "esriFieldTypeString",
     "alias": "Tax",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_TAX DISTRICTS",
      "description": "",
      "codedValues": [
       {
        "name": "BAT CAVE FIRE",
        "code": "15"
       },
       {
        "name": "BLUE RIDGE FIRE",
        "code": "01"
       },
       {
        "name": "DANA FIRE",
        "code": "09"
       },
       {
        "name": "MAIN STREET DOWNTOWN",
        "code": "13"
       },
       {
        "name": "SEVENTH AVENUE DOWNTOWN",
        "code": "17"
       },
       {
        "name": "EDNEYVILLE FIRE",
        "code": "03"
       },
       {
        "name": "ETOWAH HORSESHOE FIRE",
        "code": "04"
       },
       {
        "name": "FLAT ROCK VILLAGE Blue Ridge",
        "code": "51"
       },
       {
        "name": "FLAT ROCK VILLAGE Valley Hill",
        "code": "52"
       },
       {
        "name": "FLAT ROCK VILLAGE Green River",
        "code": "56"
       },
       {
        "name": "FLETCHER FIRE",
        "code": "05"
       },
       {
        "name": "FLETCHER TOWN",
        "code": "40"
       },
       {
        "name": "GERTON FIRE",
        "code": "11"
       },
       {
        "name": "GREEN RIVER FIRE",
        "code": "06"
       },
       {
        "name": "HENDERSONVILLE CITY",
        "code": "10"
       },
       {
        "name": "LAUREL PARK TOWN",
        "code": "20"
       },
       {
        "name": "MOUNTAIN HOME FIRE",
        "code": "07"
       },
       {
        "name": "MILLS RIVER FIRE",
        "code": "08"
       },
       {
        "name": "MILLS RIVER TOWN",
        "code": "60"
       },
       {
        "name": "NO DISTRICT",
        "code": "19"
       },
       {
        "name": "RAVEN ROCK SALUDA FIRE",
        "code": "12"
       },
       {
        "name": "SALUDA TOWN",
        "code": "30"
       },
       {
        "name": "VALLEY HILL FIRE",
        "code": "02"
       },
       {
        "name": "VALLEY HILL TWO FIRE",
        "code": "14"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Fire",
     "type": "esriFieldTypeString",
     "alias": "Fire",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_FIRE",
      "description": "LookupType_FDST",
      "codedValues": [
       {
        "name": "BLUE RIDGE",
        "code": "F01"
       },
       {
        "name": "VALLEY HILL",
        "code": "F02"
       },
       {
        "name": "EDNEYVILLE",
        "code": "F03"
       },
       {
        "name": "ETOWAH-HORSESHOE",
        "code": "F04"
       },
       {
        "name": "FLETCHER",
        "code": "F05"
       },
       {
        "name": "GREEN RIVER",
        "code": "F06"
       },
       {
        "name": "MOUNTAIN HOME",
        "code": "F07"
       },
       {
        "name": "MILLS RIVER",
        "code": "F08"
       },
       {
        "name": "DANA",
        "code": "F09"
       },
       {
        "name": "TBD",
        "code": "F10"
       },
       {
        "name": "GERTON",
        "code": "F11"
       },
       {
        "name": "RAVEN ROCK",
        "code": "F12"
       },
       {
        "name": "VALEYY HILL # 2",
        "code": "F14"
       },
       {
        "name": "BAT CAVE",
        "code": "F15"
       },
       {
        "name": "NO FIRE",
        "code": "F19"
       },
       {
        "name": "NA",
        "code": "F98"
       },
       {
        "name": "MIXED",
        "code": "F99"
       },
       {
        "name": "MIXED",
        "code": "FMX"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Corporate",
     "type": "esriFieldTypeString",
     "alias": "Corporate",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_CORPORATE_2",
      "description": "TEST",
      "codedValues": [
       {
        "name": "HENDERSONVILLE",
        "code": "C10"
       },
       {
        "name": "LAUREL PARK",
        "code": "C20"
       },
       {
        "name": "SALUDA",
        "code": "C30"
       },
       {
        "name": "FLETCHER",
        "code": "C40"
       },
       {
        "name": "FLAT ROCK BR",
        "code": "C51"
       },
       {
        "name": "FLAT ROCK VH",
        "code": "C52"
       },
       {
        "name": "FLAT ROCK GR",
        "code": "C56"
       },
       {
        "name": "MILLS RIVER",
        "code": "C60"
       },
       {
        "name": "MIXED",
        "code": "MX"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Special",
     "type": "esriFieldTypeString",
     "alias": "Special",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_SPECIAL",
      "description": "LookupType_SPDS",
      "codedValues": [
       {
        "name": "DOWNTOWN - MAIN STREET",
        "code": "D13"
       },
       {
        "name": "DOWNTOWN - SEVENTH AVENUE",
        "code": "D17"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "CREATED_BY",
     "type": "esriFieldTypeInteger",
     "alias": "CREATED_BY",
     "domain": null
    },
    {
     "name": "FEATURE_KEY",
     "type": "esriFieldTypeInteger",
     "alias": "FEATURE_KEY",
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3026_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3026",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "I4355FEATURE_KEY",
     "fields": "FEATURE_KEY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "I4355CREATED_BY",
     "fields": "CREATED_BY",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3026",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S2971_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 21,
   "name": "Municipal Boundaries",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 2.0E-5,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "CITY",
     "uniqueValueGroups": [
      {
       "heading": "CITY",
       "classes": [
        {
         "label": "FLAT ROCK",
         "description": "FLAT ROCK",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           255,
           211,
           127,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            170,
            170,
            170,
            255
           ],
           "width": 2
          }
         },
         "values": [
          [
           "FLAT ROCK"
          ]
         ]
        },
        {
         "label": "FLETCHER",
         "description": "FLETCHER",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           232,
           190,
           255,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            170,
            170,
            170,
            255
           ],
           "width": 2
          }
         },
         "values": [
          [
           "FLETCHER"
          ]
         ]
        },
        {
         "label": "HENDERSONVILLE",
         "description": "HENDERSONVILLE",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           190,
           232,
           255,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            170,
            170,
            170,
            255
           ],
           "width": 2
          }
         },
         "values": [
          [
           "HENDERSONVILLE"
          ]
         ]
        },
        {
         "label": "LAUREL PARK",
         "description": "LAUREL PARK",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           211,
           255,
           190,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            170,
            170,
            170,
            255
           ],
           "width": 2
          }
         },
         "values": [
          [
           "LAUREL PARK"
          ]
         ]
        },
        {
         "label": "MILLS RIVER",
         "description": "MILLS RIVER",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           215,
           194,
           158,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            170,
            170,
            170,
            255
           ],
           "width": 2
          }
         },
         "values": [
          [
           "MILLS RIVER"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         255,
         211,
         127,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          170,
          170,
          170,
          255
         ],
         "width": 2
        }
       },
       "value": "FLAT ROCK",
       "label": "FLAT ROCK"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         232,
         190,
         255,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          170,
          170,
          170,
          255
         ],
         "width": 2
        }
       },
       "value": "FLETCHER",
       "label": "FLETCHER"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         190,
         232,
         255,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          170,
          170,
          170,
          255
         ],
         "width": 2
        }
       },
       "value": "HENDERSONVILLE",
       "label": "HENDERSONVILLE"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         211,
         255,
         190,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          170,
          170,
          170,
          255
         ],
         "width": 2
        }
       },
       "value": "LAUREL PARK",
       "label": "LAUREL PARK"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         215,
         194,
         158,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          170,
          170,
          170,
          255
         ],
         "width": 2
        }
       },
       "value": "MILLS RIVER",
       "label": "MILLS RIVER"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          241,
          252,
          194,
          255
         ],
         "toColor": [
          241,
          252,
          194,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          195,
          179,
          252,
          255
         ],
         "toColor": [
          195,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          189,
          187,
          255
         ],
         "toColor": [
          252,
          189,
          187,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          197,
          239,
          252,
          255
         ],
         "toColor": [
          197,
          239,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          204,
          245,
          255
         ],
         "toColor": [
          252,
          204,
          245,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          189,
          252,
          224,
          255
         ],
         "toColor": [
          189,
          252,
          224,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          232,
          215,
          255
         ],
         "toColor": [
          252,
          232,
          215,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          210,
          210,
          252,
          255
         ],
         "toColor": [
          210,
          210,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          252,
          180,
          255
         ],
         "toColor": [
          179,
          252,
          180,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          228,
          179,
          255
         ],
         "toColor": [
          252,
          228,
          179,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          245,
          179,
          252,
          255
         ],
         "toColor": [
          245,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          212,
          226,
          255
         ],
         "toColor": [
          252,
          212,
          226,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          200,
          252,
          199,
          255
         ],
         "toColor": [
          200,
          252,
          199,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpression": "[CITY]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "all",
      "removeDuplicatesDistance": 0,
      "multiPart": "labelLargest",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 2,
      "symbol": {
       "type": "esriTS",
       "color": [
        156,
        156,
        156,
        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": "Times New Roman",
        "size": 9,
        "style": "normal",
        "weight": "bold",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9201607.622160025,
    "ymin": 4193906.1817739243,
    "xmax": -9167210.016918533,
    "ymax": 4225177.615263263,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "CITY",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "CITY",
     "type": "esriFieldTypeString",
     "alias": "CITY",
     "length": 40,
     "domain": null
    },
    {
     "name": "MCD",
     "type": "esriFieldTypeString",
     "alias": "MCD",
     "length": 6,
     "domain": null
    },
    {
     "name": "BOOK_PAGE",
     "type": "esriFieldTypeString",
     "alias": "BOOK_PAGE",
     "length": 25,
     "domain": null
    },
    {
     "name": "ORDINANCE_",
     "type": "esriFieldTypeString",
     "alias": "ORDINANCE_",
     "length": 25,
     "domain": null
    },
    {
     "name": "STATUS",
     "type": "esriFieldTypeString",
     "alias": "STATUS",
     "length": 15,
     "domain": null
    },
    {
     "name": "HYPERLINK",
     "type": "esriFieldTypeString",
     "alias": "HYPERLINK",
     "length": 120,
     "domain": null
    },
    {
     "name": "Plat",
     "type": "esriFieldTypeString",
     "alias": "Plat",
     "length": 10,
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "EFFECTIVE_DATE",
     "type": "esriFieldTypeDate",
     "alias": "EFFECTIVE_DATE",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "CREATED_BY",
     "type": "esriFieldTypeInteger",
     "alias": "CREATED_BY",
     "domain": null
    },
    {
     "name": "FEATURE_KEY",
     "type": "esriFieldTypeInteger",
     "alias": "FEATURE_KEY",
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R447_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_447",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_447",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S416_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 22,
   "name": "City of Hendersonville Zoning",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 0.001,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "Zoning",
     "uniqueValueGroups": [
      {
       "heading": "Zoning",
       "classes": [
        {
         "label": "C-1",
         "description": "C-1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           40,
           148,
           81,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-1"
          ]
         ]
        },
        {
         "label": "C-1SU",
         "description": "C-1SU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           143,
           30,
           73,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-1SU"
          ]
         ]
        },
        {
         "label": "C-2",
         "description": "C-2",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           145,
           121,
           71,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-2"
          ]
         ]
        },
        {
         "label": "C-2SU",
         "description": "C-2SU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           128,
           64,
           94,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-2SU"
          ]
         ]
        },
        {
         "label": "C-3",
         "description": "C-3",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           81,
           171,
           43,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-3"
          ]
         ]
        },
        {
         "label": "C-3SU",
         "description": "C-3SU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           150,
           80,
           74,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-3SU"
          ]
         ]
        },
        {
         "label": "C-4",
         "description": "C-4",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           73,
           145,
           114,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-4"
          ]
         ]
        },
        {
         "label": "CMU",
         "description": "CMU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           106,
           148,
           65,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "CMU"
          ]
         ]
        },
        {
         "label": "DHH",
         "description": "DHH",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           136,
           61,
           143,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "DHH"
          ]
         ]
        },
        {
         "label": "GHMU",
         "description": "GHMU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           110,
           39,
           176,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "GHMU"
          ]
         ]
        },
        {
         "label": "GHMU-SU",
         "description": "GHMU-SU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           156,
           36,
           120,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "GHMU-SU"
          ]
         ]
        },
        {
         "label": "HHH",
         "description": "HHH",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           51,
           105,
           176,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "HHH"
          ]
         ]
        },
        {
         "label": "HMU",
         "description": "HMU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           153,
           38,
           147,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "HMU"
          ]
         ]
        },
        {
         "label": "I-1",
         "description": "I-1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           104,
           65,
           163,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "I-1"
          ]
         ]
        },
        {
         "label": "MIC",
         "description": "MIC",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           153,
           54,
           38,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "MIC"
          ]
         ]
        },
        {
         "label": "MIC-SU",
         "description": "MIC-SU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           176,
           76,
           139,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "MIC-SU"
          ]
         ]
        },
        {
         "label": "MSH",
         "description": "MSH",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           102,
           32,
           133,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "MSH"
          ]
         ]
        },
        {
         "label": "PCD",
         "description": "PCD",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           43,
           135,
           45,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "PCD"
          ]
         ]
        },
        {
         "label": "PID",
         "description": "PID",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           171,
           125,
           41,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "PID"
          ]
         ]
        },
        {
         "label": "PMD",
         "description": "PMD",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           38,
           36,
           158,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "PMD"
          ]
         ]
        },
        {
         "label": "PRD",
         "description": "PRD",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           168,
           35,
           49,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "PRD"
          ]
         ]
        },
        {
         "label": "R-10",
         "description": "R-10",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           80,
           135,
           31,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-10"
          ]
         ]
        },
        {
         "label": "R-15",
         "description": "R-15",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           37,
           143,
           153,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-15"
          ]
         ]
        },
        {
         "label": "R-20",
         "description": "R-20",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           142,
           145,
           71,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-20"
          ]
         ]
        },
        {
         "label": "R-40",
         "description": "R-40",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           128,
           77,
           27,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-40"
          ]
         ]
        },
        {
         "label": "R-6",
         "description": "R-6",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           50,
           64,
           153,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-6"
          ]
         ]
        },
        {
         "label": "R-6SU",
         "description": "R-6SU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           62,
           105,
           135,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-6SU"
          ]
         ]
        },
        {
         "label": "RCT",
         "description": "RCT",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           57,
           66,
           128,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "RCT"
          ]
         ]
        },
        {
         "label": "UR",
         "description": "UR",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           173,
           78,
           97,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "UR"
          ]
         ]
        },
        {
         "label": "UV",
         "description": "UV",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           141,
           153,
           35,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "UV"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         40,
         148,
         81,
         255
        ],
        "outline": null
       },
       "value": "C-1",
       "label": "C-1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         143,
         30,
         73,
         255
        ],
        "outline": null
       },
       "value": "C-1SU",
       "label": "C-1SU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         145,
         121,
         71,
         255
        ],
        "outline": null
       },
       "value": "C-2",
       "label": "C-2"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         128,
         64,
         94,
         255
        ],
        "outline": null
       },
       "value": "C-2SU",
       "label": "C-2SU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         81,
         171,
         43,
         255
        ],
        "outline": null
       },
       "value": "C-3",
       "label": "C-3"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         150,
         80,
         74,
         255
        ],
        "outline": null
       },
       "value": "C-3SU",
       "label": "C-3SU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         73,
         145,
         114,
         255
        ],
        "outline": null
       },
       "value": "C-4",
       "label": "C-4"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         106,
         148,
         65,
         255
        ],
        "outline": null
       },
       "value": "CMU",
       "label": "CMU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         136,
         61,
         143,
         255
        ],
        "outline": null
       },
       "value": "DHH",
       "label": "DHH"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         110,
         39,
         176,
         255
        ],
        "outline": null
       },
       "value": "GHMU",
       "label": "GHMU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         156,
         36,
         120,
         255
        ],
        "outline": null
       },
       "value": "GHMU-SU",
       "label": "GHMU-SU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         51,
         105,
         176,
         255
        ],
        "outline": null
       },
       "value": "HHH",
       "label": "HHH"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         153,
         38,
         147,
         255
        ],
        "outline": null
       },
       "value": "HMU",
       "label": "HMU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         104,
         65,
         163,
         255
        ],
        "outline": null
       },
       "value": "I-1",
       "label": "I-1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         153,
         54,
         38,
         255
        ],
        "outline": null
       },
       "value": "MIC",
       "label": "MIC"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         176,
         76,
         139,
         255
        ],
        "outline": null
       },
       "value": "MIC-SU",
       "label": "MIC-SU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         102,
         32,
         133,
         255
        ],
        "outline": null
       },
       "value": "MSH",
       "label": "MSH"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         43,
         135,
         45,
         255
        ],
        "outline": null
       },
       "value": "PCD",
       "label": "PCD"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         171,
         125,
         41,
         255
        ],
        "outline": null
       },
       "value": "PID",
       "label": "PID"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         38,
         36,
         158,
         255
        ],
        "outline": null
       },
       "value": "PMD",
       "label": "PMD"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         35,
         49,
         255
        ],
        "outline": null
       },
       "value": "PRD",
       "label": "PRD"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         80,
         135,
         31,
         255
        ],
        "outline": null
       },
       "value": "R-10",
       "label": "R-10"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         37,
         143,
         153,
         255
        ],
        "outline": null
       },
       "value": "R-15",
       "label": "R-15"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         142,
         145,
         71,
         255
        ],
        "outline": null
       },
       "value": "R-20",
       "label": "R-20"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         128,
         77,
         27,
         255
        ],
        "outline": null
       },
       "value": "R-40",
       "label": "R-40"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         50,
         64,
         153,
         255
        ],
        "outline": null
       },
       "value": "R-6",
       "label": "R-6"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         62,
         105,
         135,
         255
        ],
        "outline": null
       },
       "value": "R-6SU",
       "label": "R-6SU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         57,
         66,
         128,
         255
        ],
        "outline": null
       },
       "value": "RCT",
       "label": "RCT"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         173,
         78,
         97,
         255
        ],
        "outline": null
       },
       "value": "UR",
       "label": "UR"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         141,
         153,
         35,
         255
        ],
        "outline": null
       },
       "value": "UV",
       "label": "UV"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          106,
          130,
          35,
          255
         ],
         "toColor": [
          106,
          130,
          35,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          56,
          50,
          153,
          255
         ],
         "toColor": [
          56,
          50,
          153,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          173,
          47,
          76,
          255
         ],
         "toColor": [
          173,
          47,
          76,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          50,
          155,
          168,
          255
         ],
         "toColor": [
          50,
          155,
          168,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          135,
          35,
          117,
          255
         ],
         "toColor": [
          135,
          35,
          117,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          150,
          87,
          39,
          255
         ],
         "toColor": [
          150,
          87,
          39,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          67,
          168,
          113,
          255
         ],
         "toColor": [
          67,
          168,
          113,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          35,
          102,
          166,
          255
         ],
         "toColor": [
          35,
          102,
          166,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          74,
          176,
          40,
          255
         ],
         "toColor": [
          74,
          176,
          40,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          168,
          43,
          39,
          255
         ],
         "toColor": [
          168,
          43,
          39,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          128,
          61,
          79,
          255
         ],
         "toColor": [
          128,
          61,
          79,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          171,
          38,
          173,
          255
         ],
         "toColor": [
          171,
          38,
          173,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          158,
          135,
          51,
          255
         ],
         "toColor": [
          158,
          135,
          51,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          71,
          66,
          135,
          255
         ],
         "toColor": [
          71,
          66,
          135,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          132,
          75,
          163,
          255
         ],
         "toColor": [
          132,
          75,
          163,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          55,
          128,
          108,
          255
         ],
         "toColor": [
          55,
          128,
          108,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          64,
          105,
          135,
          255
         ],
         "toColor": [
          64,
          105,
          135,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          33,
          143,
          55,
          255
         ],
         "toColor": [
          33,
          143,
          55,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          148,
          97,
          70,
          255
         ],
         "toColor": [
          148,
          97,
          70,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          153,
          35,
          94,
          255
         ],
         "toColor": [
          153,
          35,
          94,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          130,
          62,
          109,
          255
         ],
         "toColor": [
          130,
          62,
          109,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          104,
          46,
          171,
          255
         ],
         "toColor": [
          104,
          46,
          171,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          134,
          173,
          50,
          255
         ],
         "toColor": [
          134,
          173,
          50,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          171,
          79,
          79,
          255
         ],
         "toColor": [
          171,
          79,
          79,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          171,
          166,
          38,
          255
         ],
         "toColor": [
          171,
          166,
          38,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          36,
          166,
          155,
          255
         ],
         "toColor": [
          36,
          166,
          155,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          133,
          176,
          88,
          255
         ],
         "toColor": [
          133,
          176,
          88,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          128,
          34,
          42,
          255
         ],
         "toColor": [
          128,
          34,
          42,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          145,
          125,
          73,
          255
         ],
         "toColor": [
          145,
          125,
          73,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          75,
          133,
          65,
          255
         ],
         "toColor": [
          75,
          133,
          65,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 60,
    "labelingInfo": [
     {
      "labelExpression": "[Zoning]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "none",
      "multiPart": "labelPerPart",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 17,
      "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": "Arial",
        "size": 8,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9184510.187057918,
    "ymin": 4202837.192503972,
    "xmax": -9172008.42720276,
    "ymax": 4213329.771385671,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "Zoning",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Zoning",
     "type": "esriFieldTypeString",
     "alias": "Zoning",
     "length": 10,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "ZONING_ID",
     "type": "esriFieldTypeInteger",
     "alias": "ZONING_ID",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "Zoning_Cla",
     "type": "esriFieldTypeString",
     "alias": "Zoning_Cla",
     "length": 150,
     "domain": null
    },
    {
     "name": "OBJECTID_12",
     "type": "esriFieldTypeOID",
     "alias": "FID",
     "domain": null
    },
    {
     "name": "OBJECTID_1",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID_1",
     "domain": null
    },
    {
     "name": "OBJECTID_2",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID_2",
     "domain": null
    },
    {
     "name": "Shape_Leng",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Leng",
     "domain": null
    },
    {
     "name": "Shape_Le_1",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_1",
     "domain": null
    },
    {
     "name": "Shape_Le_2",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_2",
     "domain": null
    },
    {
     "name": "Shape_Le_3",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_3",
     "domain": null
    },
    {
     "name": "Shape_Le_4",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_4",
     "domain": null
    },
    {
     "name": "Shape_Le_5",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_5",
     "domain": null
    },
    {
     "name": "Shape_Le_6",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_6",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3848_pk",
     "fields": "OBJECTID_12",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S3788_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 23,
   "name": "County Zoning",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 0.001,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "ZONING",
     "uniqueValueGroups": [
      {
       "heading": "ZONING",
       "classes": [
        {
         "label": "Conditional District",
         "description": "Conditional District",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           221,
           252,
           199,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.7
          }
         },
         "values": [
          [
           "CD"
          ]
         ]
        },
        {
         "label": "Cities",
         "description": "Cities",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           215,
           252,
           215,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Cities"
          ]
         ]
        },
        {
         "label": "Community Commercial",
         "description": "Community Commercial",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           215,
           252,
           242,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Community Commercial"
          ]
         ]
        },
        {
         "label": "Industrial",
         "description": "Industrial",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           215,
           242,
           252,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Industrial"
          ]
         ]
        },
        {
         "label": "Local Commercial",
         "description": "Local Commercial",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           182,
           252,
           229,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Local Commercial"
          ]
         ]
        },
        {
         "label": "O&I",
         "description": "O&I",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           232,
           215,
           252,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "O&I"
          ]
         ]
        },
        {
         "label": "R-40",
         "description": "R-40",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           230,
           252,
           192,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "R-40"
          ]
         ]
        },
        {
         "label": "Regional Commercial",
         "description": "Regional Commercial",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           188,
           252,
           182,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Regional Commercial"
          ]
         ]
        },
        {
         "label": "Residential 1",
         "description": "Residential 1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           184,
           252,
           209,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Residential 1"
          ]
         ]
        },
        {
         "label": "Residential 2",
         "description": "Residential 2",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           204,
           239,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Residential 2"
          ]
         ]
        },
        {
         "label": "Residential 2 - Rural",
         "description": "Residential 2 - Rural",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           179,
           216,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Residential 2 - Rural"
          ]
         ]
        },
        {
         "label": "Residential 3",
         "description": "Residential 3",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           209,
           204,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Residential 3"
          ]
         ]
        },
        {
         "label": "Residential 4",
         "description": "Residential 4",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           192,
           226,
           252,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "Residential 4"
          ]
         ]
        },
        {
         "label": "SW",
         "description": "SW",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           240,
           192,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "SW"
          ]
         ]
        },
        {
         "label": "WR",
         "description": "WR",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           179,
           195,
           252,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "WR"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         221,
         252,
         199,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.7
        }
       },
       "value": "CD",
       "label": "Conditional District"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         215,
         252,
         215,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Cities",
       "label": "Cities"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         215,
         252,
         242,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Community Commercial",
       "label": "Community Commercial"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         215,
         242,
         252,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Industrial",
       "label": "Industrial"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         182,
         252,
         229,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Local Commercial",
       "label": "Local Commercial"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         232,
         215,
         252,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "O&I",
       "label": "O&I"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         230,
         252,
         192,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "R-40",
       "label": "R-40"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         188,
         252,
         182,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Regional Commercial",
       "label": "Regional Commercial"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         184,
         252,
         209,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Residential 1",
       "label": "Residential 1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         204,
         239,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Residential 2",
       "label": "Residential 2"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         179,
         216,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Residential 2 - Rural",
       "label": "Residential 2 - Rural"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         209,
         204,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Residential 3",
       "label": "Residential 3"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         192,
         226,
         252,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "Residential 4",
       "label": "Residential 4"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         240,
         192,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "SW",
       "label": "SW"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         179,
         195,
         252,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "WR",
       "label": "WR"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          241,
          252,
          194,
          255
         ],
         "toColor": [
          241,
          252,
          194,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          250,
          179,
          252,
          255
         ],
         "toColor": [
          250,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          184,
          226,
          252,
          255
         ],
         "toColor": [
          184,
          226,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          189,
          184,
          255
         ],
         "toColor": [
          252,
          189,
          184,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          187,
          252,
          233,
          255
         ],
         "toColor": [
          187,
          252,
          233,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          188,
          252,
          255
         ],
         "toColor": [
          179,
          188,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          247,
          215,
          252,
          255
         ],
         "toColor": [
          247,
          215,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          231,
          210,
          255
         ],
         "toColor": [
          252,
          231,
          210,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          252,
          182,
          255
         ],
         "toColor": [
          179,
          252,
          182,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          184,
          217,
          255
         ],
         "toColor": [
          252,
          184,
          217,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          215,
          223,
          255
         ],
         "toColor": [
          252,
          215,
          223,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          215,
          216,
          252,
          255
         ],
         "toColor": [
          215,
          216,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          230,
          194,
          252,
          255
         ],
         "toColor": [
          230,
          194,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          212,
          252,
          212,
          255
         ],
         "toColor": [
          212,
          252,
          212,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          215,
          252,
          252,
          255
         ],
         "toColor": [
          215,
          252,
          252,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 50,
    "labelingInfo": [
     {
      "labelExpression": "[ALPHA]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "all",
      "removeDuplicatesDistance": 0,
      "multiPart": "labelLargest",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 18,
      "symbol": {
       "type": "esriTS",
       "color": [
        0,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "center",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": false,
       "haloColor": [
        255,
        255,
        255,
        255
       ],
       "haloSize": 1,
       "font": {
        "family": "Arial",
        "size": 8,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9211466.653089909,
    "ymin": 4182838.8592277677,
    "xmax": -9156204.692623451,
    "ymax": 4232338.158217183,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "Acres",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Acres",
     "type": "esriFieldTypeDouble",
     "alias": "Acres",
     "domain": null
    },
    {
     "name": "Annexation",
     "type": "esriFieldTypeString",
     "alias": "Annexation",
     "length": 50,
     "domain": null
    },
    {
     "name": "Zone_Date",
     "type": "esriFieldTypeDate",
     "alias": "Zone_Date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Prev_Zone",
     "type": "esriFieldTypeString",
     "alias": "Prev_Zone",
     "length": 10,
     "domain": null
    },
    {
     "name": "Rezoning",
     "type": "esriFieldTypeString",
     "alias": "Rezoning",
     "length": 20,
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "ZONE_CODE",
     "type": "esriFieldTypeString",
     "alias": "ZONE_CODE",
     "length": 10,
     "domain": {
      "type": "codedValue",
      "name": "WS1_ZoningAbbreviations",
      "description": "Used for ZONE_CODE field",
      "codedValues": [
       {
        "name": "Cities",
        "code": "NO"
       },
       {
        "name": "R-40",
        "code": "R-40"
       },
       {
        "name": "SW",
        "code": "SW"
       },
       {
        "name": "WR",
        "code": "WR"
       },
       {
        "name": "O&I",
        "code": "O&I"
       },
       {
        "name": "R1",
        "code": "R1"
       },
       {
        "name": "I",
        "code": "I"
       },
       {
        "name": "R2",
        "code": "R2"
       },
       {
        "name": "R2R",
        "code": "R2R"
       },
       {
        "name": "R3",
        "code": "R3"
       },
       {
        "name": "R4",
        "code": "R4"
       },
       {
        "name": "LC",
        "code": "LC"
       },
       {
        "name": "CC",
        "code": "CC"
       },
       {
        "name": "RC",
        "code": "RC"
       },
       {
        "name": "CD",
        "code": "CD"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "VERIFIED",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VERIFIED",
     "domain": {
      "type": "codedValue",
      "name": "WS1_VERIFIED",
      "description": "Yes or no, has this zoning polygon been edited correctly?",
      "codedValues": [
       {
        "name": "NO",
        "code": 0
       },
       {
        "name": "YES",
        "code": 1
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "Conditional_Code",
     "type": "esriFieldTypeString",
     "alias": "Conditional Code",
     "length": 50,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "ZONING",
     "type": "esriFieldTypeString",
     "alias": "ZONING",
     "length": 50,
     "domain": {
      "type": "codedValue",
      "name": "WS1_ZoningCodes",
      "description": "Henderson County Zoning Districts - ALPHA field",
      "codedValues": [
       {
        "name": "Cities",
        "code": "Cities"
       },
       {
        "name": "Community Commercial",
        "code": "Community Commercial"
       },
       {
        "name": "Industrial",
        "code": "Industrial"
       },
       {
        "name": "Local Commercial",
        "code": "Local Commercial"
       },
       {
        "name": "R-40",
        "code": "R-40"
       },
       {
        "name": "Regional Commercial",
        "code": "Regional Commercial"
       },
       {
        "name": "Residential 1",
        "code": "Residential 1"
       },
       {
        "name": "Residential 2",
        "code": "Residential 2"
       },
       {
        "name": "Residential 3",
        "code": "Residential 3"
       },
       {
        "name": "Residential 4",
        "code": "Residential 4"
       },
       {
        "name": "Residential 2 - Rural",
        "code": "Residential 2 - Rural"
       },
       {
        "name": "O&I",
        "code": "O&I"
       },
       {
        "name": "SW",
        "code": "SW"
       },
       {
        "name": "WR",
        "code": "WR"
       },
       {
        "name": "Conditional District",
        "code": "CD"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3089_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3089",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3089",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S3029_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 24,
   "name": "Town of Laurel Park Zoning",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 0.001,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "Zoning",
     "uniqueValueGroups": [
      {
       "heading": "Zoning",
       "classes": [
        {
         "label": "C-1",
         "description": "C-1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           186,
           190,
           219,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-1"
          ]
         ]
        },
        {
         "label": "ETJ I-1",
         "description": "ETJ I-1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           222,
           190,
           158,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "ETJ I-1"
          ]
         ]
        },
        {
         "label": "ETJ MIC",
         "description": "ETJ MIC",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           214,
           152,
           210,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "ETJ MIC"
          ]
         ]
        },
        {
         "label": "ETJ R-20",
         "description": "ETJ R-20",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           209,
           161,
           172,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "ETJ R-20"
          ]
         ]
        },
        {
         "label": "ETJ R-30",
         "description": "ETJ R-30",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           148,
           150,
           209,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "ETJ R-30"
          ]
         ]
        },
        {
         "label": "ETJ-C1",
         "description": "ETJ-C1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           237,
           197,
           236,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "ETJ-C1"
          ]
         ]
        },
        {
         "label": "MIC",
         "description": "MIC",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           187,
           161,
           207,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "MIC"
          ]
         ]
        },
        {
         "label": "R-20",
         "description": "R-20",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           237,
           202,
           216,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-20"
          ]
         ]
        },
        {
         "label": "R-30",
         "description": "R-30",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           199,
           221,
           240,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-30"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         186,
         190,
         219,
         255
        ],
        "outline": null
       },
       "value": "C-1",
       "label": "C-1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         222,
         190,
         158,
         255
        ],
        "outline": null
       },
       "value": "ETJ I-1",
       "label": "ETJ I-1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         214,
         152,
         210,
         255
        ],
        "outline": null
       },
       "value": "ETJ MIC",
       "label": "ETJ MIC"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         209,
         161,
         172,
         255
        ],
        "outline": null
       },
       "value": "ETJ R-20",
       "label": "ETJ R-20"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         148,
         150,
         209,
         255
        ],
        "outline": null
       },
       "value": "ETJ R-30",
       "label": "ETJ R-30"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         237,
         197,
         236,
         255
        ],
        "outline": null
       },
       "value": "ETJ-C1",
       "label": "ETJ-C1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         187,
         161,
         207,
         255
        ],
        "outline": null
       },
       "value": "MIC",
       "label": "MIC"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         237,
         202,
         216,
         255
        ],
        "outline": null
       },
       "value": "R-20",
       "label": "R-20"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         199,
         221,
         240,
         255
        ],
        "outline": null
       },
       "value": "R-30",
       "label": "R-30"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          232,
          179,
          217,
          255
         ],
         "toColor": [
          232,
          179,
          217,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          235,
          204,
          174,
          255
         ],
         "toColor": [
          235,
          204,
          174,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          154,
          190,
          217,
          255
         ],
         "toColor": [
          154,
          190,
          217,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          170,
          171,
          240,
          255
         ],
         "toColor": [
          170,
          171,
          240,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          207,
          157,
          159,
          255
         ],
         "toColor": [
          207,
          157,
          159,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          198,
          192,
          235,
          255
         ],
         "toColor": [
          198,
          192,
          235,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          198,
          156,
          219,
          255
         ],
         "toColor": [
          198,
          156,
          219,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          219,
          186,
          197,
          255
         ],
         "toColor": [
          219,
          186,
          197,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          204,
          186,
          173,
          255
         ],
         "toColor": [
          204,
          186,
          173,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          232,
          165,
          223,
          255
         ],
         "toColor": [
          232,
          165,
          223,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          163,
          212,
          255
         ],
         "toColor": [
          179,
          163,
          212,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          235,
          184,
          183,
          255
         ],
         "toColor": [
          235,
          184,
          183,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          165,
          174,
          209,
          255
         ],
         "toColor": [
          165,
          174,
          209,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpression": "[ALPHA]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "none",
      "multiPart": "labelPerPart",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 16,
      "symbol": {
       "type": "esriTS",
       "color": [
        0,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "center",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": [
        255,
        255,
        255,
        255
       ],
       "haloSize": 1,
       "font": {
        "family": "Arial",
        "size": 8,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9188418.930380343,
    "ymin": 4204079.43532666,
    "xmax": -9181241.374075908,
    "ymax": 4208955.462119573,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "RECNUM",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "RECNUM",
     "type": "esriFieldTypeDouble",
     "alias": "RECNUM",
     "domain": null
    },
    {
     "name": "PID",
     "type": "esriFieldTypeDouble",
     "alias": "PID",
     "domain": null
    },
    {
     "name": "XMIN",
     "type": "esriFieldTypeDouble",
     "alias": "XMIN",
     "domain": null
    },
    {
     "name": "YMIN",
     "type": "esriFieldTypeDouble",
     "alias": "YMIN",
     "domain": null
    },
    {
     "name": "XMAX",
     "type": "esriFieldTypeDouble",
     "alias": "XMAX",
     "domain": null
    },
    {
     "name": "YMAX",
     "type": "esriFieldTypeDouble",
     "alias": "YMAX",
     "domain": null
    },
    {
     "name": "UNIQUEID",
     "type": "esriFieldTypeDouble",
     "alias": "UNIQUEID",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "Zoning",
     "type": "esriFieldTypeString",
     "alias": "Zoning",
     "length": 50,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3086_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3086",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3086",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S3026_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 25,
   "name": "Town of Fletcher Zoning",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "TOF_ZONING",
     "defaultSymbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       222,
       208,
       247,
       255
      ],
      "outline": null
     },
     "defaultLabel": "<all other values>",
     "uniqueValueGroups": [
      {
       "heading": "TOF_ZONING",
       "classes": [
        {
         "label": "C-1",
         "description": "C-1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           179,
           252,
           205,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-1"
          ]
         ]
        },
        {
         "label": "C-1 (Condition",
         "description": "C-1 (Condition",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           239,
           210,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-1 (Condition"
          ]
         ]
        },
        {
         "label": "C-2",
         "description": "C-2",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           183,
           179,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-2"
          ]
         ]
        },
        {
         "label": "CBD",
         "description": "CBD",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           241,
           252,
           179,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "CBD"
          ]
         ]
        },
        {
         "label": "M-1",
         "description": "M-1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           199,
           207,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "M-1"
          ]
         ]
        },
        {
         "label": "NBD (Condition",
         "description": "NBD (Condition",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           215,
           247,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "NBD (Condition"
          ]
         ]
        },
        {
         "label": "R-1",
         "description": "R-1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           250,
           179,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-1"
          ]
         ]
        },
        {
         "label": "R-1A",
         "description": "R-1A",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           197,
           252,
           239,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-1A"
          ]
         ]
        },
        {
         "label": "R-2",
         "description": "R-2",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           187,
           229,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-2"
          ]
         ]
        },
        {
         "label": "R-3",
         "description": "R-3",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           196,
           184,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-3"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         179,
         252,
         205,
         255
        ],
        "outline": null
       },
       "value": "C-1",
       "label": "C-1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         239,
         210,
         255
        ],
        "outline": null
       },
       "value": "C-1 (Condition",
       "label": "C-1 (Condition"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         183,
         179,
         252,
         255
        ],
        "outline": null
       },
       "value": "C-2",
       "label": "C-2"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         241,
         252,
         179,
         255
        ],
        "outline": null
       },
       "value": "CBD",
       "label": "CBD"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         199,
         207,
         252,
         255
        ],
        "outline": null
       },
       "value": "M-1",
       "label": "M-1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         215,
         247,
         255
        ],
        "outline": null
       },
       "value": "NBD (Condition",
       "label": "NBD (Condition"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         250,
         179,
         252,
         255
        ],
        "outline": null
       },
       "value": "R-1",
       "label": "R-1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         197,
         252,
         239,
         255
        ],
        "outline": null
       },
       "value": "R-1A",
       "label": "R-1A"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         187,
         229,
         252,
         255
        ],
        "outline": null
       },
       "value": "R-2",
       "label": "R-2"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         196,
         184,
         255
        ],
        "outline": null
       },
       "value": "R-3",
       "label": "R-3"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          241,
          252,
          194,
          255
         ],
         "toColor": [
          241,
          252,
          194,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          195,
          179,
          252,
          255
         ],
         "toColor": [
          195,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          189,
          187,
          255
         ],
         "toColor": [
          252,
          189,
          187,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          197,
          239,
          252,
          255
         ],
         "toColor": [
          197,
          239,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          204,
          245,
          255
         ],
         "toColor": [
          252,
          204,
          245,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          189,
          252,
          224,
          255
         ],
         "toColor": [
          189,
          252,
          224,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          232,
          215,
          255
         ],
         "toColor": [
          252,
          232,
          215,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          210,
          210,
          252,
          255
         ],
         "toColor": [
          210,
          210,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          252,
          180,
          255
         ],
         "toColor": [
          179,
          252,
          180,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          228,
          179,
          255
         ],
         "toColor": [
          252,
          228,
          179,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          245,
          179,
          252,
          255
         ],
         "toColor": [
          245,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          212,
          226,
          255
         ],
         "toColor": [
          252,
          212,
          226,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          200,
          252,
          199,
          255
         ],
         "toColor": [
          200,
          252,
          199,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpression": "[TOF_ZONING]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "all",
      "removeDuplicatesDistance": 0,
      "multiPart": "labelLargest",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 15,
      "symbol": {
       "type": "esriTS",
       "color": [
        0,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "center",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": [
        255,
        255,
        255,
        255
       ],
       "haloSize": 1,
       "font": {
        "family": "Arial",
        "size": 8,
        "style": "normal",
        "weight": "bold",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9189863.03550056,
    "ymin": 4217182.348660373,
    "xmax": -9177845.163805757,
    "ymax": 4225113.540871686,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "REID",
   "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": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "Zoning",
     "type": "esriFieldTypeString",
     "alias": "Zoning District Code",
     "length": 50,
     "domain": null
    },
    {
     "name": "ZoneNm",
     "type": "esriFieldTypeString",
     "alias": "Zoning District Name",
     "length": 255,
     "domain": null
    },
    {
     "name": "CodeOfOrd",
     "type": "esriFieldTypeString",
     "alias": "Code of Ordinance",
     "length": 255,
     "domain": null
    },
    {
     "name": "DrawOrder",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Drawing Order",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3956_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S3893_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 26,
   "name": "Town of Mills River Zoning",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 0.001,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "CLASSIFICA",
     "uniqueValueGroups": [
      {
       "heading": "CLASSIFICA",
       "classes": [
        {
         "label": "MR-30",
         "description": "MR-30",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           52,
           179,
           92,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "MR-30"
          ]
         ]
        },
        {
         "label": "MR-GB",
         "description": "MR-GB",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           156,
           42,
           144,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "MR-GB"
          ]
         ]
        },
        {
         "label": "MR-LI",
         "description": "MR-LI",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           184,
           104,
           39,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "MR-LI"
          ]
         ]
        },
        {
         "label": "MR-MU",
         "description": "MR-MU",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           48,
           139,
           191,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "MR-MU"
          ]
         ]
        },
        {
         "label": "MR-NC",
         "description": "MR-NC",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           179,
           194,
           43,
           255
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSSolid",
           "color": [
            110,
            110,
            110,
            255
           ],
           "width": 0.4
          }
         },
         "values": [
          [
           "MR-NC"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         52,
         179,
         92,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "MR-30",
       "label": "MR-30"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         156,
         42,
         144,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "MR-GB",
       "label": "MR-GB"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         184,
         104,
         39,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "MR-LI",
       "label": "MR-LI"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         48,
         139,
         191,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "MR-MU",
       "label": "MR-MU"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         179,
         194,
         43,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "MR-NC",
       "label": "MR-NC"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          127,
          156,
          42,
          255
         ],
         "toColor": [
          127,
          156,
          42,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          65,
          59,
          179,
          255
         ],
         "toColor": [
          65,
          59,
          179,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          189,
          49,
          82,
          255
         ],
         "toColor": [
          189,
          49,
          82,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          68,
          165,
          189,
          255
         ],
         "toColor": [
          68,
          165,
          189,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          176,
          106,
          37,
          255
         ],
         "toColor": [
          176,
          106,
          37,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          201,
          66,
          183,
          255
         ],
         "toColor": [
          201,
          66,
          183,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          50,
          194,
          141,
          255
         ],
         "toColor": [
          50,
          194,
          141,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          35,
          86,
          153,
          255
         ],
         "toColor": [
          35,
          86,
          153,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          43,
          194,
          41,
          255
         ],
         "toColor": [
          43,
          194,
          41,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          153,
          40,
          108,
          255
         ],
         "toColor": [
          153,
          40,
          108,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          153,
          83,
          61,
          255
         ],
         "toColor": [
          153,
          83,
          61,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          201,
          188,
          44,
          255
         ],
         "toColor": [
          201,
          188,
          44,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          133,
          36,
          171,
          255
         ],
         "toColor": [
          133,
          36,
          171,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpression": "[CLASSIFICA]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "none",
      "multiPart": "labelPerPart",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 14,
      "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": "Arial",
        "size": 8,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9201619.596982956,
    "ymin": 4207210.447540185,
    "xmax": -9186907.964512022,
    "ymax": 4224498.770015917,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "CLASSIFICA",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "CLASSIFICA",
     "type": "esriFieldTypeString",
     "alias": "CLASSIFICA",
     "length": 16,
     "domain": null
    },
    {
     "name": "AMEND",
     "type": "esriFieldTypeString",
     "alias": "AMEND",
     "length": 16,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3088_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3088",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3088",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S3028_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 27,
   "name": "Village of Flat Rock Zoning",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102719,
    "latestWkid": 2264,
    "xyTolerance": 0.02083333333333329,
    "zTolerance": 0.001,
    "mTolerance": 2.0E-5,
    "falseX": -1.2184189999999978E8,
    "falseY": -9.365899999999984E7,
    "xyUnits": 1536.0000000000032,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "ZONING",
     "uniqueValueGroups": [
      {
       "heading": "ZONING",
       "classes": [
        {
         "label": " ",
         "description": " ",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           199,
           252,
           235,
           255
          ],
          "outline": null
         },
         "values": [
          [
           " "
          ]
         ]
        },
        {
         "label": "C-1",
         "description": "C-1",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           248,
           179,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "C-1"
          ]
         ]
        },
        {
         "label": "GCPS",
         "description": "GCPS",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           193,
           187,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "GCPS"
          ]
         ]
        },
        {
         "label": "H-I",
         "description": "H-I",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           239,
           252,
           179,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "H-I"
          ]
         ]
        },
        {
         "label": "H-L",
         "description": "H-L",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           215,
           215,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "H-L"
          ]
         ]
        },
        {
         "label": "M-F",
         "description": "M-F",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           179,
           252,
           184,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "M-F"
          ]
         ]
        },
        {
         "label": "N-P",
         "description": "N-P",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           242,
           212,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "N-P"
          ]
         ]
        },
        {
         "label": "P-A",
         "description": "P-A",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           185,
           179,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "P-A"
          ]
         ]
        },
        {
         "label": "R-10",
         "description": "R-10",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           252,
           199,
           232,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-10"
          ]
         ]
        },
        {
         "label": "R-20",
         "description": "R-20",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           197,
           235,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-20"
          ]
         ]
        },
        {
         "label": "R-20-MH",
         "description": "R-20-MH",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           221,
           252,
           207,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-20-MH"
          ]
         ]
        },
        {
         "label": "R-40",
         "description": "R-40",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           184,
           197,
           252,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-40"
          ]
         ]
        },
        {
         "label": "R-C",
         "description": "R-C",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           187,
           252,
           210,
           255
          ],
          "outline": null
         },
         "values": [
          [
           "R-C"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         199,
         252,
         235,
         255
        ],
        "outline": null
       },
       "value": " ",
       "label": " "
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         248,
         179,
         252,
         255
        ],
        "outline": null
       },
       "value": "C-1",
       "label": "C-1"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         193,
         187,
         255
        ],
        "outline": null
       },
       "value": "GCPS",
       "label": "GCPS"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         239,
         252,
         179,
         255
        ],
        "outline": null
       },
       "value": "H-I",
       "label": "H-I"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         215,
         215,
         252,
         255
        ],
        "outline": null
       },
       "value": "H-L",
       "label": "H-L"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         179,
         252,
         184,
         255
        ],
        "outline": null
       },
       "value": "M-F",
       "label": "M-F"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         242,
         212,
         255
        ],
        "outline": null
       },
       "value": "N-P",
       "label": "N-P"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         185,
         179,
         252,
         255
        ],
        "outline": null
       },
       "value": "P-A",
       "label": "P-A"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         252,
         199,
         232,
         255
        ],
        "outline": null
       },
       "value": "R-10",
       "label": "R-10"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         197,
         235,
         252,
         255
        ],
        "outline": null
       },
       "value": "R-20",
       "label": "R-20"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         221,
         252,
         207,
         255
        ],
        "outline": null
       },
       "value": "R-20-MH",
       "label": "R-20-MH"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         184,
         197,
         252,
         255
        ],
        "outline": null
       },
       "value": "R-40",
       "label": "R-40"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         187,
         252,
         210,
         255
        ],
        "outline": null
       },
       "value": "R-C",
       "label": "R-C"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          241,
          252,
          194,
          255
         ],
         "toColor": [
          241,
          252,
          194,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          195,
          179,
          252,
          255
         ],
         "toColor": [
          195,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          189,
          187,
          255
         ],
         "toColor": [
          252,
          189,
          187,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          197,
          239,
          252,
          255
         ],
         "toColor": [
          197,
          239,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          204,
          245,
          255
         ],
         "toColor": [
          252,
          204,
          245,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          189,
          252,
          224,
          255
         ],
         "toColor": [
          189,
          252,
          224,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          232,
          215,
          255
         ],
         "toColor": [
          252,
          232,
          215,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          210,
          210,
          252,
          255
         ],
         "toColor": [
          210,
          210,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          252,
          180,
          255
         ],
         "toColor": [
          179,
          252,
          180,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          228,
          179,
          255
         ],
         "toColor": [
          252,
          228,
          179,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          245,
          179,
          252,
          255
         ],
         "toColor": [
          245,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          212,
          226,
          255
         ],
         "toColor": [
          252,
          212,
          226,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          200,
          252,
          199,
          255
         ],
         "toColor": [
          200,
          252,
          199,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpression": "[ZONING]",
      "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
      "removeDuplicates": "none",
      "multiPart": "labelPerPart",
      "deconflictionStrategy": "static",
      "repeatLabel": false,
      "allowOverrun": true,
      "stackLabel": false,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Default",
      "priority": 13,
      "symbol": {
       "type": "esriTS",
       "color": [
        0,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "center",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": [
        255,
        255,
        255,
        255
       ],
       "haloSize": 1,
       "font": {
        "family": "Arial",
        "size": 8,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": -9184086.874921096,
    "ymin": 4196543.232949106,
    "xmax": -9174838.947988788,
    "ymax": 4204549.436263214,
    "spatialReference": {
     "wkid": 102100,
     "latestWkid": 3857,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -20037700,
     "falseY": -30241100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "ZONING",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "ZONING",
     "type": "esriFieldTypeString",
     "alias": "ZONING",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STLength()",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "created_user",
     "type": "esriFieldTypeString",
     "alias": "created_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "created_date",
     "type": "esriFieldTypeDate",
     "alias": "created_date",
     "length": 8,
     "domain": null
    },
    {
     "name": "last_edited_user",
     "type": "esriFieldTypeString",
     "alias": "last_edited_user",
     "length": 255,
     "domain": null
    },
    {
     "name": "last_edited_date",
     "type": "esriFieldTypeDate",
     "alias": "last_edited_date",
     "length": 8,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "Shape"
   },
   "indexes": [
    {
     "name": "R3091_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_3091",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "UUID_OID_3091",
     "fields": "GlobalID,OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S3031_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": true,
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "preferredTimeReference": {
    "timeZone": "Eastern Standard Time",
    "respectsDaylightSaving": true
   },
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  }
 ],
 "tables": []
}