{ "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 55, "name": "Zoning Districts", "type": "Feature Layer", "description": "To supply the City of Plano employees with Zoning data & graphics so they can do research, maintenance and create maps.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 2.56113708377043E-4, "zTolerance": 1.9999999999999998E-5, "mTolerance": 1.9999999999999998E-5, "falseX": -1.23407699999878E8, "falseY": -8.61234999999639E7, "xyUnits": 7809.031436363641, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 5, "name": "Current Zoning" }, "subLayers": [], "minScale": 250000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "var zoningDict = {\n \"A\": \"Agricultural\",\n \"CB-1\": \"Central Business-1\",\n \"CE\": \"Commercial Employment\",\n \"CC\": \"Corridor Commercial\",\n \"BG\": \"Downtown Business/Government\",\n \"O-2\": \"General Office\",\n \"O-2/SF-A\": \"General Office/Single-Family Residence Attached\",\n \"LC\": \"Light Commercial\",\n \"LI-1\": \"Light Industrial-1\",\n \"LI-2\": \"Light Industrial-2\",\n \"MIXED-USE\": \"Mixed-Use\",\n \"MF-2/PH\": \"Multifamily Residence-2/Patio Home\",\n \"NBD\": \"Neighborhood Business Design\",\n \"O-1\": \"Neighborhood Office\",\n \"R\": \"Retail\",\n \"R/O-2\": \"Retail/General Office\",\n \"R/MF-2\": \"Retail/Multifamily Residence-2\",\n \"R/O-1\": \"Retail/Neighborhood Office\",\n \"RC\": \"Regional Commercial\",\n \"RE\": \"Regional Employment\",\n \"RT\": \"Research/Technology Center\",\n \"RCD\": \"Residential Community Design\",\n \"UMU\": \"Urban Mixed-Use\",\n}\n\nvar symbology = $feature.ZN\n\n// For grouped zoning\nif (symbology == \"MF-1\" || symbology == \"MF-2\" || symbology == \"MF-3\") {\n return \"Multifamily Residence-1; Multifamily Residence-2; Multifamily Residence-3\"\n} \n// Another zoning group\nelse if (symbology == \"COM-CEN\" || symbology == \"REC-COM\" || symbology == \"REC-COM/PUB-FAC\") {\n return \"Recreation Complex; Recreation Complex/Public Facilities; Community Center\"\n} \n// Another zoning group\nelse if (symbology == \"ED\" || symbology == \"GR\" || symbology == \"PH\" || symbology == \"RES\" || symbology == \"SF\" || symbology == \"SF-20\" || symbology == \"SF-6\" || symbology == \"SF-6/SF-7\" || symbology == \"SF-6/SF-7/PH\" || symbology == \"SF-7\" || symbology == \"SF-7/PH\" || symbology == \"SF-7/PRD-2\" || symbology == \"SF-7/PRD-3\" || symbology == \"SF-7/PRD-4\" || symbology == \"SF-7/SF-9\" || symbology == \"SF-9\" || symbology == \"SF-9/PH\" || symbology == \"UR\") {\n return \"Single-Family Residence-6,-7,-9,-20; Estate Development; General Residential; Patio Home; Residential; Single-Family Residence; Urban Residential\"\n}\n// Another zoning group\nelse if (symbology == \"2F\" || symbology == \"2F/PH\" || symbology == \"2F/SF-A/PH\" || symbology == \"SF-7/2F/PRD-7\" || symbology == \"SF-A\" || symbology == \"SF-A/MF-2\" || symbology == \"SF-A/MF-3\" || symbology == \"SF-A/PRD-1\" || symbology == \"SF-A/PRD-5\") {\n return \"Two-Family Residence (Duplex), Single-Family Residence Attached, Single-Family Residence Attached/Multifamily Residence-2, Single-Family Residence Attached/Multifamily Residence-3\"\n} else {\n // Return values that are in the dictionary\n if (HasKey(zoningDict, symbology)) {\n return zoningDict[symbology]\n }\n}", "valueExpressionTitle": "Zone", "uniqueValueGroups": [ { "heading": "Zone", "classes": [ { "label": "Agricultural", "description": "Agricultural", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 141, 186, 141, 255 ], "outline": null }, "values": [ [ "Agricultural" ] ] }, { "label": "Central Business-1", "description": "Central Business-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 70, 130, 179, 255 ], "outline": null }, "values": [ [ "Central Business-1" ] ] }, { "label": "Commercial Employment", "description": "Commercial Employment", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 227, 224, 255 ], "outline": null }, "values": [ [ "Commercial Employment" ] ] }, { "label": "Corridor Commercial", "description": "Corridor Commercial", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 194, 194, 255 ], "outline": null }, "values": [ [ "Corridor Commercial" ] ] }, { "label": "Downtown Business/Government", "description": "Downtown Business/Government", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 95, 57, 255 ], "outline": null }, "values": [ [ "Downtown Business/Government" ] ] }, { "label": "General Office", "description": "General Office", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 100, 150, 236, 255 ], "outline": null }, "values": [ [ "General Office" ] ] }, { "label": "General Office/Single-Family Residence Attached", "description": "General Office/Single-Family Residence Attached", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 248, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 100, 150, 237, 255 ], "width": 1 } }, "values": [ [ "General Office/Single-Family Residence Attached" ] ] }, { "label": "Light Commercial", "description": "Light Commercial", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 66, 0, 255 ], "outline": null }, "values": [ [ "Light Commercial" ] ] }, { "label": "Light Industrial-1", "description": "Light Industrial-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 219, 159, 220, 255 ], "outline": null }, "values": [ [ "Light Industrial-1" ] ] }, { "label": "Light Industrial-2", "description": "Light Industrial-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 144, 0, 210, 255 ], "outline": null }, "values": [ [ "Light Industrial-2" ] ] }, { "label": "Mixed-Use", "description": "Mixed-Use", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 246, 219, 255 ], "outline": null }, "values": [ [ "Mixed-Use" ] ] }, { "label": "Multifamily Residence-1; Multifamily Residence-2; Multifamily Residence-3", "description": "Multifamily Residence-1; Multifamily Residence-2; Multifamily Residence-3", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 161, 0, 255 ], "outline": null }, "values": [ [ "Multifamily Residence-1; Multifamily Residence-2; Multifamily Residence-3" ] ] }, { "label": "Multifamily Residence-2/Patio Home", "description": "Multifamily Residence-2/Patio Home", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 162, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 248, 166, 255 ], "width": 0.4 } }, "values": [ [ "Multifamily Residence-2/Patio Home" ] ] }, { "label": "Neighborhood Business Design", "description": "Neighborhood Business Design", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 118, 131, 152, 255 ], "outline": null }, "values": [ [ "Neighborhood Business Design" ] ] }, { "label": "Neighborhood Office", "description": "Neighborhood Office", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 175, 224, 229, 255 ], "outline": null }, "values": [ [ "Neighborhood Office" ] ] }, { "label": "Retail", "description": "Retail", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 219, 0, 0, 255 ], "outline": null }, "values": [ [ "Retail" ] ] }, { "label": "Retail/General Office", "description": "Retail/General Office", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 96, 57, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.1 } }, "values": [ [ "Retail/General Office" ] ] }, { "label": "Retail/Multifamily Residence-2", "description": "Retail/Multifamily Residence-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 145, 69, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.1 } }, "values": [ [ "Retail/Multifamily Residence-2" ] ] }, { "label": "Retail/Neighborhood Office", "description": "Retail/Neighborhood Office", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.1 } }, "values": [ [ "Retail/Neighborhood Office" ] ] }, { "label": "Recreation Complex; Recreation Complex/Public Facilities; Community Center", "description": "Recreation Complex; Recreation Complex/Public Facilities; Community Center", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 32, 176, 166, 255 ], "outline": null }, "values": [ [ "Recreation Complex; Recreation Complex/Public Facilities; Community Center" ] ] }, { "label": "Regional Commercial", "description": "Regional Commercial", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 239, 127, 127, 255 ], "outline": null }, "values": [ [ "Regional Commercial" ] ] }, { "label": "Regional Employment", "description": "Regional Employment", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 232, 243, 254, 255 ], "outline": null }, "values": [ [ "Regional Employment" ] ] }, { "label": "Research/Technology Center", "description": "Research/Technology Center", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 134, 43, 225, 255 ], "outline": null }, "values": [ [ "Research/Technology Center" ] ] }, { "label": "Single-Family Residence-6,-7,-9,-20; Estate Development; General Residential; Patio Home; Residential; Single-Family Residence; Urban Residential", "description": "Single-Family Residence-6,-7,-9,-20; Estate Development; General Residential; Patio Home; Residential; Single-Family Residence; Urban Residential", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 248, 166, 255 ], "outline": null }, "values": [ [ "Single-Family Residence-6,-7,-9,-20; Estate Development; General Residential; Patio Home; Residential; Single-Family Residence; Urban Residential" ] ] }, { "label": "Two-Family Residence (Duplex), Single-Family Residence Attached, Single-Family Residence Attached/Multifamily Residence-2, Single-Family Residence Attached/Multifamily Residence-3", "description": "Two-Family Residence (Duplex), Single-Family Residence Attached, Single-Family Residence Attached/Multifamily Residence-2, Single-Family Residence Attached/Multifamily Residence-3", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 249, 64, 255 ], "outline": null }, "values": [ [ "Two-Family Residence (Duplex), Single-Family Residence Attached, Single-Family Residence Attached/Multifamily Residence-2, Single-Family Residence Attached/Multifamily Residence-3" ] ] }, { "label": "Urban Mixed-Use", "description": "Urban Mixed-Use", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 137, 112, 68, 255 ], "outline": null }, "values": [ [ "Urban Mixed-Use" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 141, 186, 141, 255 ], "outline": null }, "value": "Agricultural", "label": "Agricultural" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 70, 130, 179, 255 ], "outline": null }, "value": "Central Business-1", "label": "Central Business-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 227, 224, 255 ], "outline": null }, "value": "Commercial Employment", "label": "Commercial Employment" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 194, 194, 255 ], "outline": null }, "value": "Corridor Commercial", "label": "Corridor Commercial" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 95, 57, 255 ], "outline": null }, "value": "Downtown Business/Government", "label": "Downtown Business/Government" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 100, 150, 236, 255 ], "outline": null }, "value": "General Office", "label": "General Office" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 248, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 100, 150, 237, 255 ], "width": 1 } }, "value": "General Office/Single-Family Residence Attached", "label": "General Office/Single-Family Residence Attached" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 66, 0, 255 ], "outline": null }, "value": "Light Commercial", "label": "Light Commercial" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 219, 159, 220, 255 ], "outline": null }, "value": "Light Industrial-1", "label": "Light Industrial-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 144, 0, 210, 255 ], "outline": null }, "value": "Light Industrial-2", "label": "Light Industrial-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 246, 219, 255 ], "outline": null }, "value": "Mixed-Use", "label": "Mixed-Use" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 161, 0, 255 ], "outline": null }, "value": "Multifamily Residence-1; Multifamily Residence-2; Multifamily Residence-3", "label": "Multifamily Residence-1; Multifamily Residence-2; Multifamily Residence-3" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 162, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 248, 166, 255 ], "width": 0.4 } }, "value": "Multifamily Residence-2/Patio Home", "label": "Multifamily Residence-2/Patio Home" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 118, 131, 152, 255 ], "outline": null }, "value": "Neighborhood Business Design", "label": "Neighborhood Business Design" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 175, 224, 229, 255 ], "outline": null }, "value": "Neighborhood Office", "label": "Neighborhood Office" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 219, 0, 0, 255 ], "outline": null }, "value": "Retail", "label": "Retail" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 96, 57, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.1 } }, "value": "Retail/General Office", "label": "Retail/General Office" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 145, 69, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.1 } }, "value": "Retail/Multifamily Residence-2", "label": "Retail/Multifamily Residence-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.1 } }, "value": "Retail/Neighborhood Office", "label": "Retail/Neighborhood Office" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 32, 176, 166, 255 ], "outline": null }, "value": "Recreation Complex; Recreation Complex/Public Facilities; Community Center", "label": "Recreation Complex; Recreation Complex/Public Facilities; Community Center" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 239, 127, 127, 255 ], "outline": null }, "value": "Regional Commercial", "label": "Regional Commercial" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 232, 243, 254, 255 ], "outline": null }, "value": "Regional Employment", "label": "Regional Employment" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 134, 43, 225, 255 ], "outline": null }, "value": "Research/Technology Center", "label": "Research/Technology Center" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 248, 166, 255 ], "outline": null }, "value": "Single-Family Residence-6,-7,-9,-20; Estate Development; General Residential; Patio Home; Residential; Single-Family Residence; Urban Residential", "label": "Single-Family Residence-6,-7,-9,-20; Estate Development; General Residential; Patio Home; Residential; Single-Family Residence; Urban Residential" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 249, 64, 255 ], "outline": null }, "value": "Two-Family Residence (Duplex), Single-Family Residence Attached, Single-Family Residence Attached/Multifamily Residence-2, Single-Family Residence Attached/Multifamily Residence-3", "label": "Two-Family Residence (Duplex), Single-Family Residence Attached, Single-Family Residence Attached/Multifamily Residence-2, Single-Family Residence Attached/Multifamily Residence-3" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 137, 112, 68, 255 ], "outline": null }, "value": "Urban Mixed-Use", "label": "Urban Mixed-Use" } ], "fieldDelimiter": ":", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 208, 252, 255 ], "toColor": [ 199, 208, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 252, 182, 255 ], "toColor": [ 189, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 202, 187, 255 ], "toColor": [ 252, 202, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 245, 255 ], "toColor": [ 179, 252, 245, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 243, 184, 255 ], "toColor": [ 252, 243, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 239, 182, 252, 255 ], "toColor": [ 239, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 194, 221, 255 ], "toColor": [ 252, 194, 221, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 236, 252, 255 ], "toColor": [ 204, 236, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 182, 252, 255 ], "toColor": [ 184, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 229, 252, 212, 255 ], "toColor": [ 229, 252, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 233, 204, 255 ], "toColor": [ 252, 233, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 252, 212, 255 ], "toColor": [ 189, 252, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 188, 255 ], "toColor": [ 252, 182, 188, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 249, 207, 252, 255 ], "toColor": [ 249, 207, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 223, 255 ], "toColor": [ 252, 215, 223, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 220, 192, 252, 255 ], "toColor": [ 220, 192, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 252, 232, 255 ], "toColor": [ 212, 252, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 227, 255 ], "toColor": [ 252, 179, 227, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 192, 255 ], "toColor": [ 215, 252, 192, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 222, 252, 255 ], "toColor": [ 179, 222, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 252, 255 ], "toColor": [ 215, 252, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 195, 194, 252, 255 ], "toColor": [ 195, 194, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 228, 182, 255 ], "toColor": [ 252, 228, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 252, 202, 255 ], "toColor": [ 247, 252, 202, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 243, 252, 255 ], "toColor": [ 184, 243, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 219, 207, 255 ], "toColor": [ 252, 219, 207, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 40, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2470998.943577677, "ymin": 7050634.544539183, "xmax": 2546884.17298533, "ymax": 7096883.276400894, "spatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -123407700, "falseY": -86123500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ZN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID_12", "domain": null }, { "name": "ZN", "type": "esriFieldTypeString", "alias": "ZN", "length": 18, "domain": { "type": "codedValue", "name": "ZONE", "description": "Zoning", "codedValues": [ { "name": "Agricultural", "code": "A" }, { "name": "Central Business-1", "code": "CB-1" }, { "name": "Commercial Employment", "code": "CE" }, { "name": "Community Center", "code": "COM-CEN" }, { "name": "Corridor Commercial", "code": "CC" }, { "name": "Downtown Business/Government", "code": "BG" }, { "name": "Estate Development", "code": "ED" }, { "name": "General Office", "code": "O-2" }, { "name": "General Office/Single-Family Residence Attached", "code": "O-2/SF-A" }, { "name": "General Residential", "code": "GR" }, { "name": "Heritage Resource Designation", "code": "H" }, { "name": "Light Commercial", "code": "LC" }, { "name": "Light Industrial-1", "code": "LI-1" }, { "name": "Light Industrial-2", "code": "LI-2" }, { "name": "Mixed-Use", "code": "MIXED-USE" }, { "name": "Mobile Home", "code": "MH" }, { "name": "Multifamily Residence-1", "code": "MF-1" }, { "name": "Multifamily Residence-2", "code": "MF-2" }, { "name": "Multifamily Residence-2/Patio Home", "code": "MF-2/PH" }, { "name": "Multifamily Residence-3", "code": "MF-3" }, { "name": "Neighborhood Business Design", "code": "NBD" }, { "name": "Neighborhood Office", "code": "O-1" }, { "name": "Patio Home", "code": "PH" }, { "name": "Recreation Complex", "code": "REC-COM" }, { "name": "Recreation Complex/Public Facilities", "code": "REC-COM/PUB-FAC" }, { "name": "Regional Commercial", "code": "RC" }, { "name": "Regional Employment", "code": "RE" }, { "name": "Research/Technology Center", "code": "RT" }, { "name": "Residential", "code": "RES" }, { "name": "Residential Community Design", "code": "RCD" }, { "name": "Retail", "code": "R" }, { "name": "Retail/General Office", "code": "R/O-2" }, { "name": "Retail/Multifamily Residence-2", "code": "R/MF-2" }, { "name": "Retail/Neighborhood Office", "code": "R/O-1" }, { "name": "Retirement Housing", "code": "RH" }, { "name": "Single-Family Residence", "code": "SF" }, { "name": "Single-Family Residence-20", "code": "SF-20" }, { "name": "Single-Family Residence-6", "code": "SF-6" }, { "name": "Single-Family Residence-6/Single-Family Residence-7", "code": "SF-6/SF-7" }, { "name": "Single-Family Residence-6/Single-Family Residence-7/Patio Home", "code": "SF-6/SF-7/PH" }, { "name": "Single-Family Residence-7", "code": "SF-7" }, { "name": "Single-Family Residence-7/Patio Home", "code": "SF-7/PH" }, { "name": "Single-Family Residence-7/Planned Residential Development-2", "code": "SF-7/PRD-2" }, { "name": "Single-Family Residence-7/Planned Residential Development-3", "code": "SF-7/PRD-3" }, { "name": "Single-Family Residence-7/Planned Residential Development-4", "code": "SF-7/PRD-4" }, { "name": "Single-Family Residence-7/Single-Family Residence-9", "code": "SF-7/SF-9" }, { "name": "Single-Family Residence-7/Two-Family Residence (Duplex)/Planned Residential Development-7", "code": "SF-7/2F/PRD-7" }, { "name": "Single-Family Residence-9", "code": "SF-9" }, { "name": "Single-Family Residence-9/Patio Home", "code": "SF-9/PH" }, { "name": "Single-Family Residence Attached", "code": "SF-A" }, { "name": "Single-Family Residence Attached/Multifamily Residence-2", "code": "SF-A/MF-2" }, { "name": "Single-Family Residence Attached/Multifamily Residence-3", "code": "SF-A/MF-3" }, { "name": "Single-Family Residence Attached/Patio Home", "code": "SFA/PH" }, { "name": "Single-Family Residence Attached/Planned Residential Development-1", "code": "SF-A/PRD-1" }, { "name": "Single-Family Residence Attached/Planned Residential Development-5", "code": "SF-A/PRD-5" }, { "name": "Two-Family Residence (Duplex)", "code": "2F" }, { "name": "Two-Family Residence (Duplex)/Patio Home", "code": "2F/PH" }, { "name": "Two-Family Residence (Duplex)/Single-Family Residence Attached/Patio Home", "code": "2F/SF-A/PH" }, { "name": "Urban Mixed-Use", "code": "UMU" }, { "name": "Urban Residential", "code": "UR" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "S", "type": "esriFieldTypeString", "alias": "S", "length": 13, "domain": null }, { "name": "PD", "type": "esriFieldTypeString", "alias": "PD", "length": 7, "domain": null }, { "name": "ZONE_CASE", "type": "esriFieldTypeString", "alias": "ZONE_CASE", "length": 12, "domain": null }, { "name": "EDITOR", "type": "esriFieldTypeString", "alias": "EDITOR", "length": 6, "domain": { "type": "codedValue", "name": "Editor", "description": "Person Updating or Entering Data", "codedValues": [ { "name": "Subhash Parikh", "code": "SP" }, { "name": "David Denham", "code": "DD" }, { "name": "Jerry Johnson", "code": "JJ" }, { "name": "Ricky Lindley", "code": "RL" }, { "name": "Ron Reynolds", "code": "RR" }, { "name": "Xin Kang", "code": "XK" }, { "name": "Garri Grossi", "code": "GG" }, { "name": "David Absire", "code": "DA" }, { "name": "Tina Basher", "code": "TB" }, { "name": "Sonya Bilovecky", "code": "SB" }, { "name": "Georgeta Baciu", "code": "GB" }, { "name": "Unknown", "code": "U" }, { "name": "AG", "code": "AG" }, { "name": "Sulafa Ibrahim", "code": "SI" }, { "name": "Lisa Reighley", "code": "LR" }, { "name": "Nicole Obregon", "code": "NO" }, { "name": "Martin Holmes", "code": "MH" }, { "name": "Shari Forbes", "code": "SF" }, { "name": "Jeremy Grisham", "code": "JG" }, { "name": "Kimball Hansen", "code": "KH" }, { "name": "Danielle Journey", "code": "DJ" }, { "name": "Bryan Patten", "code": "BP" }, { "name": "David Gaworski", "code": "DG" }, { "name": "Rebecca Fong", "code": "RF" }, { "name": "Patrick Young\nPatrick Young", "code": "PY" }, { "name": "Tessa Allberg", "code": "TA" }, { "name": "Usha Eleswarapu", "code": "UE" }, { "name": "Lin Li Zheng", "code": "LZ" }, { "name": "Ray Deleon", "code": "RD" }, { "name": "Susan Denton", "code": "SD" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "EDIT_DATE", "type": "esriFieldTypeDate", "alias": "EDIT_DATE", "length": 8, "domain": null }, { "name": "ACCEPT_DAT", "type": "esriFieldTypeDate", "alias": "ACCEPT_DAT", "length": 8, "domain": null }, { "name": "ORDINANCENUM", "type": "esriFieldTypeString", "alias": "ORDINANCENUM", "length": 20, "domain": null }, { "name": "IMS_ZONE", "type": "esriFieldTypeString", "alias": "IMS_ZONE", "length": 50, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "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": { "type": "codedValue", "name": "Editor", "description": "Person Updating or Entering Data", "codedValues": [ { "name": "Subhash Parikh", "code": "SP" }, { "name": "David Denham", "code": "DD" }, { "name": "Jerry Johnson", "code": "JJ" }, { "name": "Ricky Lindley", "code": "RL" }, { "name": "Ron Reynolds", "code": "RR" }, { "name": "Xin Kang", "code": "XK" }, { "name": "Garri Grossi", "code": "GG" }, { "name": "David Absire", "code": "DA" }, { "name": "Tina Basher", "code": "TB" }, { "name": "Sonya Bilovecky", "code": "SB" }, { "name": "Georgeta Baciu", "code": "GB" }, { "name": "Unknown", "code": "U" }, { "name": "AG", "code": "AG" }, { "name": "Sulafa Ibrahim", "code": "SI" }, { "name": "Lisa Reighley", "code": "LR" }, { "name": "Nicole Obregon", "code": "NO" }, { "name": "Martin Holmes", "code": "MH" }, { "name": "Shari Forbes", "code": "SF" }, { "name": "Jeremy Grisham", "code": "JG" }, { "name": "Kimball Hansen", "code": "KH" }, { "name": "Danielle Journey", "code": "DJ" }, { "name": "Bryan Patten", "code": "BP" }, { "name": "David Gaworski", "code": "DG" }, { "name": "Rebecca Fong", "code": "RF" }, { "name": "Patrick Young\nPatrick Young", "code": "PY" }, { "name": "Tessa Allberg", "code": "TA" }, { "name": "Usha Eleswarapu", "code": "UE" }, { "name": "Lin Li Zheng", "code": "LZ" }, { "name": "Ray Deleon", "code": "RD" }, { "name": "Susan Denton", "code": "SD" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null }, { "name": "ADOPTION_DATE", "type": "esriFieldTypeDate", "alias": "ADOPTION_DATE", "length": 8, "domain": null }, { "name": "ZONING_HISTORY", "type": "esriFieldTypeString", "alias": "ZONING_HISTORY", "length": 800, "domain": null }, { "name": "DOC_ID", "type": "esriFieldTypeString", "alias": "DOC_ID", "length": 500, "domain": null }, { "name": "HYPERLINK", "type": "esriFieldTypeString", "alias": "HYPERLINK", "length": 500, "domain": null }, { "name": "SHAPE.STArea()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STArea()", "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null }, { "name": "PD_Subarea", "type": "esriFieldTypeString", "alias": "PD Subarea", "length": 25, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R2995_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "I3798HYPERLINK", "fields": "HYPERLINK", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S2683_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "maxSelectionCount": 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": "Central Standard Time", "timeZoneIANA": "Etc/GMT+6", "respectsDaylightSaving": false }, "preferredTimeReference": null, "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 }