{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 46, "name": "capa_estado_planeamiento_cau", "type": "Feature Layer", "description": "Se trata de una capa vectorial de polígonos que delimitan la extensión geográfica del instrumento urbanístico.La base de datos que se asocia a la información vectorial se organiza en los campos o atributos que se describen a continuación:Nombre: nombre del instrumento urbanísticoCOD_TIPO: código tipo del instrumento urbanísticoID_RUA: identificador en el inventario del registro urbanístico de AsturiasETIQUETA: ID_CONCEJO: código INE identificador del concejo (municipio)INSTRUMENT:AI_BOPA: fecha de publicación en BOPA de la Aprobación Inicial del Instrumento urbanístico (Fecha/Hora)AD_BOPA: fecha de publicación en BOPA de Aprobación Definitiva del Instrumento urbanístico (Fecha/Hora)TR_BOPA: fecha de publicación en BOPA del Texto Refundido del Instrumento Urbanístico (Fecha/Hora)", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25830, "latestWkid": 25830, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 500000, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "// Arcade expression to replicate SLD logic for Spanish urban planning statuses\n// Use this in ArcGIS Pro Symbology > Unique Values > Expression\n\n// Check TR_BOPA first (highest priority)\nif (!IsEmpty($feature.TR_BOPA)) {\n return \"Texto Refundido\";\n}\n\n// Check AD_BOPA (second priority) - only if TR_BOPA is null\nif (!IsEmpty($feature.AD_BOPA) && IsEmpty($feature.TR_BOPA)) {\n return \"Aprobación Definitiva\";\n}\n\n// Check AI_BOPA (third priority) - only if AD_BOPA is null\nif (IsEmpty($feature.AD_BOPA) && !IsEmpty($feature.AI_BOPA)) {\n return \"Aprobación Inicial\";\n}\n\n// Default case - all three fields are null (DP - Documento Prioridades)\nif (IsEmpty($feature.TR_BOPA) && IsEmpty($feature.AI_BOPA) && IsEmpty($feature.AD_BOPA)) {\n return \"Documento Prioridades\";\n}\n\n// Fallback (shouldn't happen based on original SLD logic)\nreturn \"Unknown\";", "valueExpressionTitle": "Custom", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "Aprobación Inicial", "description": "Aprobación Inicial", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 216, 204, 82, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Aprobación Inicial" ] ] }, { "label": "Aprobación Definitiva", "description": "Aprobación Definitiva", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 180, 165, 16, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Aprobación Definitiva" ] ] }, { "label": "Texto Refundido", "description": "Texto Refundido", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 154, 140, 0, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "values": [ [ "Texto Refundido" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 216, 204, 82, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Aprobación Inicial", "label": "Aprobación Inicial" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 180, 165, 16, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Aprobación Definitiva", "label": "Aprobación Definitiva" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 154, 140, 0, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "Texto Refundido", "label": "Texto Refundido" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 182, 255 ], "toColor": [ 252, 215, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 179, 252, 255 ], "toColor": [ 199, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 251, 252, 255 ], "toColor": [ 182, 251, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 188, 252, 179, 255 ], "toColor": [ 188, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 208, 255 ], "toColor": [ 252, 182, 208, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 192, 213, 252, 255 ], "toColor": [ 192, 213, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 232, 252, 215, 255 ], "toColor": [ 232, 252, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 189, 250, 255 ], "toColor": [ 252, 189, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 219, 255 ], "toColor": [ 252, 212, 219, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 252, 179, 255 ], "toColor": [ 235, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 252, 224, 255 ], "toColor": [ 184, 252, 224, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 227, 210, 252, 255 ], "toColor": [ 227, 210, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 242, 255 ], "toColor": [ 252, 210, 242, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 165032.4419999998, "ymin": 4760476.515699999, "xmax": 377590.5127999997, "ymax": 4837952.216499999, "spatialReference": { "wkid": 25830, "latestWkid": 25830, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NOMBRE", "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": "nombre", "type": "esriFieldTypeString", "alias": "NOMBRE", "length": 150, "domain": null }, { "name": "cod_tipo", "type": "esriFieldTypeString", "alias": "COD_TIPO", "length": 4, "domain": null }, { "name": "etiqueta", "type": "esriFieldTypeString", "alias": "Etiqueta", "length": 50, "domain": null }, { "name": "instrument", "type": "esriFieldTypeString", "alias": "Instrument", "length": 50, "domain": null }, { "name": "ai_bopa", "type": "esriFieldTypeDate", "alias": "AI_BOPA", "length": 8, "domain": null }, { "name": "ad_bopa", "type": "esriFieldTypeDate", "alias": "AD_BOPA", "length": 8, "domain": null }, { "name": "tr_bopa", "type": "esriFieldTypeDate", "alias": "TR_BOPA", "length": 8, "domain": null }, { "name": "id_concejo", "type": "esriFieldTypeInteger", "alias": "ID_CONCEJO", "domain": null }, { "name": "id_rua", "type": "esriFieldTypeInteger", "alias": "ID_RUA", "domain": null }, { "name": "st_length(shape)", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "st_area(shape)", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "r238_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a226_ix1", "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": 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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": false }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "st_area(shape)", "shapeLengthFieldName": "st_length(shape)", "units": "esriMeters", "mapUnits": {"uwkid": 9001} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "4bb31aa8a63a4caa910e58180a1ee91a" }