{ "layers": [ { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 110, "name": "Closed Properties", "type": "Feature Layer", "description": "
Open Space lands are shown in this layer with attributes that include ownership, year acquired, property restriction and managing agency.<\/SPAN><\/P><\/DIV><\/DIV><\/DIV>",
"geometryType": "esriGeometryPolygon",
"sourceSpatialReference": {
"wkid": 102654,
"latestWkid": 2232,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -118767900,
"falseY": -94525500,
"xyUnits": 3048.006096012192,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
},
"copyrightText": "Pitkin County Open Space and Trails, City of Aspen Parks Department,",
"parentLayer": null,
"subLayers": [],
"minScale": 1155581.108577,
"maxScale": 0,
"referenceScale": 0.0,
"drawingInfo": {
"renderer": {
"type": "uniqueValue",
"valueExpression": "// Dictionary translates months to usable integers\nvar monthIndices = {\n 'Jan': 0,\n 'January': 0,\n 'Feb': 1,\n 'February': 1,\n 'Mar': 2,\n 'March': 2,\n 'Apr': 3,\n 'April': 3,\n 'May': 4,\n 'Jun': 5,\n 'June': 5,\n 'Jul': 6,\n 'July': 6,\n 'Aug': 7,\n 'August': 7,\n 'Sep': 8,\n 'Sept': 8,\n 'September': 8,\n 'Oct': 9,\n 'October': 9,\n 'Nov': 10,\n 'November': 10,\n 'Dec': 11,\n 'December': 11,\n};\n\n// Get month and day from date string e.g. \"Jun 21\"\nfunction parseDateString(dateString){\n var outMonth, outDay;\n outMonth = Split(dateString, ' ')[0];\n outDay = Split(dateString, ' ')[1];\n outMonth = monthIndices[outMonth];\n \n return [outMonth, outDay]\n}\n\n\n// Get Opening & Closure (default to year start/end)\nvar openMonth, openDay;\nif ( !IsEmpty($feature.openondate) ) {\n var parsedOpenDate = parseDateString($feature.openondate);\n openMonth = parsedOpenDate[0];\n openDay = parsedOpenDate[1];\n} else {\n openMonth = 1;\n openDay = 1;\n}\nvar closeMonth, closeDay;\nif ( !IsEmpty($feature.closedondate) ) {\n var parsedCloseDate = parseDateString($feature.closedondate);\n closeMonth = parsedCloseDate[0];\n closeDay = parsedOpenDate[1];\n} else {\n closeMonth = 12;\n closeDay = 31;\n}\n\n// Check opening values\nvar openStatus;\nvar thisMonth = Month(Today());\nvar thisDay = Day(Today());\n\n\nif ( (thisMonth < openMonth) || (thisMonth == openMonth && thisDay < openDay) ) {\n // Too Early\n openStatus = 'Closed';\n} else if ( (thisMonth > closeMonth) || (thisMonth == closeMonth && thisDay >= closeDay) ) {\n // Too Late\n openStatus = 'Closed';\n} else if (\n (thisDay >= openDay || thisMonth >= openMonth)\n && (thisDay < closeDay || thisMonth <= closeMonth)\n ) {\n // All Clear\n openStatus = 'Open';\n} else {\n // Oops\n openStatus = 'unable to determine closure status';\n}\n\nreturn openStatus\n",
"valueExpressionTitle": "Closure",
"uniqueValueInfos": [
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
230,
152,
0,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
230,
115,
0,
255
],
"width": 1
}
},
"value": "Closed",
"label": "Closed Area"
}
],
"fieldDelimiter": ",",
"authoringInfo": {
"colorRamp": {
"type": "multipart",
"colorRamps": [
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
250,
182,
255
],
"toColor": [
252,
250,
182,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
196,
179,
252,
255
],
"toColor": [
196,
179,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
179,
250,
252,
255
],
"toColor": [
179,
250,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
179,
188,
255
],
"toColor": [
252,
179,
188,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
179,
252,
194,
255
],
"toColor": [
179,
252,
194,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
212,
219,
252,
255
],
"toColor": [
212,
219,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
224,
204,
255
],
"toColor": [
252,
224,
204,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
199,
244,
255
],
"toColor": [
252,
199,
244,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
212,
252,
224,
255
],
"toColor": [
212,
252,
224,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
220,
252,
192,
255
],
"toColor": [
220,
252,
192,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
247,
252,
210,
255
],
"toColor": [
247,
252,
210,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
207,
212,
255
],
"toColor": [
252,
207,
212,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
207,
237,
252,
255
],
"toColor": [
207,
237,
252,
255
]
}
]
}
}
},
"scaleSymbols": true,
"transparency": 40,
"labelingInfo": null
},
"defaultVisibility": true,
"extent": {
"xmin": -1.195162106667278E7,
"ymin": 4731313.593739832,
"xmax": -1.18635109812458E7,
"ymax": 4777503.835679731,
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857,
"xyTolerance": 0.001,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -20037700,
"falseY": -30241100,
"xyUnits": 1.4892314192838538E8,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
}
},
"hasAttachments": false,
"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": "type",
"type": "esriFieldTypeString",
"alias": "Type",
"length": 30,
"domain": null
},
{
"name": "ownership",
"type": "esriFieldTypeString",
"alias": "Owner",
"length": 50,
"domain": null
},
{
"name": "BOOK",
"type": "esriFieldTypeInteger",
"alias": "Book",
"domain": null
},
{
"name": "PAGE",
"type": "esriFieldTypeInteger",
"alias": "Page",
"domain": null
},
{
"name": "PARCEL",
"type": "esriFieldTypeDouble",
"alias": "Parcel",
"domain": null
},
{
"name": "ACRES",
"type": "esriFieldTypeDouble",
"alias": "Acres",
"domain": null
},
{
"name": "COMMENT",
"type": "esriFieldTypeString",
"alias": "Comment",
"length": 50,
"domain": null
},
{
"name": "YEAR",
"type": "esriFieldTypeInteger",
"alias": "Year",
"domain": null
},
{
"name": "SHORT_OWNE",
"type": "esriFieldTypeString",
"alias": "Owner Abbrev",
"length": 25,
"domain": null
},
{
"name": "OWNER_TYPE",
"type": "esriFieldTypeString",
"alias": "Ownership Type",
"length": 12,
"domain": null
},
{
"name": "recept_date",
"type": "esriFieldTypeDate",
"alias": "Reception Date",
"length": 8,
"domain": null
},
{
"name": "recept_no",
"type": "esriFieldTypeDouble",
"alias": "Reception Number",
"domain": null
},
{
"name": "restriction",
"type": "esriFieldTypeString",
"alias": "Restriction",
"length": 75,
"domain": null
},
{
"name": "Maintainer",
"type": "esriFieldTypeString",
"alias": "Maintained By",
"length": 50,
"domain": null
},
{
"name": "show",
"type": "esriFieldTypeString",
"alias": "Show",
"length": 5,
"domain": null
},
{
"name": "note",
"type": "esriFieldTypeString",
"alias": "Note",
"length": 50,
"domain": null
},
{
"name": "partner",
"type": "esriFieldTypeString",
"alias": "Fund Partner",
"length": 50,
"domain": null
},
{
"name": "planningarea",
"type": "esriFieldTypeString",
"alias": "PlanningArea",
"length": 150,
"domain": null
},
{
"name": "ManagePlan",
"type": "esriFieldTypeString",
"alias": "ManagePlan",
"length": 254,
"domain": null
},
{
"name": "primaryphoto",
"type": "esriFieldTypeString",
"alias": "PrimaryPhoto",
"length": 254,
"domain": null
},
{
"name": "closedondate",
"type": "esriFieldTypeString",
"alias": "ClosedOnDate",
"length": 25,
"domain": null
},
{
"name": "OpenOnDate",
"type": "esriFieldTypeString",
"alias": "OpenOnDate",
"length": 25,
"domain": null
},
{
"name": "Closure",
"type": "esriFieldTypeString",
"alias": "Closure",
"length": 75,
"domain": null
},
{
"name": "Shape_Length",
"type": "esriFieldTypeDouble",
"alias": "Shape_Length",
"domain": null
},
{
"name": "Shape_Area",
"type": "esriFieldTypeDouble",
"alias": "Shape_Area",
"domain": null
},
{
"name": "GlobalID",
"type": "esriFieldTypeString",
"alias": "GlobalID",
"length": 38,
"domain": null
},
{
"name": "agricultur",
"type": "esriFieldTypeString",
"alias": "Agriculture",
"length": 5,
"domain": null
},
{
"name": "ecological",
"type": "esriFieldTypeString",
"alias": "Ecological",
"length": 5,
"domain": null
},
{
"name": "historic",
"type": "esriFieldTypeString",
"alias": "Historic",
"length": 5,
"domain": null
},
{
"name": "recreation",
"type": "esriFieldTypeString",
"alias": "Recreation",
"length": 5,
"domain": null
},
{
"name": "scenic",
"type": "esriFieldTypeString",
"alias": "Scenic",
"length": 5,
"domain": null
},
{
"name": "wildlife",
"type": "esriFieldTypeString",
"alias": "Wildlife",
"length": 5,
"domain": null
}
],
"geometryField": {
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape"
},
"indexes": [
{
"name": "FDO_OBJECTID",
"fields": "OBJECTID",
"isAscending": true,
"isUnique": true,
"description": ""
},
{
"name": "FDO_Shape",
"fields": "Shape",
"isAscending": true,
"isUnique": false,
"description": ""
}
],
"subtypes": [],
"relationships": [],
"canModifyLayer": true,
"canScaleSymbols": false,
"hasLabels": false,
"capabilities": "Query,Map,Data",
"maxRecordCount": 2000,
"supportsStatistics": true,
"supportsExceedsLimitStatistics": true,
"supportsAdvancedQueries": true,
"supportedQueryFormats": "JSON, geoJSON, PBF",
"isDataVersioned": false,
"ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
"useStandardizedQueries": true,
"supportedSpatialRelationships": [
"esriSpatialRelIntersects",
"esriSpatialRelContains",
"esriSpatialRelCrosses",
"esriSpatialRelEnvelopeIntersects",
"esriSpatialRelIndexIntersects",
"esriSpatialRelOverlaps",
"esriSpatialRelTouches",
"esriSpatialRelWithin",
"esriSpatialRelRelation"
],
"advancedQueryCapabilities": {
"useStandardizedQueries": true,
"supportsStatistics": true,
"supportsPercentileStatistics": true,
"supportsHavingClause": true,
"supportsOrderBy": true,
"supportsDistinct": true,
"supportsCountDistinct": true,
"supportsPagination": true,
"supportsLod": false,
"supportsQueryWithLodSR": false,
"supportsTrueCurve": true,
"supportsQueryWithDatumTransformation": true,
"supportsReturningQueryExtent": true,
"supportsQueryWithDistance": true,
"supportsSqlExpression": true,
"supportsTimeRelation": true,
"supportsSqlFormat": false,
"supportsQueryAnalytic": false
},
"supportsDatumTransformation": true,
"dateFieldsTimeReference": null,
"preferredTimeReference": null,
"datesInUnknownTimezone": false,
"hasGeometryProperties": true,
"geometryProperties": {
"shapeAreaFieldName": "Shape_Area",
"shapeLengthFieldName": "Shape_Length",
"units": "esriFeet",
"mapUnits": {"uwkid": 9003}
},
"hasMetadata": true,
"isDataArchived": false,
"archivingInfo": {
"supportsQueryWithHistoricMoment": false,
"startArchivingMoment": -1
},
"supportsCoordinatesQuantization": true,
"supportsDynamicLegends": true,
"serviceItemId": "f10a6f3265ca4c288babdf16745028aa"
},
{
"currentVersion": 11.1,
"cimVersion": "3.1.0",
"id": 105,
"name": "Fishing Easements",
"type": "Feature Layer",
"description": " This layer contains recreation easements throughout Pitkin County with attributes that include the easement type, common name and establishment information.<\/SPAN><\/P><\/DIV><\/DIV><\/DIV>",
"geometryType": "esriGeometryPolygon",
"sourceSpatialReference": {
"wkid": 102654,
"latestWkid": 2232,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -118767900,
"falseY": -94525500,
"xyUnits": 3048.0060960121928,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
},
"copyrightText": "Pitkin County Open Space and Trails",
"parentLayer": null,
"subLayers": [],
"minScale": 18055.954822,
"maxScale": 0,
"referenceScale": 0.0,
"drawingInfo": {
"renderer": {
"type": "uniqueValue",
"field1": "easement_type",
"uniqueValueInfos": [
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
190,
232,
255,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
104,
104,
104,
255
],
"width": 0.75
}
},
"value": "fishing",
"label": "Fishing"
}
],
"fieldDelimiter": ",",
"authoringInfo": {
"colorRamp": {
"type": "multipart",
"colorRamps": [
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
250,
182,
255
],
"toColor": [
252,
250,
182,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
196,
179,
252,
255
],
"toColor": [
196,
179,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
179,
250,
252,
255
],
"toColor": [
179,
250,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
179,
188,
255
],
"toColor": [
252,
179,
188,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
179,
252,
194,
255
],
"toColor": [
179,
252,
194,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
212,
219,
252,
255
],
"toColor": [
212,
219,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
224,
204,
255
],
"toColor": [
252,
224,
204,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
199,
244,
255
],
"toColor": [
252,
199,
244,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
212,
252,
224,
255
],
"toColor": [
212,
252,
224,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
220,
252,
192,
255
],
"toColor": [
220,
252,
192,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
247,
252,
210,
255
],
"toColor": [
247,
252,
210,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
207,
212,
255
],
"toColor": [
252,
207,
212,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
207,
237,
252,
255
],
"toColor": [
207,
237,
252,
255
]
}
]
}
}
},
"scaleSymbols": true,
"transparency": 0,
"labelingInfo": null
},
"defaultVisibility": true,
"extent": {
"xmin": -1.1945542030345649E7,
"ymin": 4731992.202332595,
"xmax": -1.1866221876913732E7,
"ymax": 4777210.781158981,
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857,
"xyTolerance": 0.001,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -20037700,
"falseY": -30241100,
"xyUnits": 1.4892314192838538E8,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
}
},
"hasAttachments": false,
"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": "parcel",
"type": "esriFieldTypeDouble",
"alias": "Parcel ID",
"domain": null
},
{
"name": "utilized",
"type": "esriFieldTypeString",
"alias": "Used",
"length": 4,
"domain": null
},
{
"name": "year",
"type": "esriFieldTypeInteger",
"alias": "Year",
"domain": null
},
{
"name": "restrict_",
"type": "esriFieldTypeString",
"alias": "Restriction",
"length": 60,
"domain": null
},
{
"name": "verify",
"type": "esriFieldTypeString",
"alias": "Verified By",
"length": 4,
"domain": null
},
{
"name": "ease_holder",
"type": "esriFieldTypeString",
"alias": "Easement Holder",
"length": 50,
"domain": null
},
{
"name": "property_owner",
"type": "esriFieldTypeString",
"alias": "Property Owner",
"length": 50,
"domain": null
},
{
"name": "short_owner",
"type": "esriFieldTypeString",
"alias": "Owner Abbrev",
"length": 20,
"domain": null
},
{
"name": "recept_date",
"type": "esriFieldTypeDate",
"alias": "Reception Date",
"length": 8,
"domain": null
},
{
"name": "recept_no",
"type": "esriFieldTypeDouble",
"alias": "Reception Number",
"domain": null
},
{
"name": "doc_type",
"type": "esriFieldTypeString",
"alias": "Document Type",
"length": 50,
"domain": null
},
{
"name": "easement_type",
"type": "esriFieldTypeString",
"alias": "Easement Type",
"length": 50,
"domain": null
},
{
"name": "desc_",
"type": "esriFieldTypeString",
"alias": "Description",
"length": 150,
"domain": null
},
{
"name": "notes",
"type": "esriFieldTypeString",
"alias": "Note",
"length": 100,
"domain": null
},
{
"name": "recreational_name",
"type": "esriFieldTypeString",
"alias": "Recreation Name",
"length": 60,
"domain": null
},
{
"name": "acres",
"type": "esriFieldTypeDouble",
"alias": "Acres",
"domain": null
},
{
"name": "maintainer",
"type": "esriFieldTypeString",
"alias": "Maintained By",
"length": 25,
"domain": null
},
{
"name": "administrator",
"type": "esriFieldTypeString",
"alias": "Administrator",
"length": 25,
"domain": null
},
{
"name": "parking_area",
"type": "esriFieldTypeString",
"alias": "Parking Area",
"length": 50,
"domain": null
},
{
"name": "public_desc",
"type": "esriFieldTypeString",
"alias": "Public Description",
"length": 100,
"domain": null
},
{
"name": "approve_date",
"type": "esriFieldTypeDate",
"alias": "Date Approved",
"length": 8,
"domain": null
},
{
"name": "created_user",
"type": "esriFieldTypeString",
"alias": "created_user",
"length": 255,
"domain": null
},
{
"name": "created_date",
"type": "esriFieldTypeDate",
"alias": "created_date",
"length": 8,
"domain": null
},
{
"name": "last_edited_user",
"type": "esriFieldTypeString",
"alias": "last_edited_user",
"length": 255,
"domain": null
},
{
"name": "last_edited_date",
"type": "esriFieldTypeDate",
"alias": "Date Last Edited",
"length": 8,
"domain": null
},
{
"name": "fund_partner",
"type": "esriFieldTypeString",
"alias": "Fund_Partner",
"length": 75,
"domain": null
},
{
"name": "primaryphoto",
"type": "esriFieldTypeString",
"alias": "PrimaryPhoto",
"length": 255,
"domain": null
},
{
"name": "closure",
"type": "esriFieldTypeString",
"alias": "Closure",
"length": 75,
"domain": null
},
{
"name": "closedondate",
"type": "esriFieldTypeString",
"alias": "ClosedOnDate",
"length": 25,
"domain": null
},
{
"name": "openondate",
"type": "esriFieldTypeString",
"alias": "OpenOnDate",
"length": 25,
"domain": null
},
{
"name": "Shape_Length",
"type": "esriFieldTypeDouble",
"alias": "Shape_Length",
"domain": null
},
{
"name": "Shape_Area",
"type": "esriFieldTypeDouble",
"alias": "Shape_Area",
"domain": null
}
],
"geometryField": {
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape"
},
"indexes": [
{
"name": "FDO_OBJECTID",
"fields": "OBJECTID",
"isAscending": true,
"isUnique": true,
"description": ""
},
{
"name": "FDO_Shape",
"fields": "Shape",
"isAscending": true,
"isUnique": false,
"description": ""
}
],
"subtypes": [],
"relationships": [],
"canModifyLayer": true,
"canScaleSymbols": false,
"hasLabels": false,
"capabilities": "Query,Map,Data",
"maxRecordCount": 2000,
"supportsStatistics": true,
"supportsExceedsLimitStatistics": true,
"supportsAdvancedQueries": true,
"supportedQueryFormats": "JSON, geoJSON, PBF",
"isDataVersioned": false,
"ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
"useStandardizedQueries": true,
"supportedSpatialRelationships": [
"esriSpatialRelIntersects",
"esriSpatialRelContains",
"esriSpatialRelCrosses",
"esriSpatialRelEnvelopeIntersects",
"esriSpatialRelIndexIntersects",
"esriSpatialRelOverlaps",
"esriSpatialRelTouches",
"esriSpatialRelWithin",
"esriSpatialRelRelation"
],
"advancedQueryCapabilities": {
"useStandardizedQueries": true,
"supportsStatistics": true,
"supportsPercentileStatistics": true,
"supportsHavingClause": true,
"supportsOrderBy": true,
"supportsDistinct": true,
"supportsCountDistinct": true,
"supportsPagination": true,
"supportsLod": false,
"supportsQueryWithLodSR": false,
"supportsTrueCurve": true,
"supportsQueryWithDatumTransformation": true,
"supportsReturningQueryExtent": true,
"supportsQueryWithDistance": true,
"supportsSqlExpression": true,
"supportsTimeRelation": true,
"supportsSqlFormat": false,
"supportsQueryAnalytic": false
},
"supportsDatumTransformation": true,
"dateFieldsTimeReference": null,
"preferredTimeReference": null,
"datesInUnknownTimezone": false,
"hasGeometryProperties": true,
"geometryProperties": {
"shapeAreaFieldName": "Shape_Area",
"shapeLengthFieldName": "Shape_Length",
"units": "esriFeet",
"mapUnits": {"uwkid": 9003}
},
"hasMetadata": true,
"isDataArchived": false,
"archivingInfo": {
"supportsQueryWithHistoricMoment": false,
"startArchivingMoment": -1
},
"supportsCoordinatesQuantization": true,
"supportsDynamicLegends": true,
"serviceItemId": "f10a6f3265ca4c288babdf16745028aa"
},
{
"currentVersion": 11.1,
"cimVersion": "3.1.0",
"id": 100,
"name": "Open Spaces",
"type": "Feature Layer",
"description": " Open Space lands are shown in this layer with attributes that include ownership, year acquired, property restriction and managing agency.<\/SPAN><\/P><\/DIV><\/DIV><\/DIV>",
"geometryType": "esriGeometryPolygon",
"sourceSpatialReference": {
"wkid": 102654,
"latestWkid": 2232,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -118767900,
"falseY": -94525500,
"xyUnits": 3048.006096012192,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
},
"copyrightText": "Pitkin County Open Space and Trails, City of Aspen Parks Department,",
"parentLayer": null,
"subLayers": [],
"minScale": 1155581.108577,
"maxScale": 0,
"referenceScale": 0.0,
"drawingInfo": {
"renderer": {
"type": "uniqueValue",
"valueExpression": "// Dictionary to map proeprty types to their symbology groups\nvar typeGroups = {\n 'backcountry': 'Open Space',\n 'greenway': 'Open Space',\n 'open space': 'Open Space',\n 'riparian': 'Open Space',\n 'trailhead': 'Open Space',\n 'athletic': 'Park',\n 'developed recreational asset' : 'Park',\n 'park': 'Park',\n 'park ': 'Park',\n 'nature preserve': 'Nature Preserve',\n 'wildlife preserve': 'Nature Preserve',\n 'golf course': 'Golf Course',\n 'other': 'Other'\n};\n\nvar symbolType = DefaultValue(typeGroups[$feature.type], 'Other');\nreturn symbolType\n",
"valueExpressionTitle": "Type",
"uniqueValueInfos": [
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
157,
190,
96,
255
],
"outline": null
},
"value": "Open Space",
"label": "Open Space"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
210,
255,
112,
255
],
"outline": null
},
"value": "Park",
"label": "Park"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
105,
125,
63,
255
],
"outline": null
},
"value": "Nature Preserve",
"label": "Nature Preserve"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
165,
253,
187,
255
],
"outline": null
},
"value": "Golf Course",
"label": "Golf Course"
}
],
"fieldDelimiter": ",",
"authoringInfo": {
"colorRamp": {
"type": "multipart",
"colorRamps": [
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
250,
182,
255
],
"toColor": [
252,
250,
182,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
196,
179,
252,
255
],
"toColor": [
196,
179,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
179,
250,
252,
255
],
"toColor": [
179,
250,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
179,
188,
255
],
"toColor": [
252,
179,
188,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
179,
252,
194,
255
],
"toColor": [
179,
252,
194,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
212,
219,
252,
255
],
"toColor": [
212,
219,
252,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
224,
204,
255
],
"toColor": [
252,
224,
204,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
199,
244,
255
],
"toColor": [
252,
199,
244,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
212,
252,
224,
255
],
"toColor": [
212,
252,
224,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
220,
252,
192,
255
],
"toColor": [
220,
252,
192,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
247,
252,
210,
255
],
"toColor": [
247,
252,
210,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
252,
207,
212,
255
],
"toColor": [
252,
207,
212,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
207,
237,
252,
255
],
"toColor": [
207,
237,
252,
255
]
}
]
}
}
},
"scaleSymbols": true,
"transparency": 40,
"labelingInfo": [
{
"labelExpressionInfo": {
"expression": "DefaultValue($feature.planningarea, $feature.name)",
"title": "Custom"
},
"labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
"multiPart": "labelLargest",
"allowOverrun": true,
"deconflictionStrategy": "dynamic",
"repeatLabel": false,
"allowOverlapOfFeatureInterior": "avoid",
"allowOverlapOfFeatureBoundary": "avoid",
"stackLabel": true,
"stackAlignment": "textSymbol",
"removeDuplicates": "all",
"removeDuplicatesDistance": 283.46456692913387,
"stackRowLength": 24,
"useCodedValues": true,
"maxScale": 0,
"minScale": 4513.988705,
"name": "Street-Level Scale",
"priority": -1,
"symbol": {
"type": "esriTS",
"color": [
0,
115,
76,
255
],
"backgroundColor": null,
"borderLineColor": null,
"borderLineSize": null,
"verticalAlignment": "bottom",
"horizontalAlignment": "left",
"rightToLeft": false,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"kerning": true,
"haloColor": [
230,
230,
230,
255
],
"haloSize": 0.75,
"font": {
"family": "Franklin Gothic Demi Cond",
"size": 11,
"style": "normal",
"weight": "normal",
"decoration": "none"
}
}
},
{
"labelExpressionInfo": {
"expression": "DefaultValue($feature.planningarea, $feature.name)",
"title": "Medium Scale"
},
"labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
"multiPart": "labelPerPart",
"allowOverrun": true,
"deconflictionStrategy": "dynamic",
"repeatLabel": false,
"allowOverlapOfFeatureInterior": "avoid",
"allowOverlapOfFeatureBoundary": "avoid",
"stackLabel": true,
"stackAlignment": "textSymbol",
"removeDuplicates": "all",
"removeDuplicatesDistance": 283.46456692913387,
"stackRowLength": 24,
"useCodedValues": true,
"maxScale": 4513.988705,
"minScale": 36111.909643,
"name": "Town-Level Scale",
"priority": -1,
"symbol": {
"type": "esriTS",
"color": [
0,
115,
76,
255
],
"backgroundColor": null,
"borderLineColor": null,
"borderLineSize": null,
"verticalAlignment": "bottom",
"horizontalAlignment": "left",
"rightToLeft": false,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"kerning": true,
"haloColor": [
255,
255,
255,
255
],
"haloSize": 0.75,
"font": {
"family": "Franklin Gothic Medium",
"size": 11,
"style": "normal",
"weight": "normal",
"decoration": "none"
}
}
},
{
"labelExpressionInfo": {
"expression": "DefaultValue($feature.planningarea, $feature.name)",
"title": "Custom"
},
"labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
"multiPart": "labelLargest",
"allowOverrun": true,
"deconflictionStrategy": "dynamic",
"repeatLabel": false,
"allowOverlapOfFeatureInterior": "avoid",
"allowOverlapOfFeatureBoundary": "avoid",
"stackLabel": true,
"stackAlignment": "textSymbol",
"removeDuplicates": "all",
"removeDuplicatesDistance": 0,
"stackRowLength": 24,
"useCodedValues": true,
"maxScale": 36111.909643,
"minScale": 144447.638572,
"name": "Metro-Level Scale",
"priority": -1,
"symbol": {
"type": "esriTS",
"color": [
0,
115,
76,
255
],
"backgroundColor": null,
"borderLineColor": null,
"borderLineSize": null,
"verticalAlignment": "bottom",
"horizontalAlignment": "left",
"rightToLeft": false,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"kerning": true,
"haloColor": null,
"haloSize": null,
"font": {
"family": "Franklin Gothic Book",
"size": 7,
"style": "normal",
"weight": "normal",
"decoration": "none"
}
}
}
]
},
"defaultVisibility": true,
"extent": {
"xmin": -1.195162106667278E7,
"ymin": 4731313.593739832,
"xmax": -1.18635109812458E7,
"ymax": 4777503.835679731,
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857,
"xyTolerance": 0.001,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -20037700,
"falseY": -30241100,
"xyUnits": 1.4892314192838538E8,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
}
},
"hasAttachments": false,
"htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
"displayField": "name",
"typeIdField": null,
"subtypeFieldName": null,
"subtypeField": null,
"defaultSubtypeCode": null,
"fields": [
{
"name": "OBJECTID",
"type": "esriFieldTypeOID",
"alias": "OBJECTID",
"domain": null
},
{
"name": "GlobalID",
"type": "esriFieldTypeString",
"alias": "GlobalID",
"length": 38,
"domain": null
},
{
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape",
"domain": null
},
{
"name": "name",
"type": "esriFieldTypeString",
"alias": "Name",
"length": 50,
"domain": null
},
{
"name": "type",
"type": "esriFieldTypeString",
"alias": "Type",
"length": 30,
"domain": null
},
{
"name": "ownership",
"type": "esriFieldTypeString",
"alias": "Owner",
"length": 50,
"domain": null
},
{
"name": "BOOK",
"type": "esriFieldTypeInteger",
"alias": "Book",
"domain": null
},
{
"name": "PAGE",
"type": "esriFieldTypeInteger",
"alias": "Page",
"domain": null
},
{
"name": "PARCEL",
"type": "esriFieldTypeDouble",
"alias": "Parcel",
"domain": null
},
{
"name": "ACRES",
"type": "esriFieldTypeDouble",
"alias": "Acres",
"domain": null
},
{
"name": "COMMENT",
"type": "esriFieldTypeString",
"alias": "Comment",
"length": 50,
"domain": null
},
{
"name": "YEAR",
"type": "esriFieldTypeInteger",
"alias": "Year",
"domain": null
},
{
"name": "SHORT_OWNE",
"type": "esriFieldTypeString",
"alias": "Owner Abbrev",
"length": 25,
"domain": null
},
{
"name": "OWNER_TYPE",
"type": "esriFieldTypeString",
"alias": "Ownership Type",
"length": 12,
"domain": null
},
{
"name": "recept_date",
"type": "esriFieldTypeDate",
"alias": "Reception Date",
"length": 8,
"domain": null
},
{
"name": "recept_no",
"type": "esriFieldTypeDouble",
"alias": "Reception Number",
"domain": null
},
{
"name": "restriction",
"type": "esriFieldTypeString",
"alias": "Restriction",
"length": 75,
"domain": null
},
{
"name": "Maintainer",
"type": "esriFieldTypeString",
"alias": "Maintained By",
"length": 50,
"domain": null
},
{
"name": "show",
"type": "esriFieldTypeString",
"alias": "Show",
"length": 5,
"domain": null
},
{
"name": "note",
"type": "esriFieldTypeString",
"alias": "Note",
"length": 50,
"domain": null
},
{
"name": "partner",
"type": "esriFieldTypeString",
"alias": "Fund Partner",
"length": 50,
"domain": null
},
{
"name": "planningarea",
"type": "esriFieldTypeString",
"alias": "Planning Area",
"length": 150,
"domain": null
},
{
"name": "ManagePlan",
"type": "esriFieldTypeString",
"alias": "Management Plan",
"length": 254,
"domain": null
},
{
"name": "primaryphoto",
"type": "esriFieldTypeString",
"alias": "Primary Photo",
"length": 254,
"domain": null
},
{
"name": "closedondate",
"type": "esriFieldTypeString",
"alias": "Closed On Date",
"length": 25,
"domain": null
},
{
"name": "OpenOnDate",
"type": "esriFieldTypeString",
"alias": "Open On Date",
"length": 25,
"domain": null
},
{
"name": "Closure",
"type": "esriFieldTypeString",
"alias": "Closure",
"length": 75,
"domain": null
},
{
"name": "agricultur",
"type": "esriFieldTypeString",
"alias": "Agriculture",
"length": 5,
"domain": null
},
{
"name": "ecological",
"type": "esriFieldTypeString",
"alias": "Ecological",
"length": 5,
"domain": null
},
{
"name": "historic",
"type": "esriFieldTypeString",
"alias": "Historic",
"length": 5,
"domain": null
},
{
"name": "recreation",
"type": "esriFieldTypeString",
"alias": "Recreation",
"length": 5,
"domain": null
},
{
"name": "scenic",
"type": "esriFieldTypeString",
"alias": "Scenic",
"length": 5,
"domain": null
},
{
"name": "wildlife",
"type": "esriFieldTypeString",
"alias": "Wildlife",
"length": 5,
"domain": null
}
],
"geometryField": {
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape"
},
"indexes": [
{
"name": "FDO_OBJECTID",
"fields": "OBJECTID",
"isAscending": true,
"isUnique": true,
"description": ""
},
{
"name": "FDO_Shape",
"fields": "Shape",
"isAscending": true,
"isUnique": false,
"description": ""
}
],
"subtypes": [],
"relationships": [],
"canModifyLayer": true,
"canScaleSymbols": false,
"hasLabels": true,
"capabilities": "Query,Map,Data",
"maxRecordCount": 2000,
"supportsStatistics": true,
"supportsExceedsLimitStatistics": true,
"supportsAdvancedQueries": true,
"supportedQueryFormats": "JSON, geoJSON, PBF",
"isDataVersioned": false,
"ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
"useStandardizedQueries": true,
"supportedSpatialRelationships": [
"esriSpatialRelIntersects",
"esriSpatialRelContains",
"esriSpatialRelCrosses",
"esriSpatialRelEnvelopeIntersects",
"esriSpatialRelIndexIntersects",
"esriSpatialRelOverlaps",
"esriSpatialRelTouches",
"esriSpatialRelWithin",
"esriSpatialRelRelation"
],
"advancedQueryCapabilities": {
"useStandardizedQueries": true,
"supportsStatistics": true,
"supportsPercentileStatistics": true,
"supportsHavingClause": true,
"supportsOrderBy": true,
"supportsDistinct": true,
"supportsCountDistinct": true,
"supportsPagination": true,
"supportsLod": false,
"supportsQueryWithLodSR": false,
"supportsTrueCurve": true,
"supportsQueryWithDatumTransformation": true,
"supportsReturningQueryExtent": true,
"supportsQueryWithDistance": true,
"supportsSqlExpression": true,
"supportsTimeRelation": true,
"supportsSqlFormat": false,
"supportsQueryAnalytic": false
},
"supportsDatumTransformation": true,
"dateFieldsTimeReference": null,
"preferredTimeReference": null,
"datesInUnknownTimezone": false,
"hasGeometryProperties": true,
"geometryProperties": {
"shapeAreaFieldName": "Shape_Area",
"shapeLengthFieldName": "Shape_Length",
"units": "esriFeet",
"mapUnits": {"uwkid": 9003}
},
"hasMetadata": true,
"isDataArchived": false,
"archivingInfo": {
"supportsQueryWithHistoricMoment": false,
"startArchivingMoment": -1
},
"supportsCoordinatesQuantization": true,
"supportsDynamicLegends": true,
"serviceItemId": "f10a6f3265ca4c288babdf16745028aa"
}
],
"tables": []
}