{ "layers": [ { "currentVersion": 10.91, "id": 0, "name": "Trails", "type": "Feature Layer", "description": "Trails located in the City of Lynchburg, VA categorized by surface type", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 24001, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "SURFACE", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 52, 52, 52, 255 ], "width": 1.5 }, "value": "Asphalt", "label": "Asphalt", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 137, 112, 68, 255 ], "width": 1.5 }, "value": "Other", "label": "Other", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 1.5 }, "value": "Concrete", "label": "Concrete", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 245, 162, 122, 255 ], "width": 1.5 }, "value": "Dirt", "label": "Dirt", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 104, 104, 104, 255 ], "width": 1.5 }, "value": "Decomposed Granite", "label": "Decomposed Granite", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDot", "color": [ 204, 204, 204, 255 ], "width": 1.5 }, "value": "Gravel", "label": "Gravel", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1269400178499997E7, "ymin": 3653931.767499998, "xmax": 1.1303121424500003E7, "ymax": 3685053.087500006, "spatialReference": { "wkid": 102747, "latestWkid": 2284 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "TRAIL_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "TRAIL_NAME", "type": "esriFieldTypeString", "alias": "Trail Name", "length": 60, "domain": null }, { "name": "SURFACE", "type": "esriFieldTypeString", "alias": "Surface Material", "length": 20, "domain": { "type": "codedValue", "name": "dTrailSurface", "description": "Trail Surface Type", "codedValues": [ { "name": "Asphalt", "code": "Asphalt" }, { "name": "Concrete", "code": "Concrete" }, { "name": "Decomposed Granite", "code": "Decomposed Granite" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Difficulty", "type": "esriFieldTypeString", "alias": "Difficulty", "length": 50, "domain": { "type": "codedValue", "name": "dTrailDifficulty", "description": "Trail Difficulty", "codedValues": [ { "name": "Easy", "code": "Easy" }, { "name": "Moderate", "code": "Moderate" }, { "name": "Difficult", "code": "Difficult" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ADA_ACCESS", "type": "esriFieldTypeSmallInteger", "alias": "ADA Access", "domain": { "type": "codedValue", "name": "dBoolean_5", "description": "Simple Yes/No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "TRAIL_WIDT", "type": "esriFieldTypeInteger", "alias": "Trail Width", "domain": { "type": "range", "name": "dTrailWidth", "description": "Trail Width", "range": [ 0, 12 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "HIKING", "type": "esriFieldTypeSmallInteger", "alias": "Hiking?", "domain": { "type": "codedValue", "name": "dBoolean_5", "description": "Simple Yes/No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKING", "type": "esriFieldTypeSmallInteger", "alias": "Biking?", "domain": { "type": "codedValue", "name": "dBoolean_5", "description": "Simple Yes/No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "WALKING", "type": "esriFieldTypeSmallInteger", "alias": "Walking?", "domain": { "type": "codedValue", "name": "dBoolean_5", "description": "Simple Yes/No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTENANCE", "type": "esriFieldTypeSmallInteger", "alias": "Maintenance Trail?", "domain": { "type": "codedValue", "name": "dBoolean_5", "description": "Simple Yes/No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MULTIUSE", "type": "esriFieldTypeSmallInteger", "alias": "Multi-use?", "domain": { "type": "codedValue", "name": "dBoolean_5", "description": "Simple Yes/No", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PARK", "type": "esriFieldTypeString", "alias": "Park", "length": 50, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Creator", "type": "esriFieldTypeString", "alias": "Creator", "length": 50, "domain": null }, { "name": "DateCreated", "type": "esriFieldTypeDate", "alias": "DateCreated", "length": 8, "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": "UUID_442", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S371_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.91, "id": 1, "name": "Access Points", "type": "Feature Layer", "description": "Access points for trails and parks in the City of Lynchburg, VA", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "b5772eb69629e0545ff99a53c2112e82", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAvlJREFUOI2tlF1ok1cYx39Pki4mfRuTtCY2KUihMaM3XvmBsjpnRxWVIRvzTm/cUIZfV1W82gSxoOxioDfiLnQqKO7CL0Soju3GDQQnljK/2rQhNjXph2mTvEnex4va18SWjsEeOBeH//P8+P/P4RwX/2O5FhJVdQnQBviBNNAnIvn/BFPVrUA3sBZwVEnTlmXdEJEfROTJgjBV9ajqz8COEiZjpMiRoUwRJ3V48Xv9svRrD8aXqtotIqfmhamqE/hVRLomSJOkH4sKAGOTE5TyJULhJjIM0cQyZ5jWk6rqFZFj8znrBromGWWI2gSPE38z/cZkU3gjAK8ZxKJChNj3qvq7iNy3YaoaBA5XKJGkvwZUNIv0vriFW318Xv4Up8sJQJZhfCwRA38PsLra2XagYZw0Fco1sL7EE4bzDwBIjeyiJRqxtSxDGPhXqWpMRJ7OOusQEaYZrwG9yo5w7uFxe3/xz/Ps6zqAx7sIgBzZWWk9MAMTkWaAMmYNLF/MU1/XTN6cGYo1tuPxuG3dwqJCGSeuSHVME8BJnd04npvg8sMLvDbfX8bN1I+EHoRYt2Y1AILgwAlQtGGqOiAieFnMJKMAFMwCbcGPeZ7rtWGtiz6jod6HWhbicFBPEEEABmyYiNwGvvMTJs1LLCqMjL/iTuJ0TeyXhV6uPSsQCR+iKdRIkOjM6cDd6ph3gH9cfLS8mRi/Dd/g3tNetrTuJx5aDkAqPUp+qkRi8hmX/7jCng378AUaUdVLDocjW+2srKoHgZsBmuWTls3EWmIoOuMoNYBvsZeNq1YCnfhZSoQ4QFZEjs46t1+AiNxW1SPAiUZaMAiSIUmODAWzyOPkIzrjWwgQwSAAMA18JSJDc2DvgD2qOmxZ1k9uhzcQIQbE8BYaWBvtIEr7bGu/OTW1020Yf1XPz/mCROQXVb0FfAtsA+Ko+jPJRD4ab78HXAUuug2j8uHsvP+ZiIwBPe8WZ7ct2ysuvlnROfjFfP0Lwj6s3dcHzwBn/q3vLVGaG6NYos5OAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 14, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.1269617596499994E7, "ymin": 3654085.3159999996, "xmax": 1.1298277622999996E7, "ymax": 3683341.4724999964, "spatialReference": { "wkid": 102747, "latestWkid": 2284 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Location", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Location", "type": "esriFieldTypeString", "alias": "Location Description", "length": 75, "domain": null }, { "name": "AccessibleParks", "type": "esriFieldTypeString", "alias": "Park Access", "length": 150, "domain": null }, { "name": "AccessibleTrails", "type": "esriFieldTypeString", "alias": "Trail Access", "length": 150, "domain": null }, { "name": "Parking", "type": "esriFieldTypeSmallInteger", "alias": "Parking", "domain": { "type": "codedValue", "name": "dBoolean", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 }, { "name": "Unknown", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ParkAccess", "type": "esriFieldTypeSmallInteger", "alias": "Park Access", "domain": { "type": "codedValue", "name": "dBoolean", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 }, { "name": "Unknown", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "TrailAccess", "type": "esriFieldTypeSmallInteger", "alias": "Trail Access", "domain": { "type": "codedValue", "name": "dBoolean", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 }, { "name": "Unknown", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "NeighborhoodParkAccess", "type": "esriFieldTypeSmallInteger", "alias": "Neighborhood Park Access", "domain": { "type": "codedValue", "name": "dBoolean", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 }, { "name": "Unknown", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Link_Park", "type": "esriFieldTypeString", "alias": "Park Website", "length": 150, "domain": null }, { "name": "Link_Trail", "type": "esriFieldTypeString", "alias": "Trail Website", "length": 150, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_1179", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S859_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.91, "id": 2, "name": "Centers", "type": "Feature Layer", "description": "Locations of Community centers and Neighborhood centers within the City of Lynchburg, VA", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "CenterType", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "6970a2ed3ec7158cb1559043ee9c34db", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAW1JREFUKJGlki2SwkAQhb+eUJCYCFAcYE+QcIsIMBQnALM3WIOAQ2zcOiRVi1yBRBCD3AtgQxUk/BQzK2Cy4WfVPjdT/b033T0V/qHK/YUxJgCGQAA0gTWQAEMRSf6EjTGfQHTn17zeRVrrWCk1eIAtqPWWLFtwOMw5Hsc4Tg/X7eD7XUSkr7XGGlRKT4203rLZfLDfvxax5/OE3W7C6bSi0RghIn1jTCwiiU0eAmTZ4gYs63gck+dtPC8EeAdCCwcAh8O8KK7Xv6nVXsjzJWna4mI+tXBQ7rlp3a1qtRcAPC8kTX/TYVTUWHgNNB2nx/k8ASDPl3heyHb7VRQ7To9SfQEnQOS6HXa7C5ymrSLRynU7QLEZygOLfL/L6bS6eb5VtfqG73ftcVbAIpJorWMR6TcaI/K8TZZNH/Z8TY2VUjfJKKUGWmtEpO954XWqo3K4BR9/mDUwxsRc9hjY4Vx7nNnEp7BtAQgfmn6iH6yRoeKdelXpAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 11, "height": 11, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "City-Wide Community Center", "label": "City-Wide Community Center", "description": "" }, { "symbol": { "type": "esriPMS", "url": "2748bc1558d16e0286a307db65bd2c06", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAVtJREFUKJGl0q1uG0EUhuFnVobGkSzZMNRkN9wXYBATy1fgkN5BiYFzETUrM4zUwIIwB8SgQVGrSFWsKFJAkEnITEE823XcqqAfm6Pznu/8TMt/qPU+kFIqMUOJDp6wxiyEsP4rnFL6guG7ep1dbBhjXBRFcXYAZ/DV1oNrj648O9c20TXSNxZCmMYY5QKtRqvDV1vffPbTh9p2a+nO0otbA3MhhGlKaRFCWGfnGTy43gObenZu41RPBZ9QZbiER1d18sB3R45t3Fg5AfcuMlw2Z+7k6llHjkFPZdVwZ17nZPgJnbaJrSXYuNFT+eFrndw20civ4TWGXSN3O3jlpHbM6hqhvozmwoZ9Yy9u99r/PcZHfeP8vKzhEMI6xrgIIUwH5jZO3bs4uPPOdVEUxZ6zoijOYoxCCNOearfVedM8g4c/LBdIKS283bHMy9nNeJkd/wjnEXg75r/0C39xgYK+y5w7AAAAAElFTkSuQmCC", "contentType": "image/png", "width": 11, "height": 11, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Neighborhood Center", "label": "Neighborhood Center", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.1272672843999997E7, "ymin": 3663180.103, "xmax": 1.1300577783999994E7, "ymax": 3678149.637500003, "spatialReference": { "wkid": 102747, "latestWkid": 2284 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 100, "domain": null }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 50, "domain": null }, { "name": "Link", "type": "esriFieldTypeString", "alias": "Center Website", "length": 200, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Phone", "type": "esriFieldTypeString", "alias": "Phone", "length": 50, "domain": null }, { "name": "CenterType", "type": "esriFieldTypeString", "alias": "CenterType", "length": 50, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "a928_ix1", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.91, "id": 3, "name": "Community Gardens", "type": "Feature Layer", "description": "The Community Gardens layer shows the locations of community gardens that were submitted and accepted on the Parks and Recreation's Community Garden Directory. ", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "0b8c69051f9b216b693140eb5fb6f423", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAZpJREFUOI2lkUtLAmEUht/JqTGpRVPgQhSDLhBdXRQUGClEEAbVpq1UmgXRtl/w/YFynDGCdi6jaBNTkLqUxDZRmwYqgiwjSGhypmlR2dSoQb2rw/nO+5zLR+OfokvkTNuD0ljdBdunT1bLTN6cq4kOgHoqCyCE0LXp9n1WtI2Yckb2C6PMxGXN4waVNwAIIbQ53Sa6RN9wKTMAVMl0v8ooB3FZ835C6GLnTPuBS/S5y5mL+8n0gB5CA4AkSRuT6TmDuWYasPqB5ysgu/ADwhb8yGHt09ELUIZuHeuAxfoeaypwt/T1VmBky7cblJK5QRfbStdUBFzuAfZx4PkBuN36A+B6CriuVKAH3DsvUX/W+Ev5u1RWQb75MYObD4CmaZGkUwibPIuU/bCzsplRcDy6G1+JTYnFCQRBiAQCAe2oNcy5EaIch11lzamJnYTcc+5FDOq3FQRB4IPB4Gu8leOHquepJsnxw67htDuRzLakvGSVKIYbAADP89FQKKQmnPwynIYBTliWnSWEFPRJwy9wHLcJYLPiIXR6A6kJkx4G6jnNAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 12, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.1269815266606301E7, "ymin": 3659825.2191152275, "xmax": 1.1297253769471973E7, "ymax": 3686126.6691368967, "spatialReference": { "wkid": 102747, "latestWkid": 2284 } }, "hasAttachments": true, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 150, "domain": null }, { "name": "Address_House", "type": "esriFieldTypeString", "alias": "Address_House", "length": 8, "domain": null }, { "name": "Address_Street", "type": "esriFieldTypeString", "alias": "Address_Street", "length": 75, "domain": null }, { "name": "Address_City", "type": "esriFieldTypeString", "alias": "City", "length": 50, "domain": null }, { "name": "Address_State", "type": "esriFieldTypeString", "alias": "Address_State", "length": 2, "domain": null }, { "name": "Address_ZipCode", "type": "esriFieldTypeSmallInteger", "alias": "Address_ZipCode", "domain": null }, { "name": "Website", "type": "esriFieldTypeString", "alias": "Website", "length": 200, "domain": null }, { "name": "MissionPurpose", "type": "esriFieldTypeString", "alias": "MissionPurpose", "length": 255, "domain": null }, { "name": "ParticipationPolicy", "type": "esriFieldTypeString", "alias": "ParticipationPolicy", "length": 255, "domain": null }, { "name": "Sponsor", "type": "esriFieldTypeString", "alias": "Sponsor", "length": 150, "domain": null }, { "name": "Contact_Name", "type": "esriFieldTypeString", "alias": "Contact_Name", "length": 75, "domain": null }, { "name": "Contact_Phone", "type": "esriFieldTypeString", "alias": "Contact_Phone", "length": 12, "domain": null }, { "name": "Contact_Email", "type": "esriFieldTypeString", "alias": "Contact_Email", "length": 75, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "SubmissionType", "type": "esriFieldTypeString", "alias": "SubmissionType", "length": 50, "domain": null }, { "name": "ApprovalStatus", "type": "esriFieldTypeSmallInteger", "alias": "ApprovalStatus", "domain": { "type": "codedValue", "name": "dBoolean", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 }, { "name": "Unknown", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R1552_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S1144_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.91, "id": 4, "name": "Park Properties", "type": "Feature Layer", "description": "Locations of Parks within the City of Lynchburg, VA", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 178, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 1 } }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.1269095802499995E7, "ymin": 3653903.375, "xmax": 1.1303252017000005E7, "ymax": 3686752.3544999957, "spatialReference": { "wkid": 102747, "latestWkid": 2284 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 50, "domain": null }, { "name": "Hyperlink", "type": "esriFieldTypeString", "alias": "Park Website", "length": 150, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "Park_Type", "description": "Park type classifications for the park feature class", "codedValues": [ { "name": "Park", "code": "Park" }, { "name": "Playlot", "code": "Playlot" }, { "name": "Other", "code": "Other" }, { "name": "Neighborhood Park", "code": "Neighborhood Park" }, { "name": "Center", "code": "Center" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Park_ID", "type": "esriFieldTypeString", "alias": "Park_ID", "length": 10, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Creator", "type": "esriFieldTypeString", "alias": "Creator", "length": 50, "domain": null }, { "name": "DateCreated", "type": "esriFieldTypeDate", "alias": "DateCreated", "length": 8, "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": "UUID_387", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S322_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true } ], "tables": [ { "currentVersion": 10.91, "id": 5, "name": "vectorGIS_prd.DBO.PR_CommunityGardens__ATTACH", "type": "Table", "description": null, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ATT_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "domain": null }, { "name": "REL_OBJECTID", "type": "esriFieldTypeInteger", "alias": "REL_OBJECTID", "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "length": 150, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "length": 250, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "domain": null }, { "name": "DATA", "type": "esriFieldTypeBlob", "alias": "DATA", "domain": null } ], "indexes": [ { "name": "R1553_SDE_ROWID_UK", "fields": "ATTACHMENTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "GDB_24514_REL_OB", "fields": "REL_OBJECTID", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON", "isDataVersioned": false, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "dateFieldsTimeReference": null } ] }