{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 5, "name": "Evento", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriDecimalDegrees" }, "hasMetadata": true, "extent": { "xmin": -74.159867762, "ymin": 4.54996311999997, "xmax": -74.029848374, "ymax": 4.798931636000019, "spatialReference": { "wkid": 4686, "latestWkid": 4686, "xyTolerance": 8.983152841195215E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 4686, "latestWkid": 4686, "xyTolerance": 8.98315284119521E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 4 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "NEVENTO", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "NEVENTO", "type": "esriFieldTypeString", "alias": "Nombre Evento", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "NEVENTO" }, { "name": "ORGEVENT", "type": "esriFieldTypeString", "alias": "Organizador del Evento", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "ORGEVENT" }, { "name": "FINI", "type": "esriFieldTypeDate", "alias": "Fecha Inicio", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "FINI" }, { "name": "FFIN", "type": "esriFieldTypeDate", "alias": "Fecha Fin", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "FFIN" }, { "name": "TEVENTO", "type": "esriFieldTypeString", "alias": "Tipo Evento", "domain": { "type": "codedValue", "name": "Eve_TipoEven", "description": "Tipo de Evento en via", "codedValues": [ { "name": "EVENTO", "code": "EVENTO" }, { "name": "EMERGENCIA", "code": "EMERGENCIA" }, { "name": "MARCHA", "code": "MARCHA" }, { "name": "PROTESTA", "code": "PROTESTA" }, { "name": "PEATONALIZACIÓN", "code": "PEATONALIZACION" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": "EVENTO", "modelName": "TEVENTO" }, { "name": "CID", "type": "esriFieldTypeString", "alias": "CID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "CID" }, { "name": "CIERRE", "type": "esriFieldTypeString", "alias": "Tipo Cierre", "domain": { "type": "codedValue", "name": "Eve_CieCalz", "description": "Cierre total o parcial de calzada", "codedValues": [ { "name": "TOTAL", "code": "TOTAL" }, { "name": "PARCIAL", "code": "PARCIAL" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": "PARCIAL", "modelName": "CIERRE" }, { "name": "CARRAFEC", "type": "esriFieldTypeInteger", "alias": "Carriles Afectados", "domain": null, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "CARRAFEC" }, { "name": "HINICIO", "type": "esriFieldTypeString", "alias": "Hora Inicio", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "HINICIO" }, { "name": "HFIN", "type": "esriFieldTypeString", "alias": "Hora Fin", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "HFIN" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "SHAPE.LEN", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.LEN", "required": true }, { "name": "CREATED_USER", "type": "esriFieldTypeString", "alias": "CREATED_USER", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "CREATED_USER" }, { "name": "CREATED_DATE", "type": "esriFieldTypeDate", "alias": "CREATED_DATE", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "CREATED_DATE" }, { "name": "LAST_EDITED_USER", "type": "esriFieldTypeString", "alias": "LAST_EDITED_USER", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "LAST_EDITED_USER" }, { "name": "LAST_EDITED_DATE", "type": "esriFieldTypeDate", "alias": "LAST_EDITED_DATE", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LAST_EDITED_DATE" }, { "name": "DOMINGO", "type": "esriFieldTypeString", "alias": "DOMINGO", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "DOMINGO" }, { "name": "LUNES", "type": "esriFieldTypeString", "alias": "LUNES", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "LUNES" }, { "name": "MARTES", "type": "esriFieldTypeString", "alias": "MARTES", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "MARTES" }, { "name": "MIERCOLES", "type": "esriFieldTypeString", "alias": "MIERCOLES", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "MIERCOLES" }, { "name": "JUEVES", "type": "esriFieldTypeString", "alias": "JUEVES", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "JUEVES" }, { "name": "VIERNES", "type": "esriFieldTypeString", "alias": "VIERNES", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "VIERNES" }, { "name": "SABADO", "type": "esriFieldTypeString", "alias": "SABADO", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "SABADO" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R525_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A413_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Evento", "description": "", "prototype": { "attributes": { "VIERNES": null, "SABADO": null, "NEVENTO": null, "ORGEVENT": null, "FINI": null, "FFIN": null, "TEVENTO": "EVENTO", "CID": null, "CIERRE": "PARCIAL", "CARRAFEC": 1, "HINICIO": null, "HFIN": null, "JUEVES": null, "MIERCOLES": null, "MARTES": null, "LUNES": null, "DOMINGO": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "0fd39637e3b14a3dbbd73825ad4b4abc" }