{ "layers": [ { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 0, "name": "Art", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "c61ac7533811303ab0384bd154bbb2b6", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRIid3VzysEUQDA8a+MtQ7WYOweDOWAaF0c5GAv5uDi4EpS7i6iFAdX/gTlxNVdag/KRYooRe1K0TQIy42M0myobZ8382bHgW+9w/vR5/B69TR+Me1/4I2krjRqasNiMeKnNnlLiBe4bYsRpwFDGX7AwcDslV5LmiEW2FDGZxgIfudZNrHJ+aIWk5h0Cfd+xA/Y5oRdX7yPjDru1cMgc6wjyibPMmPIkuLVaNTTxBrzvON+r/dj0UqnFPbFv9pjq4gZmJyxj05LdLjXCNMMM8ESowQtMH5ElifuKOBEi5t043BZHHUk0ElGh6+wU7Z2zXlleI5DZskI91zewuMdpEuen6gk7SRoVsfHWaTSyvALjlllShl65h6dlBz3DnnPLkwury8yvCqU+tkjNyXzv/uHfgAbRkEhrSPvTgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Name", "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": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 50, "domain": null }, { "name": "Artist", "type": "esriFieldTypeString", "alias": "Artist", "length": 50, "domain": null }, { "name": "Description", "type": "esriFieldTypeString", "alias": "Description", "length": 150, "domain": null }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Material", "type": "esriFieldTypeString", "alias": "Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 250, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R192_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_192", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_192", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S93_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 1, "name": "Benches", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "048b8bcd37558d4973aa4c330774266d", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA2ElEQVQ4jcXUv0pCURwH8A9pS7gkNLgXjeGim0RzhosPkBA1tDS5mH8QgkqcxL25xWfwJXqDXiC3lrhwh5vo9V694Hc7v3P4nOGc3y8v4+T3CRawyAoso4dGVuAYl6hhvivYCLEg76juAh7iLbKuoInPbcFHnC3VXjDDb1qwiOcV9VPcY5IW7ON4zV4XH/hJCp7jIeayE7TRSQqOwgeJyxOm+N4EXuHa5hxhgLs48CD8xElzG57/Wge2cJECzOEVN6vAoPmH0qcebckoGEyS0hbgv+x1HibKH99VGoLDGgygAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 15, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1611954916284055E7, "ymin": 6774396.434955806, "xmax": 1.1611984915239811E7, "ymax": 6774456.408917233, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "BenchType", "description": "Type of Bench", "codedValues": [ { "name": "Post In-Ground", "code": "Post In-Ground" }, { "name": "Ornamental", "code": "Ornamental" }, { "name": "Sports", "code": "Sports" }, { "name": "Free Standing", "code": "Free Standing" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Material", "type": "esriFieldTypeString", "alias": "Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "Plaque", "type": "esriFieldTypeString", "alias": "Plaque", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PlaqueDescription", "type": "esriFieldTypeString", "alias": "Plaque Description", "length": 150, "domain": null }, { "name": "ConcretePad", "type": "esriFieldTypeString", "alias": "Concrete Pad", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SlatColor", "type": "esriFieldTypeString", "alias": "Slat Color", "length": 50, "domain": { "type": "codedValue", "name": "AssetColor", "description": "Color of Asset", "codedValues": [ { "name": "Red", "code": "Red" }, { "name": "Orange", "code": "Orange" }, { "name": "Yellow", "code": "Yellow" }, { "name": "Green", "code": "Green" }, { "name": "Blue", "code": "Blue" }, { "name": "Indigo", "code": "Indigo" }, { "name": "Violet", "code": "Violet" }, { "name": "Black", "code": "Black" }, { "name": "White", "code": "White" }, { "name": "Gray", "code": "Gray" }, { "name": "Brown", "code": "Brown" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FrameColor", "type": "esriFieldTypeString", "alias": "Frame Color", "length": 50, "domain": { "type": "codedValue", "name": "AssetColor", "description": "Color of Asset", "codedValues": [ { "name": "Red", "code": "Red" }, { "name": "Orange", "code": "Orange" }, { "name": "Yellow", "code": "Yellow" }, { "name": "Green", "code": "Green" }, { "name": "Blue", "code": "Blue" }, { "name": "Indigo", "code": "Indigo" }, { "name": "Violet", "code": "Violet" }, { "name": "Black", "code": "Black" }, { "name": "White", "code": "White" }, { "name": "Gray", "code": "Gray" }, { "name": "Brown", "code": "Brown" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R191_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_191", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_191", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S92_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 2, "name": "Bicycle Racks", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "7492ec4c7a84e8ad720967edc10cff7f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAB8AAAAgCAYAAADqgqNBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAD20lEQVRIie2WbWxTVRjH/7e995a+Xka7lsEETJAxXgLZlMEEAwopQsIQHMEPYkwYaNyHGXxLjEkxMbCYSNDNSBZQUQjKBzMDJuLGJsKWTZqxEE0scSUTWN/Wre1td9vbe6/pKc6NUNaGzu2D/+Qk93mec/s75znPc3ppTKHo/+HTIu3BmuZPRlrd+yT3MAtFeWgApWfBrpjtY9cVVxfU2y9lhAdrf3iLb+iqRR6lRBOId/RbpVuhFsXRZqIcG4T7wpOuwL58gsf9dn+IGebjdgDN94XLoTiHyVRcfnSsOf1bTT2Pg656adoQJUQ+7iKPMzYvBLPUmnZf90K48Gf+4QqfgHjNA0Pdaoi9nlG/1B8CRBnMChtZ3KTA5eAIhNY+aJ9fguSN4Khf/N1PhpKUwZQW5gTO+cxVJg24wxuh273sngBFYqAo5HI30NlOVM8xgi0vghITEdh1FkokPi7OHdoI/d4yRJucDw/XPDkP3KFnwFYUQ/ZFIXl5DB+4AGa5FcbXnkD48OV/F1ZsIgvT7SgFs3AW2Iq5UBIShHMu8J9dJc9Zw7VbF8F8thp8QzdC77VBU/kIjG9WwnhgDfxVZ2D75WVS8aksaKsWw1i3GnxjN2YefRb6/eUIH/wZlI6BoXYVtDtK4bd/DSWenBhOsWoUHN+G0LsXETnSSXyGmjL4nvoc5tM7ye6EtpuwtuwhO0p034bf/hUKf3wR0q0wpDsRJHoGEG+/Sd63de6F8Y1KhD+4NDGcfXwO1DYDoid60nZZEeglhWQX6tkGchQj3/+BxDUPmOU2DL/dAhWngWb9AgR2foNEx18wf1sN39NfksyE6y/D+Pqa7OCKfLdaVVR6wmIL+E9/hegcgByIgS6xYOiVc2BXzUWyb4hUN2VgyVx5SIDk4RGpvwK1VU+yIPtjo/EJ4aJzANLtMKncyIdXEDt9PX0cehbm3csQcrQTO5Xuf5SCpKDabSWIt7kxct41GtNWlUB03skOrogSgnu+g6X5BdJewnkXVBYdTO+shdjrRexUejHjJCsIO9pR0LgF0kAE0eM9JHOG/eXQv7QS3oqm7OApCRfd8K49Ae7gesz6YjtJd/RkLyJHuzJeIvyxq6A0apje34CZ9ZuIL3ljEP4tp8gtmFOfi70eBLafQS5KtR9/zEnqRBGSSLoGH3jj0cizUv089s/nQaIxhaLHGipOEwJgmSwYpVX/lhHOLDI3Cj/1fZSPr9Z7RT9mjnO6ztaM8IKGrUcGa5rnC63uV/P26axjwK4s8tHrip+jHHY5Izwlc1NVHYDUyI9iADrujmlbcP+1phT+N/Rkk65HvTaBAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 23, "height": 24, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "BicycleRackType", "description": "Type of Bicycle Rack", "codedValues": [ { "name": "Ribbon", "code": "Ribbon" }, { "name": "Post", "code": "Post" }, { "name": "Fence", "code": "Fence" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Material", "type": "esriFieldTypeString", "alias": "Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 50, "domain": { "type": "codedValue", "name": "AssetColor", "description": "Color of Asset", "codedValues": [ { "name": "Red", "code": "Red" }, { "name": "Orange", "code": "Orange" }, { "name": "Yellow", "code": "Yellow" }, { "name": "Green", "code": "Green" }, { "name": "Blue", "code": "Blue" }, { "name": "Indigo", "code": "Indigo" }, { "name": "Violet", "code": "Violet" }, { "name": "Black", "code": "Black" }, { "name": "White", "code": "White" }, { "name": "Gray", "code": "Gray" }, { "name": "Brown", "code": "Brown" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R187_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_187", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_187", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S88_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 3, "name": "Court And Field Accessories", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "e7511a26e4893a89f413f4ef2d6005ec", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABB0lEQVRIid2RsWrCUBSGP2mIBUFdVBA3IeCgWXQTii/gMxRd+wRd6mzBNxA6dVLoUvoCfQDjYKFUULAUaikUiouKgg16k5uQISlifjgXzs9/v3s4V+EfpYQYrvPEgprkx+gw4Nof/Jcst0SpCN4dcE8mmLWkgJzQJ09i54HBC3SlxKdlIQf9UJXyKjMMbpzhExq0HUB5W3+xOzWz/vQF9FiAG1wFrvBW0SxRbzt4KD90DTw7pEpAXOg/gLEt8+4FzzDk0paYo/HIOVXB6wMtvkkys2QTTN3hY3Tp+TyGObtVaR54oSnP6wYPWEqI4WcsqQMRNntvRYQcS//wV8qO/sjz5rHX4kNb+LosDgis1xAAAAAASUVORK5CYII=", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.161147401567106E7, "ymin": 6773901.333911896, "xmax": 1.1611750778897047E7, "ymax": 6774596.031341389, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "CourtFieldAccessoriesType", "description": "Type of Court and Field Accessory", "codedValues": [ { "name": "Basketball Hoop", "code": "Basketball Hoop" }, { "name": "Batting Cage", "code": "Batting Cage" }, { "name": "Bleacher", "code": "Bleacher" }, { "name": "Bullpen", "code": "Bullpen" }, { "name": "Foul Pole", "code": "Foul Pole" }, { "name": "Goal Post", "code": "Goal Post" }, { "name": "Player Bench", "code": "Player Bench" }, { "name": "Scoreboard", "code": "Scoreboard" }, { "name": "Soccer Goal", "code": "Soccer Goal" }, { "name": "Tennis Net", "code": "Tennis Net" }, { "name": "Volleyball Net", "code": "Volleyball Net" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R186_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_186", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_186", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S87_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 4, "name": "Drinking Fountains", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "5ea30531caa653adacfe600233d525a0", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADL0lEQVRIid3Ua0xSYRgA4BchJ+g0JEFWlMKqEZrmpB+1meW6iFJp97VmWf7oPlkL/7S11jJzbWW51dwqSmvq/FG6lk26CFpu3TbE4Hg28cLRRM6BgigGnHYsnBGI1vzT++t87/ed5/3Ou+87DJjFYPz3+IKEpLT6GHaiy/6pj4ZjSM6/4ksAAPn1HJW68dDSFXnHOE+uFBlxzJ8GGgCIAACdNh6XKDyckJymtPbrbhAYejFEcVq8QFLH5gulmK5jn8uFvw6LR88T7Fm+oeTMyu1lfL1aVdrVeJ4kMLQpEOYIJLUyhWoLV5jBaq7cXYtoG3IBoHdK3PmNUA92vyTS847yJTlFXABQtN85vcg/TwLQ5i1KuZdbqtpKwbZhlHTiwyYA6AvfFodj1IRo1zZX7HwuVzYsowqQQG4jvZ4oapoZE8/JLVUV+OEnVcXPzD2aTQDgCY8HKZCSs5/r9bjHp7IOXOJE0OcABbdWHXxu1geH/8DnJgq7E4TpTv/Y53Z/71bfdmXkn2DSGZHjOQomfV5413LNFhUbH7t4VWGHf711QG/Dh4wbg+ILU9fFrD9eI4EwQYugw7qSq2wAyJycf3ih8DU+ZAy+87HBHlZ3263fPpEZx6OLpHnUeZ4IaueG9gder8dNTs677KOskG3BDJ1ZmKHTP4yIZvOrC88+llInNHDnALQxjaqs+avdcnmyHxIHAIP//fj54vuyU7VSbnJ6ND5kIG0jqFeYmc/QPa3xLFm9gyHO3ssD0id/VX8OJTC0IsAJiv+EBeI6meLuZp4og4WbjeSj8sK3abIjyQDAGdS96EM6mtz5ynqJeO0+ns/nU3Q1nodgBf7AWXH8kgz5yS08USaLwBCytar4mXXw4zEA0I73is7wmd63ZrVU7NLkK+vH78HAhzYFgaHNANAzJf7VPlyjV9+WRbJi8z60XG/HDJ3UOU4KWIab0M41LZd2vRRJ5QttWO/NQDhUW8hhY1fBN8fZMsKMVIa6IPDly5gJ6ch2WrGdln5d9Ux+uSRhRsonJ4zaBt/n0X7LSO8b5kTS4bBYHMHhqXAICNSs13DNes00l88M/6uYVfwHYPVfWe3W0/4AAAAASUVORK5CYII=", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Condition", "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": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DogDish", "type": "esriFieldTypeString", "alias": "Dog Dish", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R185_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_185", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_185", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S86_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 5, "name": "Flagpoles", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "3e717f4af2fd72c8666bd1d93be7cbf1", "imageData": "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", "contentType": "image/png", "width": 14, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FlagFlown", "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": "FlagFlown", "type": "esriFieldTypeString", "alias": "Flag Flown", "length": 50, "domain": null }, { "name": "PoleMaterial", "type": "esriFieldTypeString", "alias": "Pole Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Height", "type": "esriFieldTypeSmallInteger", "alias": "Height", "domain": null }, { "name": "MaintenanceMethod", "type": "esriFieldTypeString", "alias": "Maintenance Method", "length": 50, "domain": { "type": "codedValue", "name": "FlagpoleMaintenanceMethod", "description": "Method of Maintenace for Flagpoles", "codedValues": [ { "name": "Bucket Truck", "code": "Bucket Truck" }, { "name": "Ladder", "code": "Ladder" }, { "name": "Pulley", "code": "Pulley" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 100, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R184_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_184", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_184", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S85_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 6, "name": "Grills", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "4e0ffdcda1d84b2d624b6b2f37ae4a62", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACZUlEQVRIid2VW0iTYRjHf9/XDsqXzVMlEaiTcqUOxZuSQEIIb+omgi4MFEryxiiigzAcWlM7iAUdDLqIhC5CS4ouKmQ35UVpkpsLQVlIRs6FTh1scxrb1O0zNw/RRf3hvfm/8Pue533+7/cq+ItS/L/w63q22d2cc/nIU4hIPj8ujYqurWruGq14NwRvKmCH3UVbxzeKWwsRczUgAJ45aB3isNmB6WQm7TvTqTCamV0z3KCjeNxNe2MeKTUWyNOE99QiaDfD7gTiMyTKTDb2n9dTdOMzY6vC6/VkTnp4dk1PUqDSWNIlQEs+WWc+8f4YZD8Ff0y4fYqO2wWrgxeVrIKLOrKaRR5ipzwq/EI2B7ud5NcNhL1uJ1zqlwOHpkEUwOwIe/2THK8s5NSDHnwrwn94OPviAEgR7pQPruTK4a++g0KAQ2lhrzQN9ZOvVAJ3VoQnKknXKOUgQQiBIhWoWlzm70sOpqgkKlwtIskxa1fcpuAHE2MN1L1R+HxoTUeFj3sZ++kNtbwo7xxMLI0opJnZ0JFE+gOu4Kx6osKTlDyq+EBJQURzfRPQMiiHDwbSEkrIkrrG8BdtoSUq/OYgj6t3UWvMISuiG4w5cvjLhbSULqTF6YURN2+bhpmMeYkSFVTdH6bztJZ41qC5eai14tiu4MTyvd/gdTbe1Ozh8r1hGqu0xMUCB87eYMUpKTnSYMOxKjwgk41b9bnYqvto/eIiIzBUlSiv9vko852jfEyJ5+hVCyPr+uUaLLwGMg17KavqpTxVRaooEOfxMzPhw54m0dxg5d0fPRb1A7RBcK1b/+4b+gu4TbyPzWc6cgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "HotAshContainer", "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": "HotAshContainer", "type": "esriFieldTypeString", "alias": "Hot Ash Container", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 100, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R183_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_183", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_183", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S84_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 7, "name": "Lights", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "9c29080d2908c23568fee5c1138b30bb", "imageData": "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", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.159417412769872E7, "ymin": 6772388.928472146, "xmax": 1.1613808035281226E7, "ymax": 6774607.666816816, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PoleMaterial", "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": "PoleMaterial", "type": "esriFieldTypeString", "alias": "Pole Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LightType", "type": "esriFieldTypeString", "alias": "Light Type", "length": 50, "domain": { "type": "codedValue", "name": "LightType", "description": "Type of Light", "codedValues": [ { "name": "Accent", "code": "Accent" }, { "name": "Cobra", "code": "Cobra" }, { "name": "Decorative", "code": "Decorative" }, { "name": "Security", "code": "Security" }, { "name": "Sports Lighting", "code": "Sports Lighting" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "NumberOfLights", "type": "esriFieldTypeSmallInteger", "alias": "Number Of Lights", "domain": null }, { "name": "Bulb", "type": "esriFieldTypeString", "alias": "Bulb", "length": 50, "domain": null }, { "name": "Wattage", "type": "esriFieldTypeDouble", "alias": "Wattage", "domain": null }, { "name": "Height", "type": "esriFieldTypeSmallInteger", "alias": "Height", "domain": null }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R182_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_182", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_182", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S83_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 8, "name": "Markers", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "9c2d3577e656169a70406217dcf53f1d", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAYAAABmvqYOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABmUlEQVQ4jcXVv0sbYRjA8W/uLvE0NV7UVKNoqUMMEYkoOqT4Axz8AzoGFArdnBw7dGtmnR1E/wmRLKJocIlmCDiIIGhEPM0lqMlVLleCk5DXu7QUv+vz8lmeB16F/5jybvhUNxHFpkM0t6GQueOqaXy6l5hpchxU8YneXD6hj0B/Hn43hT9U2ZwN4ZM9ohfQp9J9ZLNOmSXX+GSQ5EAbE2/B9QJeCLbwNaHx89DgwhVuQ+qzHwf6pbiGf/eWLWDWEY9rrI12MIjLvB741MoXRWIhe8+OEE/08FG2WOwUrrBxkXbkQpU1ICrEH6tszYTQ+ItiAYatGj9OSqQa4pJE8bkGPql5vGJhy57XN/8KV/18y5WYT3QRagau2XD+wHHWYFOIZy6pjAdZva7yK6y6x/NlTJ/Cd8dryRZJeWyWwioRN3DFghuTdM4g64jXUyWWT8tsRwPITviJgdFus9ho1hA/uCc9prE/9IG5t5arm/BosZErUXSN1wspJPd0zjQvrQjSTQr5MiuiuRBP6xSANtHcTe/3WfxrfwDwq3G6oRTKvAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 17, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Description", "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": "Description", "type": "esriFieldTypeString", "alias": "Description", "length": 150, "domain": null }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R181_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_181", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_181", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S82_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 9, "name": "Monuments", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "96af102ad7dd6fc74b0cbb7373be5894", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAAYCAYAAAAYl8YPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA1UlEQVQ4jWNhoCJgGeKG+S33ZtgUuZVywzxXiTL8/7eSwXupHsPW6HuUGcb6N5vhPyM3AxNzAQMDQx75hjnM52D4z5TJwPAfxEti8F5az7A1+j15hvFxWTL8/y8G5XEzMDM7MjAwrCPPMEYGZoijoODff6bhnM6IBCzEKhw1DEuYNTQwMZzV8EJIgdOVPgqfkdGYwXfFDxQx5v9XGDZEPkA17IA8GwMvw2YG/KACQ+QfYy4DA8MUVMOoAFiGgGEHEn8wOMznJNkEUe7fmIbBDKSKy6gAAI5gL53zsb9HAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 14, "height": 18, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Description", "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": "Description", "type": "esriFieldTypeString", "alias": "Description", "length": 150, "domain": null }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "Donor", "type": "esriFieldTypeString", "alias": "Donor", "length": 50, "domain": null }, { "name": "NamingRights", "type": "esriFieldTypeString", "alias": "Naming Rights", "length": 50, "domain": null }, { "name": "DateOfLastRecognition", "type": "esriFieldTypeDate", "alias": "Date Of Last Recognition", "length": 8, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R180_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_180", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_180", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S81_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 10, "name": "Playground Equipment", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "f1078aef587207c361c4a1a201acdddb", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAYAAABmvqYOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABtUlEQVQ4jcXVXShkYRjA8f907AwjxgVaNh9lDXGhKHbbrdlWLSGxG7VNjRIX4gZFUZrUTFxoV5vdrS2Tjws1RSkxRqFtt5RmLraUcEF2WrUT+ci30VyqeWfOIc3/9nn71el93k4Ej1hE2HBzNfozFTrRXJLwWOz8VYxbjeQcnuDOS0UtOrO8xn9zDc/Mdi4U4R4vIwMm1Oog3/ZCT3zfFD+AOtl4RyVGQw4FwWB/6QmQmcSH7vf0WCbZloXf+LCW5aNCRk3viG4fYxQwhMSbSxlsKCYVmWk18DaXV9FPKBmYwSHEzdUkRmoxZSWjqJqXSL/XGQSyhfi/Y0b7q4jjHpkMZF1e0zXkwBoQl1Tsn5xBbJRy3HuEL1Jzd+fv4Bk66r85Ke6tJUEJfHUN06u4v8wxIsTb7Jy2lvN5ZQNLUaZ83LbEeYyWxpDb8mkGq89HXeFz9CoZy+g9AtcWzu8LuELi/mI1tEz8Yvbja6RQ+JCDg7RETIFmAfHeKZwtpfysKOBNTJDL/bMDewfYvs6zLxv3l5KMsWOczYynCPm1XTy2RdpEcyHeOYzH/wBFczmF72fx0G4BtGBwf14LmdsAAAAASUVORK5CYII=", "contentType": "image/png", "width": 17, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1611953069831058E7, "ymin": 6774374.872991055, "xmax": 1.1611989518248975E7, "ymax": 6774440.1215482205, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "PlaygroundEquipmentType", "description": "Type of Playground Equipment", "codedValues": [ { "name": "Infant Swings", "code": "Infant Swings" }, { "name": "Swings", "code": "Swings" }, { "name": "2-Bay Swings", "code": "2-Bay Swings" }, { "name": "3-Bay Swings", "code": "3-Bay Swings" }, { "name": "Composite Climber", "code": "Composite Climber" }, { "name": "Slide", "code": "Slide" }, { "name": "Digger", "code": "Digger" }, { "name": "Glide Bar", "code": "Glide Bar" }, { "name": "Hanging Bars", "code": "Hanging Bars" }, { "name": "Rock Wall", "code": "Rock Wall" }, { "name": "Sand Box", "code": "Sand Box" }, { "name": "See-Saw", "code": "See-Saw" }, { "name": "Spinner", "code": "Spinner" }, { "name": "Tire", "code": "Tire" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PrimaryMaterial", "type": "esriFieldTypeString", "alias": "Primary Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SecondaryMaterial", "type": "esriFieldTypeString", "alias": "Secondary Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "AgeRange", "type": "esriFieldTypeString", "alias": "Age Range", "length": 50, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manfacturer", "type": "esriFieldTypeString", "alias": "Manfacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R179_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_179", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_179", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S80_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 11, "name": "Signs", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "4f11885b97cd7d2a2687746826a31d1d", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABnklEQVRIid3VT0jTYRgH8E9hW+QlSqM6qAgjIqyIunWTBV48KkRFCFkUxC4dHDKiwPJoHRwRXSIIunpqHYwOtbYKI/pDwhSSJGF02Vj/KAiFLTa3/cRL3+P7Pu/n5eV5ed8W65iW/xbf0ElfNyfaaAuzuUjhM/OvmSwwEwjfT28X4+fp6SVUXljAAwbv8vwlZ78y1zB+mNgAI5fYUW2+FafZepxj53j4hOFZpuvi++g/Sfwi7eokhDtEhrj1iWiJ+dXwUA9jjcDlSRLJkZymryZ+kNhl9jYDr5zgFEcyHChvcgXeSXQPGwXIANsnGc5woSq+m51B4JUm76KjfKwCD7MlKL68QWtN/AelteClf9ZX4Evkg8I/8eUvUQPPkV3iaFP3cDmPKL7jXk08w9Ur9N+ku1l8gpk8qZo48k+5nWI02kRzr7PwnhH8Xg33gmsJIhhsZIMJFu8zPsfjhh6uZwzFmZ3izChd1XrwgV8J3r4i/pGppp7cLGNZkmkSHRxqZ9smwt8oLrCYI/WGG/ge9LPIp4ml6xQFxdeUdcX/ANZ8Z6vR1xIWAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.161171354504764E7, "ymin": 6774266.015597224, "xmax": 1.161171354504764E7, "ymax": 6774266.015597224, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "SignType", "description": "Type of Signage", "codedValues": [ { "name": "Informational", "code": "Informational" }, { "name": "Ornamental", "code": "Ornamental" }, { "name": "Regulatory", "code": "Regulatory" }, { "name": "Directional", "code": "Directional" }, { "name": "Trailhead", "code": "Trailhead" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FacingDirection", "type": "esriFieldTypeString", "alias": "Facing Direction", "length": 50, "domain": { "type": "codedValue", "name": "FacingDirection", "description": "Facing Direction of Signage", "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": "Height", "type": "esriFieldTypeSmallInteger", "alias": "Height", "domain": null }, { "name": "PoleMaterial", "type": "esriFieldTypeString", "alias": "Pole Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SignMaterial", "type": "esriFieldTypeString", "alias": "Sign Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R178_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_178", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_178", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S79_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 12, "name": "Storage Containers", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "fd289ce3add0b1dc2698cedd41b8ca88", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAzUlEQVRIieXSMQqDMBQG4D/UK0gXiejk5OAs4hk6eB5P4eju4iUcCl0EIevTwUCuIBQsZm0LIdhB+0MgS773+ImDH8Y5B845f3ie97TFlFKKiG4f8SiKrkVRcFu8rus7EZ2t83PiRIRxHBHHMVzX3Q/v+x5VVWFdV7Rti7IsjQYY4cMwaHjLsiwQQiDP833wMAzRdZ2+M8YQBIHJMzM8TVO9+dZ5kiTwfX8/nDGGLMv0Od5X/GNcCMGapplssXmeL19xKSWXUtrabzlu5y8noEYs2CuMNgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Material", "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": "Material", "type": "esriFieldTypeString", "alias": "Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Combination", "type": "esriFieldTypeString", "alias": "Combination", "length": 50, "domain": null }, { "name": "Fixed", "type": "esriFieldTypeString", "alias": "Fixed", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Size", "type": "esriFieldTypeString", "alias": "Size", "length": 50, "domain": { "type": "codedValue", "name": "Size", "description": "Generetic Size Domain", "codedValues": [ { "name": "Small", "code": "Small" }, { "name": "Medium", "code": "Medium" }, { "name": "Large", "code": "Large" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R177_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_177", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_177", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S78_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 13, "name": "Stormwater Infastructure", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "ea3d9df477c213ca9a16ff63180fbf43", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACJUlEQVQ4jeXVXUhTYRzH8e/acvNlUSu0IneRK1OHSraiCGq1i6QoigrBgtFFIV5IEHST9AJBIlhdpJUS6yYDQamoC0Op0SgbkVsOozZyOdZpy0zmaltTYwjFqc2z3iDod/f8/s/5PJyHA0fBX4ziP8DXnTIQ6G9EKa/C1SH8Oby87jQT0cNsvpjJo+PPKDHX4bJc+z1849m5BJ13yTeuomDHdGdsXoDzkoWJ6E6et+8Fpn4eX31sGwHHVdae1KDWimelh2az0LCbybibzPxKHE0v0sdLayzIldWYWhXMSnF+7kowtS3lwdEnlNfW03/h3Mz4+jNa3jl70O3SoTUhmYw5sKklB0dLEyv2b0desAXXiVhy3G+7jalNR1buj1AsBCEvaIpAJhfPympkzFtmxNF8GTAnx2WKXj6P6+E7XOiDrkqIjkKeAfbcA0WWeE/YN0ls7Erqa4kFGnB3HqTiiErUPz0/DSfy1g6em1BYJcaH7/sY7rWmxodtftTL3YBe1GfliaHsReJ1PAIfhQHpryX6wUbYryd78bduTT2M+yDogKJ9sGSD+JnXPVPExlql8fhIA+4uM2W1yq+dSgNbO0iZoTs+/A9vSeNe6yvUhR6gmLQyBaGhQWBCGk8kEugjMlKMaj6SER7Dp+D1ZKPkeHi0Ec+NakoOZEji7k4fgr09ffyNdZAM1QDvXTmSuGB/mXjX9HESd99dgbdb0p4p/8if6BfyBWFxr3xOIauXAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 17, "height": 16, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "StormwaterInfastructureType", "description": "Type of Stormwater Infastructure", "codedValues": [ { "name": "Catch Basin", "code": "Catch Basin" }, { "name": "Outlet Pipe", "code": "Outlet Pipe" }, { "name": "Grate", "code": "Grate" }, { "name": "Weir", "code": "Weir" }, { "name": "Forebay", "code": "Forebay" }, { "name": "Overflow", "code": "Overflow" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "Maintenance", "type": "esriFieldTypeString", "alias": "Maintenance", "length": 50, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R176_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_176", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_176", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S77_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 14, "name": "Tables", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "c220ba2a5a91a1df44b4593e24869076", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAYAAAB7/H1+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA+UlEQVQokb3TvysEcBjH8ddzdzFalUEZTmJWHOFYLEar0ULKyj/gX2Ey3eZId8oqpZQoA7KLuvvqOid0fnR1nnqGz/N8etfzPD05XYrcv4Ar0mYi3yFrf0qU2oKxFMx0CL5Fe3CwmNhO9H0oDwcLX3ylOlctnaHaw95HzyfwpHjCVksfS/ng6E1e4hljqZlr0+Id/ufjHUtDGQ7Qj4saxSw1zdpohvKJNDMhrv8MrkiDKGMA51nmC+L+rVfEIUbqlCvSbEHc/ArelbLYxBmqL6zPicdWvyAeTqXiCztBb7CapO0Q9R/By6Ix7sZ3K2rEuLjDyk+erj3IK+ikQjxo96lmAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 16, "height": 8, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1611594660442889E7, "ymin": 6774636.3619693965, "xmax": 1.1611604088901713E7, "ymax": 6774662.1332433075, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "TableType", "description": "Type of Table", "codedValues": [ { "name": "Picnic", "code": "Picnic" }, { "name": "Rectangular", "code": "Rectangular" }, { "name": "Round", "code": "Round" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FrameMaterial", "type": "esriFieldTypeString", "alias": "Frame Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SlatMaterial", "type": "esriFieldTypeString", "alias": "Slat Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Seating", "type": "esriFieldTypeString", "alias": "Seating", "length": 50, "domain": { "type": "codedValue", "name": "TableSeating", "description": "Type of Seating Associated with Tables", "codedValues": [ { "name": "Bench", "code": "Bench" }, { "name": "Chair", "code": "Chair" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "HandicapAccessible", "type": "esriFieldTypeString", "alias": "Handicap Accessible", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "SurfaceMount", "type": "esriFieldTypeString", "alias": "Surface Mount", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R175_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_175", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_175", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S76_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 15, "name": "Trash Containers", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "d9c8cdf9452efc3b301266717d250e45", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACeklEQVRIid2VP2gaURjAP5vTigUtVuUgIqbo0KEoDZ1yEA5JRdEMDglIp0ItWJCsCaVLSUrWG9JQOuaGDFmO4lAXG3BQKyhKOe9uqIri0eA/UC49xXCWlvw5rQod2t90j3ff73vvfe8PAn8R5L+VK4xGowdF0adardagVCrV5+fn3WazWapUKu+63W5uLrnFYnGhKLrv9XofOhwO1cLCwu8+QRAgkUhsxuPxVLFYfCEIwrep5TabbQvDsO1AIGCS61er1eByue6urq4+OTg4+FQoFEL1ej3+R/nS0tI6juM7fr/fOGHGP4MRBCKRiJ0giPetVmtNEITSJLnKbDbvTSO+TDgctvM8f5jP5z1j5VardSsYDD6YRfxrBjiOP6Zp2iGKYk5WjqLo2uLi4i05AcdxwLIsLC8vg8l0sxQYht2LRqMhjuNeysr1ej0qJ06lUrC7uwvD4RA0Gg0QBHEjgVRkg8FgkQYhK0cQRCMnTyaTI7FEr9eDTCYDHs+V5R2hUqnuXPFdbvT7fUFObrfbIRaLjb4VCoW0VeV+A1EUhbHyTqfTkAtyu91SYmAYBlZWVkbJrjMYDKDVan0fK+d5/ku73cZ0Ot2VQGm0Pp8PJpHL5Xq1Wo0cK2dZ9s3x8fF6KBS6DzNCUVSu3W7HxsoBoEHT9IdsNvvK6XTKFleOk5OTarlc3gaA4SS5tJ/fkiQpLermNAkoiqqfnp7un52dfZ7q4ioWi8+Ojo64dDr9fGNjw3q9BhLVanVAkuRXlmV3eJ7/ONOVyzDMHsMwhzRNvzaZTI+0Wq0eQZDboij2Go1Gnef5WKlUIgDgx7yPRYNl2S3p2M/Dv/uGXgAeiwM5/xyo3wAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1611346119601384E7, "ymin": 6774048.342804223, "xmax": 1.1611976134745553E7, "ymax": 6774674.151920065, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "TrashContainerType", "description": "Type of Trash Container", "codedValues": [ { "name": "55 Gallon Drum", "code": "55 Gallon Drum" }, { "name": "Ornamental", "code": "Ornamental" }, { "name": "Garbage Can", "code": "Garbage Can" }, { "name": "Recycling", "code": "Recycling" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Material", "type": "esriFieldTypeString", "alias": "Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Size", "type": "esriFieldTypeString", "alias": "Size", "length": 50, "domain": { "type": "codedValue", "name": "Size", "description": "Generetic Size Domain", "codedValues": [ { "name": "Small", "code": "Small" }, { "name": "Medium", "code": "Medium" }, { "name": "Large", "code": "Large" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "FrequencyEmptied", "type": "esriFieldTypeString", "alias": "Frequency Emptied", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R174_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_174", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_174", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S75_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 16, "name": "Water Fountains", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriPMS", "url": "4a866a1e4a88dd036b6a01226d90362c", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACuklEQVRIid3UWUhUURjA8f/kGDqGmaNjgi1OGy7lgj5mtoCTZi6RFiFG5UMlRT6UL0GE0EYPUUIhJJYWCj65gLSYuWBZELnkjBdsWhxSmzuSjiXO3Bgnl1HHpfCl7+me75z7+849fOfKWcKQ//d4AL5hpShWDzPQLcOk2/2v+GZA9+fZjdATWwjLVlKTqcU0nkYGbACEheMr1SfxCbuAsfUuonDVSXEZ3iEleKmjMTRmMGxsnh/3WHOYrVkXicr1p6PoHC15EqJQPgNWhhQTV5SEKlJB1aFiusr2Al1z40PiMz7XiWw77U9wpgrIoeH8Okc49CGaomR8IxWYBAmz4SPQvYBjGexF37CTqrRaEsqC7QWkA1hH3cam3byVaIpSJuAnx57ztV4DjC4An63AURWWkbEZtl9XsswVO3y81hk8E/dSt+ETPjQxtoz8or1wmIgz7rgst+dssGSBd7dNuHl7sjG1cWK9sd2EURs3Ox6wawV7CkKYL2QuEHtrFRDlkK9MbcaodbLz7x0K2u87fqK7nwvqBFs/T4Zt59rHFiwjkkPe3KuYOnTEDU0xGJrGR8vw8M8nuTra1qAzdi7J+mnMrcDcd3PKzLBzHDrHX8c76BGa4mh8wz0wdkoMCBYC98lpKxhl00E5QUf8wJrI68sConBtmjMrPg6XoHmwf+yCiFqJytS3hJ0KBJR8edFNV/kI8aUhBGX4IVlzaMljtgIzcYV/FhFnk1BFKRB19j42fsgGGuyl5Vb0NTFUp9cTX2q/B5+e5iAKFUDH3LjZUEBHYTyungm8v/OSniZbH6+ftsqIvmkH1el1qBPXYuq6Nx12diwShlcp/LyUi6i74eyCwI9+9I2xmHvS6GvNX8wvV0LUXXHIaMusDOj7+PbGfTI52OcMngtnWgj01KvoqV/g8sXhfxVLiv8GkSwE3d7CWV8AAAAASUVORK5CYII=", "contentType": "image/png", "width": 17, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Condition", "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": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R173_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_173", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_173", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S74_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 17, "name": "Bridges", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": [ 115, 38, 0, 255 ], "width": 1.7 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PrimaryMaterial", "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": "PrimaryMaterial", "type": "esriFieldTypeString", "alias": "Primary Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SecondaryMaterial", "type": "esriFieldTypeString", "alias": "Secondary Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Length", "type": "esriFieldTypeSmallInteger", "alias": "Length", "domain": null }, { "name": "Width", "type": "esriFieldTypeSmallInteger", "alias": "Width", "domain": null }, { "name": "BridgeCondition", "type": "esriFieldTypeString", "alias": "Bridge Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "RailCondition", "type": "esriFieldTypeString", "alias": "Rail Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 10, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R190_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_190", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_190", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S91_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 18, "name": "Fences", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": [ 115, 76, 0, 255 ], "width": 0.8 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1544775130696386E7, "ymin": 6732862.995713145, "xmax": 1.1612066392110974E7, "ymax": 6774884.954648063, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Material", "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": "Material", "type": "esriFieldTypeString", "alias": "Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Height", "type": "esriFieldTypeSmallInteger", "alias": "Height", "domain": null }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "PoleSize", "type": "esriFieldTypeString", "alias": "Pole Size", "length": 50, "domain": null }, { "name": "GaugeOfMaterial", "type": "esriFieldTypeString", "alias": "Gauge Of Material", "length": 50, "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 50, "domain": { "type": "codedValue", "name": "AssetColor", "description": "Color of Asset", "codedValues": [ { "name": "Red", "code": "Red" }, { "name": "Orange", "code": "Orange" }, { "name": "Yellow", "code": "Yellow" }, { "name": "Green", "code": "Green" }, { "name": "Blue", "code": "Blue" }, { "name": "Indigo", "code": "Indigo" }, { "name": "Violet", "code": "Violet" }, { "name": "Black", "code": "Black" }, { "name": "White", "code": "White" }, { "name": "Gray", "code": "Gray" }, { "name": "Brown", "code": "Brown" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R189_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_189", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_189", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S90_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 19, "name": "Trails", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSLSDash", "color": [ 56, 168, 0, 255 ], "width": 2 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.154455682896763E7, "ymin": 6745973.17684181, "xmax": 1.1612237946885973E7, "ymax": 6774981.783522651, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "TrailType", "description": "Type of Trail", "codedValues": [ { "name": "Walking", "code": "Walking" }, { "name": "Biking", "code": "Biking" }, { "name": "Multi-Purpose", "code": "Multi-Purpose" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LevelOfExperience", "type": "esriFieldTypeString", "alias": "Level Of Experience", "length": 50, "domain": null }, { "name": "ExerciseEquipment", "type": "esriFieldTypeString", "alias": "Exercise Equipment", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R188_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_188", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_188", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S89_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 20, "name": "Buildings", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 178, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1544434487020716E7, "ymin": 6732852.479658067, "xmax": 1.161620094749014E7, "ymax": 6774795.940390393, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Accessibility", "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": "Accessibility", "type": "esriFieldTypeString", "alias": "Accessibility", "length": 50, "domain": { "type": "codedValue", "name": "AccessibilityType", "description": "Type of Accessibility", "codedValues": [ { "name": "Private Access", "code": "Private Access" }, { "name": "Public Access", "code": "Public Access" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "BuildingType", "description": "Type of Building", "codedValues": [ { "name": "Concessions", "code": "Concessions" }, { "name": "Restroom", "code": "Restroom" }, { "name": "Informational", "code": "Informational" }, { "name": "Storage", "code": "Storage" }, { "name": "Historic", "code": "Historic" }, { "name": "Utility", "code": "Utility" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Restrooms", "type": "esriFieldTypeString", "alias": "Restrooms", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Storage", "type": "esriFieldTypeString", "alias": "Storage", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Height", "type": "esriFieldTypeSmallInteger", "alias": "Height", "domain": null }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PrimaryMaterial", "type": "esriFieldTypeString", "alias": "Primary Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SecondaryMaterial", "type": "esriFieldTypeString", "alias": "Secondary Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "RoofMaterial", "type": "esriFieldTypeString", "alias": "Roof Material", "length": 50, "domain": { "type": "codedValue", "name": "RoofMaterial", "description": "Type of Roof Material", "codedValues": [ { "name": "Shingle", "code": "Shingle" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ConstructionDate", "type": "esriFieldTypeDate", "alias": "Construction Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R172_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_172", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_172", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S73_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 21, "name": "Community Gardens", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 190, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Condition", "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": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "ContactInformation", "type": "esriFieldTypeString", "alias": "Contact Information", "length": 150, "domain": null }, { "name": "DateOpened", "type": "esriFieldTypeDate", "alias": "Date Opened", "length": 8, "domain": null }, { "name": "Fence", "type": "esriFieldTypeString", "alias": "Fence", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CombinationCode", "type": "esriFieldTypeString", "alias": "Combination Code", "length": 50, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "GardenType", "description": "Type of Garden", "codedValues": [ { "name": "Community", "code": "Community" }, { "name": "Childrens", "code": "Childrens" }, { "name": "Sensory", "code": "Sensory" }, { "name": "Edible", "code": "Edible" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R171_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_171", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_171", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S72_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 22, "name": "Courts", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.154475599654831E7, "ymin": 6732841.994442806, "xmax": 1.1573604913587883E7, "ymax": 6746113.791718066, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "CourtType", "description": "Type of Playing Court", "codedValues": [ { "name": "Basketball", "code": "Basketball" }, { "name": "Bocce", "code": "Bocce" }, { "name": "Volleyball", "code": "Volleyball" }, { "name": "Tennis", "code": "Tennis" }, { "name": "Four Square", "code": "Four Square" }, { "name": "Handball", "code": "Handball" }, { "name": "Hopscotch", "code": "Hopscotch" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Lights", "type": "esriFieldTypeString", "alias": "Lights", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Seating", "type": "esriFieldTypeString", "alias": "Seating", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Fencing", "type": "esriFieldTypeString", "alias": "Fencing", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R170_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_170", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_170", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S71_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 23, "name": "Dog Parks", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 197, 0, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1611732575521395E7, "ymin": 6774682.772965804, "xmax": 1.1612062363575727E7, "ymax": 6775230.322067559, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Fence", "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": "Fence", "type": "esriFieldTypeString", "alias": "Fence", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "PrivateVendor", "type": "esriFieldTypeString", "alias": "Private Vendor", "length": 50, "domain": null }, { "name": "PrivateVendorContactInformation", "type": "esriFieldTypeString", "alias": "Private Vendor Contact Information", "length": 150, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "DogParkType", "description": "Type of Dog Park", "codedValues": [ { "name": "All Dogs", "code": "All Dogs" }, { "name": "Small Dogs Only", "code": "Small Dogs Only" }, { "name": "Large Dogs Only", "code": "Large Dogs Only" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "AgilityEquipment", "type": "esriFieldTypeString", "alias": "AgilityEquipment", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Water", "type": "esriFieldTypeString", "alias": "Water", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DogBagDispensers", "type": "esriFieldTypeString", "alias": "DogBagDispensers", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Benches", "type": "esriFieldTypeString", "alias": "Benches", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R169_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_169", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_169", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S70_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 24, "name": "Extreme Sports Park", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 152, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Surface", "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": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "ExtremeSportsParkType", "description": "Type of Sports Park", "codedValues": [ { "name": "Skateboard", "code": "Skateboard" }, { "name": "BMX", "code": "BMX" }, { "name": "Multi-Purpose", "code": "Multi-Purpose" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R168_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_168", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_168", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S69_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 25, "name": "Fields", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 115, 76, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.154466342160222E7, "ymin": 6745810.140422478, "xmax": 1.1612131735156134E7, "ymax": 6774884.954648063, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FieldName", "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": "FieldName", "type": "esriFieldTypeString", "alias": "Field Name", "length": 50, "domain": null }, { "name": "PrimaryType", "type": "esriFieldTypeString", "alias": "Primary Type", "length": 50, "domain": { "type": "codedValue", "name": "FieldType", "description": "Type of Playing Field", "codedValues": [ { "name": "Baseball", "code": "Baseball" }, { "name": "Softball", "code": "Softball" }, { "name": "Soccer", "code": "Soccer" }, { "name": "Football", "code": "Football" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SecondaryType", "type": "esriFieldTypeString", "alias": "Secondary Type", "length": 50, "domain": { "type": "codedValue", "name": "FieldType", "description": "Type of Playing Field", "codedValues": [ { "name": "Baseball", "code": "Baseball" }, { "name": "Softball", "code": "Softball" }, { "name": "Soccer", "code": "Soccer" }, { "name": "Football", "code": "Football" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Dugout", "type": "esriFieldTypeString", "alias": "Dugout", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Bullpen", "type": "esriFieldTypeString", "alias": "Bullpen", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Scoreboard", "type": "esriFieldTypeString", "alias": "Scoreboard", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BattingCages", "type": "esriFieldTypeString", "alias": "Batting Cages", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Lights", "type": "esriFieldTypeString", "alias": "Lights", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Seating", "type": "esriFieldTypeString", "alias": "Seating", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PrimarySurface", "type": "esriFieldTypeString", "alias": "Primary Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SecondarySurface", "type": "esriFieldTypeString", "alias": "Secondary Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ArtificialTurf", "type": "esriFieldTypeString", "alias": "Artificial Turf", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Irrigated", "type": "esriFieldTypeString", "alias": "Irrigated", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R167_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_167", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_167", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S68_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 26, "name": "Impervious Surfaces", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 204, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1544527100024477E7, "ymin": 6732869.875620648, "xmax": 1.1616418148827389E7, "ymax": 6774987.49742198, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "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": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "ImperviousSurfaceType", "description": "Type of Impervious Surface", "codedValues": [ { "name": "Deck", "code": "Deck" }, { "name": "Driveway", "code": "Driveway" }, { "name": "Parking", "code": "Parking" }, { "name": "Sidewalk/Walkway", "code": "SidewalkWalkway" }, { "name": "Road", "code": "Road" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "AreaAcres", "type": "esriFieldTypeDouble", "alias": "Area (Acres)", "domain": null }, { "name": "AreaSQFt", "type": "esriFieldTypeDouble", "alias": "Area (SQ FT)", "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": "R166_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_166", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_166", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S67_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 27, "name": "Mowing Areas", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 56, 168, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1540549194922552E7, "ymin": 6732687.784777477, "xmax": 1.1689887366061881E7, "ymax": 6798175.058658317, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Condition", "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": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MowingFrequency", "type": "esriFieldTypeString", "alias": "Mowing Frequency", "length": 50, "domain": null }, { "name": "Irrigated", "type": "esriFieldTypeString", "alias": "Irrigated", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": null }, { "name": "Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R165_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_165", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_165", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S66_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 28, "name": "Native Areas", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 234, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Condition", "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": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SeedMix", "type": "esriFieldTypeString", "alias": "Seed Mix", "length": 50, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R164_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_164", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_164", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S65_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 29, "name": "Park Boundaries", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 2 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.154437993004322E7, "ymin": 6732687.784777477, "xmax": 1.1689552414632052E7, "ymax": 6800476.282402307, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ParkName", "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": "ParkName", "type": "esriFieldTypeString", "alias": "Park Name", "length": 100, "domain": null }, { "name": "ParkAddress", "type": "esriFieldTypeString", "alias": "Park Address", "length": 100, "domain": null }, { "name": "Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R163_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_163", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_163", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S64_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 30, "name": "Parking Lots", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 104, 104, 104, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1544593589392811E7, "ymin": 6746025.736447975, "xmax": 1.1616418148827389E7, "ymax": 6774421.136678055, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Accessibility", "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": "Accessibility", "type": "esriFieldTypeString", "alias": "Accessibility", "length": 50, "domain": { "type": "codedValue", "name": "AccessibilityType", "description": "Type of Accessibility", "codedValues": [ { "name": "Private Access", "code": "Private Access" }, { "name": "Public Access", "code": "Public Access" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "NumberOfHandicapSpaces", "type": "esriFieldTypeSmallInteger", "alias": "Number Of Handicap Spaces", "domain": null }, { "name": "NumberOfStandardSpaces", "type": "esriFieldTypeSmallInteger", "alias": "Number Of Standard Spaces", "domain": null }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "Lighting", "type": "esriFieldTypeString", "alias": "Lighting", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Guardrail", "type": "esriFieldTypeString", "alias": "Guardrail", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Gated", "type": "esriFieldTypeString", "alias": "Gated", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Curbing", "type": "esriFieldTypeString", "alias": "Curbing", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Striping", "type": "esriFieldTypeString", "alias": "Striping", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "AreaAcres", "type": "esriFieldTypeDouble", "alias": "Area (Acres)", "domain": null }, { "name": "AreaSQFt", "type": "esriFieldTypeDouble", "alias": "Area (SQ FT)", "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": "R162_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_162", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_162", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S63_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 31, "name": "Pervious Surface", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1544554605218798E7, "ymin": 6745970.453093976, "xmax": 1.1616048356916055E7, "ymax": 6774856.332001895, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Surface", "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": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "Maintenance", "type": "esriFieldTypeString", "alias": "Maintenance", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R161_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_161", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_161", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S62_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 32, "name": "Playground Areas", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1544559791888222E7, "ymin": 6745888.055620983, "xmax": 1.1612002429312393E7, "ymax": 6774448.645481303, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Surface", "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": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "AgeRange", "type": "esriFieldTypeString", "alias": "Age Range", "length": 50, "domain": null }, { "name": "Barrier", "type": "esriFieldTypeString", "alias": "Barrier", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R160_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_160", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_160", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S61_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 33, "name": "Shade Covers", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Material", "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": "Material", "type": "esriFieldTypeString", "alias": "Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Size", "type": "esriFieldTypeString", "alias": "Size", "length": 50, "domain": { "type": "codedValue", "name": "Size", "description": "Generetic Size Domain", "codedValues": [ { "name": "Small", "code": "Small" }, { "name": "Medium", "code": "Medium" }, { "name": "Large", "code": "Large" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R159_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_159", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_159", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S60_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 34, "name": "Shelters", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 112, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PrimaryMaterial", "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": "PrimaryMaterial", "type": "esriFieldTypeString", "alias": "Primary Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SecondaryMaterial", "type": "esriFieldTypeString", "alias": "Secondary Material", "length": 50, "domain": { "type": "codedValue", "name": "AssetMaterial", "description": "Material of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Plastic", "code": "Plastic" }, { "name": "Wood", "code": "Wood" }, { "name": "Vinyl", "code": "Vinyl" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "RoofMaterial", "type": "esriFieldTypeString", "alias": "Roof Material", "length": 50, "domain": { "type": "codedValue", "name": "RoofMaterial", "description": "Type of Roof Material", "codedValues": [ { "name": "Shingle", "code": "Shingle" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "NumberOfTrashContainers", "type": "esriFieldTypeSmallInteger", "alias": "Number Of Trash Containers", "domain": null }, { "name": "NumberOfTables", "type": "esriFieldTypeSmallInteger", "alias": "Number Of Tables", "domain": null }, { "name": "Electricity", "type": "esriFieldTypeString", "alias": "Electricity", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Grill", "type": "esriFieldTypeString", "alias": "Grill", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "AbilityToRent", "type": "esriFieldTypeString", "alias": "Ability To Rent", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R158_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_158", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_158", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S59_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 35, "name": "Swimming Pools", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 255, 197, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.157345306513831E7, "ymin": 6732891.325052813, "xmax": 1.157351682386905E7, "ymax": 6732937.809539899, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Surface", "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": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 50, "domain": { "type": "codedValue", "name": "AssetSurface", "description": "Surface of Asset", "codedValues": [ { "name": "Concrete", "code": "Concrete" }, { "name": "Metal", "code": "Metal" }, { "name": "Wood", "code": "Wood" }, { "name": "Asphalt", "code": "Asphalt" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Grass", "code": "Grass" }, { "name": "Turf", "code": "Turf" }, { "name": "Other", "code": "Other" }, { "name": "Brick", "code": "Brick" }, { "name": "Stone", "code": "Stone" }, { "name": "Sand", "code": "Sand" }, { "name": "Mulch", "code": "Mulch" }, { "name": "Tarmac", "code": "Tarmac" }, { "name": "Clay", "code": "Clay" }, { "name": "Fiberglass", "code": "Fiberglass" }, { "name": "Rubberized", "code": "Rubberized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "length": 8, "domain": null }, { "name": "Manufacturer", "type": "esriFieldTypeString", "alias": "Manufacturer", "length": 50, "domain": null }, { "name": "ModelNumber", "type": "esriFieldTypeString", "alias": "Model Number", "length": 50, "domain": null }, { "name": "ID", "type": "esriFieldTypeSmallInteger", "alias": "ID", "domain": null }, { "name": "LifeExpectancy", "type": "esriFieldTypeString", "alias": "Life Expectancy", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R157_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_157", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_157", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S58_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 36, "name": "Waterbodies", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 77, 168, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Condition", "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": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 150, "domain": null }, { "name": "Acreage", "type": "esriFieldTypeDouble", "alias": "Acreage", "domain": null }, { "name": "Depth", "type": "esriFieldTypeDouble", "alias": "Depth", "domain": null }, { "name": "Accessibility", "type": "esriFieldTypeString", "alias": "Accessibility", "length": 50, "domain": { "type": "codedValue", "name": "AccessibilityType", "description": "Type of Accessibility", "codedValues": [ { "name": "Private Access", "code": "Private Access" }, { "name": "Public Access", "code": "Public Access" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FishingPermitted", "type": "esriFieldTypeString", "alias": "Fishing Permitted", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SwimmingPermitted", "type": "esriFieldTypeString", "alias": "Swimming Permitted", "length": 50, "domain": { "type": "codedValue", "name": "YesNo", "description": "General Yes or No Determination of Field", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "WaterQuality", "type": "esriFieldTypeString", "alias": "Water Quality", "length": 50, "domain": null }, { "name": "Maintenance", "type": "esriFieldTypeString", "alias": "Maintenance", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R156_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_156", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_156", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S57_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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 37, "name": "Wooded Area", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -110512500, "falseY": -88858000, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 76, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1544384969403222E7, "ymin": 6745529.631140977, "xmax": 1.1616575668197393E7, "ymax": 6775230.322067559, "spatialReference": { "wkid": 102746, "latestWkid": 2283, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.2271160754493901E8, "falseY": -9.72759845801166E7, "xyUnits": 3.356023395014955E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Condition", "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": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 100, "domain": { "type": "codedValue", "name": "AssetCondition", "description": "Condition of Asset - Visual Assessment", "codedValues": [ { "name": "Feature is in new condition and is newly installed, showing no signs of wear", "code": "New" }, { "name": "Feature is in good condition with some visible wear and tear", "code": "Good" }, { "name": "Feature is in fair condition and is showing significant signs of wear and tear", "code": "Fair" }, { "name": "Feature is in poor condition an is damaged and needs repair or replacement", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "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": "R155_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_155", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_155", "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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "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, "serviceItemId": "340194bd25b849e1ae60696dff1fe08d" } ], "tables": [] }