{ "currentVersion": 10.81, "id": 2, "name": "Paid Parking Spaces / Stationnement payant", "type": "Feature Layer", "description": "This feature class can be used to show the number of the parking stalls available, the total length of parking stalls, the type of parking (parallel to the street or angled to the street), and location of the parking stalls on the street, relative to a base map.The data can be combined with PW_PD_PaidParkingTable to provide information on Parking Rates, Hours and Restrictions.", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857 }, "copyrightText": "For further information please contact Katherine Montuoro (x29925) - Technologist, Parking Studies", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "HOURLY_RATE", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 56, 168, 0, 255 ], "width": 3 }, "value": "$1.00", "label": "$1.00", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 3 }, "value": "$1.50", "label": "$1.50", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 132, 0, 168, 255 ], "width": 3 }, "value": "$3.50", "label": "$3.50", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 170, 0, 255 ], "width": 3 }, "value": "$4.00", "label": "$4.00", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 0, 0, 255 ], "width": 3 }, "value": "$4.50", "label": "$4.50", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -8434481.7359, "ymin": 5675507.7793999985, "xmax": -8421268.8227, "ymax": 5690121.841200002, "spatialReference": { "wkid": 102100, "latestWkid": 3857 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ANGLED", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ANGLED", "type": "esriFieldTypeString", "alias": "ANGLED", "length": 50, "domain": null }, { "name": "IN_USE", "type": "esriFieldTypeString", "alias": "IN_USE", "length": 5, "domain": { "type": "codedValue", "name": "PS_InUse", "description": "Is the parking in use or not", "codedValues": [ { "name": "Yes", "code": "a" }, { "name": "No", "code": "b" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "length": 38, "domain": null }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length", "domain": null }, { "name": "ROAD", "type": "esriFieldTypeString", "alias": "Road", "length": 100, "domain": null }, { "name": "SIDE", "type": "esriFieldTypeString", "alias": "Side", "length": 5, "domain": null }, { "name": "TYPE_OF_SPACE", "type": "esriFieldTypeString", "alias": "Type Of Space", "length": 20, "domain": null }, { "name": "ZONE", "type": "esriFieldTypeString", "alias": "Zone", "length": 50, "domain": null }, { "name": "PARKING_SUPPLY", "type": "esriFieldTypeSmallInteger", "alias": "Parking Supply", "domain": null }, { "name": "OUT_OF_SERVICE", "type": "esriFieldTypeSmallInteger", "alias": "Out Of Service", "domain": null }, { "name": "BLOCKFACE_SUPPLY", "type": "esriFieldTypeSmallInteger", "alias": "Blockface Supply", "domain": null }, { "name": "RATE_STRUCTURE", "type": "esriFieldTypeString", "alias": "Rate Structure", "length": 255, "domain": null }, { "name": "DAYS_IN_EFFECT", "type": "esriFieldTypeString", "alias": "Days In Effect", "length": 25, "domain": null }, { "name": "MAX_STAY", "type": "esriFieldTypeString", "alias": "Max Stay", "length": 50, "domain": null }, { "name": "RATE", "type": "esriFieldTypeString", "alias": "Rate", "length": 20, "domain": null }, { "name": "HOURLY_RATE", "type": "esriFieldTypeString", "alias": "Hourly Rate", "length": 50, "domain": null }, { "name": "MODIFIED_DATE", "type": "esriFieldTypeDate", "alias": "Last Edited Date", "length": 8, "domain": null }, { "name": "CREATED_DATE", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "AVAILABLE_SPACES", "type": "esriFieldTypeSmallInteger", "alias": "Available Spaces", "domain": null }, { "name": "IN_USE_FR", "type": "esriFieldTypeString", "alias": "en cours d\u2019utilisation", "length": 5, "domain": { "type": "codedValue", "name": "PS_InUse_FR", "description": "French version of PS_InUse", "codedValues": [ { "name": "Non", "code": "b" }, { "name": "Oui", "code": "a" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ANGLED_FR", "type": "esriFieldTypeString", "alias": "incliné", "length": 50, "domain": null }, { "name": "TYPE_OF_SPACE_FR", "type": "esriFieldTypeString", "alias": "type d\u2019espace", "length": 20, "domain": null }, { "name": "ZONE_FR", "type": "esriFieldTypeString", "alias": "ZONE FR", "length": 50, "domain": null }, { "name": "SIDE_FR", "type": "esriFieldTypeString", "alias": "côté", "length": 5, "domain": null }, { "name": "RATE_STRUCTURE_FR", "type": "esriFieldTypeString", "alias": "taux de structure", "length": 255, "domain": null }, { "name": "DAYS_IN_EFFECT_FR", "type": "esriFieldTypeString", "alias": "jours en vigueur", "length": 25, "domain": null }, { "name": "MAX_STAY_FR", "type": "esriFieldTypeString", "alias": "séjour maximum", "length": 50, "domain": null }, { "name": "RATE_FR", "type": "esriFieldTypeString", "alias": "RATE_FR (Minute Rate)", "length": 20, "domain": null }, { "name": "HOURLY_RATE_FR", "type": "esriFieldTypeString", "alias": "HOURLY_RATE_FR (Hour Rate)", "length": 50, "domain": null }, { "name": "FROM1", "type": "esriFieldTypeString", "alias": "From", "length": 100, "domain": null }, { "name": "TO1", "type": "esriFieldTypeString", "alias": "To", "length": 100, "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": "" }, { "name": "FDO_GLOBALID", "fields": "GLOBALID", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "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 }