{ "currentVersion": 10.9, "cimVersion": "2.7.0", "id": 18, "name": "Parcels", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "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 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 24000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "PARCEL_TYP", "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 237, 252, 184, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 232, 252, 210, 255 ], "width": 0.7 } }, "value": "1", "label": "Parcels" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 189, 179, 252, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 185, 179, 252, 255 ], "width": 0.7 } }, "value": "2", "label": "Condominimum" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 252, 179, 182, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 252, 179, 180, 255 ], "width": 0.7 } }, "value": "3", "label": "Street_ROW" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 242, 252, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 182, 232, 252, 255 ], "width": 0.7 } }, "value": "4", "label": "Rail_ROW" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 249, 255 ], "toColor": [ 252, 215, 249, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 188, 255 ], "toColor": [ 179, 252, 188, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 222, 179, 255 ], "toColor": [ 252, 222, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 248, 252, 255 ], "toColor": [ 184, 248, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 208, 252, 255 ], "toColor": [ 182, 208, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 179, 255 ], "toColor": [ 252, 179, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 218, 179, 252, 255 ], "toColor": [ 218, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 232, 252, 212, 255 ], "toColor": [ 232, 252, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 246, 179, 255 ], "toColor": [ 252, 246, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 215, 255 ], "toColor": [ 252, 215, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 192, 252, 217, 255 ], "toColor": [ 192, 252, 217, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 230, 252, 255 ], "toColor": [ 215, 230, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 187, 246, 255 ], "toColor": [ 252, 187, 246, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var parcelnum = Mid($feature.PARCELWP,0,1)\nvar parcelnums = Mid($feature.PARCELWP,0,2)\nvar parcelnumend = Mid($feature.PARCELWP,4,2)\nvar groupnum = Mid($feature.GISLINK,8,1)\n\nif (parcelnumend == '00' && parcelnums == '00'){\n return groupnum + TextFormatting.NewLine + \"\" + Mid($feature.PARCELWP,2,1) + \"<\/UND><\/BOL>\" + TextFormatting.NewLine +$feature.DISPLAY_AC;\n}\nif (parcelnumend == '00' && parcelnum == '0'){\n return groupnum + TextFormatting.NewLine + \"\" + Mid($feature.PARCELWP,1,2) + \"<\/UND><\/BOL>\" + TextFormatting.NewLine +$feature.DISPLAY_AC;\n}\nif (parcelnums == '00'){\n return groupnum + TextFormatting.NewLine + \"\" + Mid($feature.PARCELWP,2,4) + \"<\/UND><\/BOL>\" + TextFormatting.NewLine +$feature.DISPLAY_AC;\n}\nif (parcelnumend == '00'){\n return groupnum + TextFormatting.NewLine + \"\" + Mid($feature.PARCELWP,0,3) + \"<\/UND><\/BOL>\"+ TextFormatting.NewLine +$feature.DISPLAY_AC;\n}\nif (parcelnum == '0'){\n return groupnum + TextFormatting.NewLine + \"\" + Mid($feature.PARCELWP,1,5) + \"<\/UND><\/BOL>\" + TextFormatting.NewLine +$feature.DISPLAY_AC;\n}\n", "title": "Map_Labels" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "removeDuplicates": "all", "removeDuplicatesDistance": 0, "multiPart": "labelLargest", "deconflictionStrategy": "static", "repeatLabel": false, "allowOverrun": true, "stackLabel": false, "useCodedValues": true, "maxScale": 0, "minScale": 0, "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": null, "haloSize": null, "font": { "family": "Tahoma", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": -9889960.4633, "ymin": 4197534.642700002, "xmax": -9835302.5491, "ymax": 4244632.813000001, "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": "COUNTY_ID", "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": "COUNTY_ID", "type": "esriFieldTypeInteger", "alias": "COUNTY_ID", "domain": null }, { "name": "PARCEL_TYP", "type": "esriFieldTypeInteger", "alias": "PARCEL_TYP", "domain": null }, { "name": "GISLINK", "type": "esriFieldTypeString", "alias": "GISLINK", "length": 15, "domain": null }, { "name": "GISLINK2", "type": "esriFieldTypeString", "alias": "GISLINK2", "length": 15, "domain": null }, { "name": "CALC_ACRE", "type": "esriFieldTypeDouble", "alias": "CALC_ACRE", "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeString", "alias": "GLOBALID", "length": 38, "domain": null }, { "name": "LAST_UPDAT", "type": "esriFieldTypeString", "alias": "LAST_UPDAT", "length": 40, "domain": null }, { "name": "CREATED_US", "type": "esriFieldTypeString", "alias": "CREATED_US", "length": 254, "domain": null }, { "name": "CREATED_DA", "type": "esriFieldTypeDate", "alias": "CREATED_DA", "length": 8, "domain": null }, { "name": "LAST_EDITE", "type": "esriFieldTypeString", "alias": "LAST_EDITE", "length": 254, "domain": null }, { "name": "LAST_EDI_1", "type": "esriFieldTypeDate", "alias": "LAST_EDI_1", "length": 8, "domain": null }, { "name": "CAMA_DEEDA", "type": "esriFieldTypeDouble", "alias": "CAMA_DEEDA", "domain": null }, { "name": "CAMA_CALCA", "type": "esriFieldTypeDouble", "alias": "CAMA_CALCA", "domain": null }, { "name": "DISPLAY_AC", "type": "esriFieldTypeString", "alias": "DISPLAY_AC", "length": 15, "domain": null }, { "name": "GROUP_LETT", "type": "esriFieldTypeString", "alias": "GROUP_LETT", "length": 15, "domain": null }, { "name": "PARCELWP", "type": "esriFieldTypeString", "alias": "PARCELWP", "length": 6, "domain": null }, { "name": "INST_NUM", "type": "esriFieldTypeString", "alias": "INST_NUM", "length": 20, "domain": null }, { "name": "NOTE", "type": "esriFieldTypeString", "alias": "NOTE", "length": 40, "domain": null }, { "name": "Shape__Are", "type": "esriFieldTypeDouble", "alias": "Shape__Are", "domain": null }, { "name": "Shape__Len", "type": "esriFieldTypeDouble", "alias": "Shape__Len", "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "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 }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }