{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 5, "name": "Primary Zoning Divisions", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102659, "latestWkid": 2237, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17791300, "falseY": -41645400, "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": "uniqueValue", "valueExpression": "//Returns the primary zoning divsion based on districts categorized here https://library.municode.com/fl/lee_county/codes/land_development_code?nodeId=LADECO_CH34ZO_ARTVIDIRE\n\nvar zone = $feature.ZONING;\n\nvar division = When(\nzone == 'AG-1' || zone == 'AG-2' || zone == 'AG-3', 'Agricultural', \nzone == 'RSC-1' || zone == 'RSC-2' || zone == 'RSA' || zone == 'RS-1' || zone == 'RS-2' || zone == 'RS-3' || zone == 'RS-4' || zone == 'RS-5' || zone == 'RSA' || zone == 'TFC-1' || zone == 'TFC-2' || zone == 'TF-1' || zone == 'RM-2' || zone == 'RM-3' || zone == 'RM-6' || zone == 'RM-8' || zone == 'RM-10' || zone == 'MH-1' || zone == 'MH-2' || zone == 'MH-3' || zone == 'MH-4' || zone == 'MHC-1' || zone == 'MHC-2' || zone == 'MH-1 AND TFC-2' || zone == 'RPD' || zone == 'MHPD', 'Residential', \nzone == 'RV-2' || zone == 'RV-3' || zone == 'RVPD', 'Recreational Vehicle Park', \nzone == 'CF' || zone == 'CF-2' || zone == 'CFPD' , 'Community Facilities', \nzone == 'C-1' || zone == 'C-1A' || zone == 'C-2' || zone == 'C-2A' || zone == 'CN-1' || zone == 'CN-2' || zone == 'CN-3' || zone == 'CC' || zone == 'CG' || zone == 'CS-1' || zone == 'CS-2' || zone == 'CH' || zone == 'CT' || zone == 'CR' || zone == 'CI' || zone == 'CP' || zone == 'CPD', 'Commercial',\nzone == 'CM' || zone == 'IM' || zone == 'PORT', 'Marine-Oriented', \nzone == 'IL' || zone == 'IG' || zone == 'IR' || zone == 'IPD', 'Industrial', \nzone == 'AOPD' || zone == 'CFPD-RPD' || zone == 'CFPD/RPD' || zone == 'CCPD' || zone == 'MEPD' || zone == 'MPD' || zone == 'MHPD-RVPD' || zone == 'PUD' || zone == 'PRFPD' || zone == 'RPD:CPD' || zone == 'RVPD/MHPD' || zone == 'RVMHPD', 'Other Planned Development', \nzone == 'EC', 'Environmentally Critical', \nzone);\n\nreturn division;", "valueExpressionTitle": "Custom", "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "defaultLabel": "Other", "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 220, 64, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Residential", "label": "Residential" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 82, 82, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Commercial", "label": "Commercial" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 84, 154, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Industrial", "label": "Industrial" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 206, 245, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Agricultural", "label": "Agricultural" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 125, 125, 125, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Other Planned Development", "label": "Other Planned Development" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 123, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Community Facilities", "label": "Community Facilities" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 91, 135, 68, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Environmentally Critical", "label": "Environmentally Critical" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 153, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Recreational Vehicle Park", "label": "Recreational Vehicle Park" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 122, 184, 245, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "Marine-Oriented", "label": "Marine-Oriented" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 237, 215, 255 ], "toColor": [ 252, 237, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 213, 179, 252, 255 ], "toColor": [ 213, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 185, 252, 182, 255 ], "toColor": [ 185, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 223, 252, 255 ], "toColor": [ 184, 223, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 202, 255 ], "toColor": [ 252, 179, 202, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 252, 240, 255 ], "toColor": [ 184, 252, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 232, 212, 252, 255 ], "toColor": [ 232, 212, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 239, 252, 182, 255 ], "toColor": [ 239, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 212, 255 ], "toColor": [ 215, 252, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 208, 207, 255 ], "toColor": [ 252, 208, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 195, 252, 255 ], "toColor": [ 182, 195, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 240, 255 ], "toColor": [ 252, 179, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 242, 252, 255 ], "toColor": [ 215, 242, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 562124.6953081638, "ymin": 713471.7952103242, "xmax": 806019.1947229132, "ymax": 897044.2961748242, "spatialReference": { "wkid": 102659, "latestWkid": 2237, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17791300, "falseY": -41645400, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "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": 25, "domain": null }, { "name": "VERIFYDATE", "type": "esriFieldTypeDate", "alias": "VERIFYDATE", "length": 8, "domain": null }, { "name": "ZONE", "type": "esriFieldTypeString", "alias": "ZONE", "length": 60, "domain": null }, { "name": "GeneralZoning", "type": "esriFieldTypeString", "alias": "Generalized Zoning", "length": 40, "domain": { "type": "codedValue", "name": "GeneralizedZoning_1", "description": "Generalized zoning categories", "codedValues": [ { "name": "Agriculture", "code": "Agriculture" }, { "name": "Community/Public Facilities", "code": "Community/Public Facilities" }, { "name": "Environmentally Critical", "code": "Environmentally Critical" }, { "name": "Heavy Commercial", "code": "Heavy Commercial" }, { "name": "Industrial", "code": "Industrial" }, { "name": "Light Commercial", "code": "Light Commercial" }, { "name": "Marine", "code": "Marine" }, { "name": "Mobile Home/RV", "code": "Mobile Home/RV" }, { "name": "Moderate Commercial", "code": "Moderate Commercial" }, { "name": "Multi-Family", "code": "Multi-Family" }, { "name": "Single-Family/Duplex", "code": "Single-Family/Duplex" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PL_COM", "type": "esriFieldTypeString", "alias": "PL_COM", "length": 50, "domain": { "type": "codedValue", "name": "Planning_Community", "description": "Lee Plan Planning Community", "codedValues": [ { "name": "Boca Grande", "code": "2" }, { "name": "Bonita Springs", "code": "3" }, { "name": "Fort Myers Shores", "code": "4" }, { "name": "Burnt Store", "code": "5" }, { "name": "Cape Coral", "code": "6" }, { "name": "Captiva", "code": "7" }, { "name": "Fort Myers", "code": "8" }, { "name": "Fort Myers Beach", "code": "9" }, { "name": "Gateway/Airport", "code": "10" }, { "name": "Daniels Parkway", "code": "11" }, { "name": "Iona/McGregor", "code": "12" }, { "name": "San Carlos", "code": "13" }, { "name": "Sanibel", "code": "14" }, { "name": "South Fort Myers", "code": "15" }, { "name": "Pine Island", "code": "16" }, { "name": "Lehigh Acres", "code": "17" }, { "name": "Southeast Lee County", "code": "18" }, { "name": "North Fort Myers", "code": "19" }, { "name": "Buckingham", "code": "20" }, { "name": "Estero", "code": "21" }, { "name": "Bayshore", "code": "22" }, { "name": "Fort Myers Shores annexations", "code": "40" }, { "name": "Burnt Store annexations", "code": "50" }, { "name": "Incorporated Cape Coral", "code": "60" }, { "name": "Incorporated Fort Myers", "code": "80" }, { "name": "Gateway/Airport annexations", "code": "100" }, { "name": "Daniels Parkway annexations", "code": "110" }, { "name": "Southeast Lee County annexations", "code": "180" }, { "name": "North Fort Myers annexations", "code": "190" }, { "name": "Buckingham annexations", "code": "200" }, { "name": "Northeast Lee County", "code": "1" }, { "name": "Estero Village of", "code": "210" }, { "name": "Estero annexations by Bonita Springs", "code": "213" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "City_ZoningRemarks", "type": "esriFieldTypeString", "alias": "City_ZoningRemarks", "length": 60, "domain": null }, { "name": "City_UpdateDate", "type": "esriFieldTypeDate", "alias": "City_UpdateDate", "length": 8, "domain": null }, { "name": "PolygonID", "type": "esriFieldTypeInteger", "alias": "PolygonID", "domain": null }, { "name": "CREATOR_NAME", "type": "esriFieldTypeString", "alias": "CREATOR_NAME", "length": 100, "domain": null }, { "name": "CREATE_DATE", "type": "esriFieldTypeDate", "alias": "CREATE_DATE", "length": 8, "domain": null }, { "name": "EDITOR_NAME", "type": "esriFieldTypeString", "alias": "EDITOR_NAME", "length": 100, "domain": null }, { "name": "EDIT_DATE", "type": "esriFieldTypeDate", "alias": "EDIT_DATE", "length": 8, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Source_GlobalID", "type": "esriFieldTypeGUID", "alias": "Source_GlobalID", "length": 38, "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": "R74885_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_74885", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S68076_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }