{ "layers": [ { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 19, "name": "Dades de lloguer (fiances IBAVI) 2025", "type": "Feature Layer", "description": "

Índex i evolució del preu del lloguer prenent com a referència el preu mitjà del lloguer dels contractes obtinguts, a partir de les dades del depòsit de fiances de l'IBAVI, així com d'altres organismes amb els quals es puguin establir convenis de col·laboració. <\/SPAN><\/SPAN><\/P>

https://www.caib.es/sites/ohib/ca/od02_dades_de_lloguer_fiances_ibavi/<\/SPAN><\/A><\/SPAN><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25831, "latestWkid": 25831, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Observatori d'Habitatge de les Illes Balears (OHIB)", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 191, 233, 255, 255 ], "toColor": [ 0, 132, 168, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 0, 132, 168, 255 ], "toColor": [ 0, 38, 115, 255 ] } ] }, "classificationMethod": "esriClassifyManual" }, "field": "X_25", "classificationMethod": "esriClassifyManual", "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 130, 130, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "defaultLabel": "Sense dades", "minValue": 1, "classBreakInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 233, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 800, "label": "600 - 800 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 200, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 1000, "label": "801 - 1.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 79, 172, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 1200, "label": "1.001 - 1.200 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 36, 153, 189, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 1400, "label": "1.201 - 1.400 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 130, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 1600, "label": "1.401 - 1.600 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 105, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 1800, "label": "1.601 - 1.800 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 79, 140, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 2000, "label": "1.801 - 2.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 57, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 2500, "label": "2.001 - 2.500 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 38, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 2700, "label": "> 2.500 \u20ac" } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 15, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var valor = $feature.X_25;\nvar nombre = $feature.NOM;\nvar nSignif =$feature.HAB_25;\n\nif (nSignif <=10) {\n return nombre;\n} else {\n var numeroFormateado = Text(valor, '#,###');\n var numeroEuropeo = Replace(numeroFormateado, ',', '.');\n return nombre + TextFormatting.NewLine + numeroEuropeo + ' \u20ac';}", "title": "Personalizado" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 399999, "name": "Clase 1", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 104, 104, 104, 191 ], "haloSize": 1, "font": { "family": "Noto Sans", "size": 9, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 340356.68900000025, "ymin": 4278103.017000001, "xmax": 613563.21, "ymax": 4438808.84, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "ILLA", "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": "ILLA", "type": "esriFieldTypeString", "alias": "Illa", "length": 254, "domain": null }, { "name": "CODI", "type": "esriFieldTypeString", "alias": "Codi municipi", "length": 254, "domain": null }, { "name": "NOM", "type": "esriFieldTypeString", "alias": "Municipi", "length": 254, "domain": null }, { "name": "HAB_25", "type": "esriFieldTypeInteger", "alias": "Núm. Habitatges", "domain": null }, { "name": "SUM_FIAN25", "type": "esriFieldTypeDouble", "alias": "Total fiances (\u20ac)", "domain": null }, { "name": "X_25", "type": "esriFieldTypeDouble", "alias": "Mitjana fiances (\u20ac)", "domain": null }, { "name": "DATA", "type": "esriFieldTypeString", "alias": "Actualització dades", "length": 255, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 254, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 20000, "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": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 20, "name": "Índex de lloguer de l'habitatge Estatal 2024", "type": "Feature Layer", "description": "

Indicador de preu mitjà del lloguer a partir de l'explotació de fonts tributàries de les dades sobre arrendaments d'habitatge habitual es disposa el Ministeri d\u2019habitatge i agenda urbana (MIVAU). <\/SPAN><\/SPAN><\/P>

Les dades en forma de taules en el sistema estatal de referència del preu del lloguer d\u2019habitatge servixen de base per elaborar un mapa amb els preus mitjans actualitzats de lloguer habitual per municipi.<\/SPAN><\/P>

<\/P>

https://www.caib.es/sites/ohib/ca/od03_index_lloguer_habitatge_estatal_mivau/<\/SPAN><\/A><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25831, "latestWkid": 25831, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Observatori d'Habitatge de les Illes Balears (OHIB)", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 2, 67, 255 ], "toColor": [ 158, 2, 67, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 62, 80, 255 ], "toColor": [ 214, 62, 80, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 108, 66, 255 ], "toColor": [ 245, 108, 66, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 174, 96, 255 ], "toColor": [ 252, 174, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 224, 140, 255 ], "toColor": [ 255, 224, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 229, 245, 152, 255 ], "toColor": [ 229, 245, 152, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 222, 164, 255 ], "toColor": [ 171, 222, 164, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 103, 194, 165, 255 ], "toColor": [ 103, 194, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 49, 135, 189, 255 ], "toColor": [ 49, 135, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 80, 138, 255 ], "toColor": [ 69, 80, 138, 255 ] } ] }, "classificationMethod": "esriClassifyManual" }, "field": "LL_M2_TOTAL", "classificationMethod": "esriClassifyManual", "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 225, 225, 225, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 78, 78, 78, 0 ], "width": 0.7 } }, "defaultLabel": "Sense dades", "minValue": 1.0E-5, "classBreakInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 4, "label": "< 4 \u20ac/m² mes" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 245, 152, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 5, "label": "4,01 - 5,00 \u20ac/m² mes" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 171, 221, 164, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 6, "label": "5,01 - 6,00 \u20ac/m² mes" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 197, 159, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 7, "label": "6,01 - 7.00 \u20ac/m² mes" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 136, 173, 155, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 8, "label": "7,01 - 8,00 \u20ac/m² mes" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 119, 150, 150, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 9, "label": "8.01 - 9,00 \u20ac/m² mes" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 126, 146, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 10, "label": "9,01 - 10,00 \u20ac/m² mes" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 85, 102, 141, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 11, "label": "10,01 - 11,00 \u20ac/m² mes" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 68, 79, 137, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 } }, "classMaxValue": 13, "label": "> 11 \u20ac/m² mes" } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 10, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var nom = $feature.NOM;\nvar valor = $feature.LL_M2_TOTAL\n\n// Comprobamos si el valor NO es nulo y es mayor a cero\nif (!IsEmpty(valor) && valor > 0) {\n // Concatenamos con el salto de línea oficial de ArcGIS Pro\n nom += TextFormatting.NewLine + Round(valor, 1) + \" \u20ac/m²\";\n}\n\nreturn nom;", "title": "Personalizado" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 10000, "minScale": 399999, "name": "Clase 1", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 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": 1, "font": { "family": "Noto Sans", "size": 9, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 340356.68900000025, "ymin": 4278103.017000001, "xmax": 613563.2100000001, "ymax": 4438808.84, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "ILLA", "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": "ILLA", "type": "esriFieldTypeString", "alias": "Illa", "length": 254, "domain": null }, { "name": "NOM", "type": "esriFieldTypeString", "alias": "Municipi", "length": 254, "domain": null }, { "name": "CODI", "type": "esriFieldTypeString", "alias": "Codi municipi", "length": 254, "domain": null }, { "name": "HAB_PLURI", "type": "esriFieldTypeInteger", "alias": "Habtges. Plurifamiliars", "domain": null }, { "name": "HAB_UNI", "type": "esriFieldTypeInteger", "alias": "Habtges. Unifamiliars", "domain": null }, { "name": "HAB_TOTAL", "type": "esriFieldTypeInteger", "alias": "Habtges. Total", "domain": null }, { "name": "LL_M2_PLURI", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtge. Plurifamiliar", "domain": null }, { "name": "LL_M2_UNI", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtge. Unifamiliar", "domain": null }, { "name": "LL_M2_TOTAL", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtge. Total", "domain": null }, { "name": "LL_TO_PLURI", "type": "esriFieldTypeDouble", "alias": "Lloguer total mensual per habtge. Plurifamiliar", "domain": null }, { "name": "LL_TO_UNI", "type": "esriFieldTypeDouble", "alias": "Lloguer total mensual per habtge. Unifamiliar", "domain": null }, { "name": "LL_2011", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2011", "domain": null }, { "name": "LL_2012", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2012", "domain": null }, { "name": "LL_2013", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2013", "domain": null }, { "name": "LL_2014", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2014", "domain": null }, { "name": "LL_2015", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2015", "domain": null }, { "name": "LL_2016", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2016", "domain": null }, { "name": "LL_2017", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2017", "domain": null }, { "name": "LL_2018", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2018", "domain": null }, { "name": "LL_2019", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2019", "domain": null }, { "name": "LL_2020", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2020", "domain": null }, { "name": "LL_2021", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2021", "domain": null }, { "name": "LL_2022", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2022", "domain": null }, { "name": "LL_2023", "type": "esriFieldTypeDouble", "alias": "Preu mig mensual m² habtges. Total 2023", "domain": null }, { "name": "DATA", "type": "esriFieldTypeString", "alias": "Actualització dades", "length": 5, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 254, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 20000, "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": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 0, "name": "Compravenda habitatge 2025", "type": "Group Layer", "description": "Nuevo grupo de capas", "geometryType": null, "copyrightText": "", "parentLayer": null, "subLayers": [ { "id": 1, "name": "Preu mitjà per m² habitatge per nucli 2025" }, { "id": 2, "name": "Valor de compravenda habitatge per nucli 2025" }, { "id": 3, "name": "Preu mitjà per m² habitatge per municipi 2025" }, { "id": 4, "name": "Valor de compravenda habitatge per municipi 2025" }, { "id": 5, "name": "Distribució per tipus de comprador per municipi 2025" }, { "id": 21, "name": "Distribució per tipus de venedor per municipi 2025" } ], "minScale": 0, "maxScale": 0, "defaultVisibility": false, "extent": { "xmin": 340356.68900000025, "ymin": 4278103.017000001, "xmax": 613563.2100000001, "ymax": 4438808.84, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsPagination": false, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 1, "name": "Preu mitjà per m² habitatge per nucli 2025", "type": "Feature Layer", "description": "

Índex del nombre de transaccions de compravenda d'habitatge a les Illes Balears, a partir de les dades de l\u2019ATIB. <\/SPAN><\/SPAN><\/P>

https://www.caib.es/sites/ohib/ca/od05_compravenda_habitatge/<\/SPAN><\/A><\/SPAN><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25831, "latestWkid": 25831, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Observatori d'Habitatge de les Illes Balears (OHIB)", "parentLayer": { "id": 0, "name": "Compravenda habitatge 2025" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 0, 0, 3, 255 ], "toColor": [ 0, 0, 5, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 0, 0, 5, 255 ], "toColor": [ 0, 0, 5, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 0, 0, 5, 255 ], "toColor": [ 1, 0, 8, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 1, 0, 8, 255 ], "toColor": [ 1, 1, 10, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 1, 1, 10, 255 ], "toColor": [ 1, 1, 10, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 1, 1, 10, 255 ], "toColor": [ 2, 2, 13, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 2, 2, 13, 255 ], "toColor": [ 2, 2, 15, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 2, 2, 15, 255 ], "toColor": [ 3, 3, 18, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 3, 3, 18, 255 ], "toColor": [ 4, 3, 18, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 4, 3, 18, 255 ], "toColor": [ 4, 4, 20, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 4, 4, 20, 255 ], "toColor": [ 5, 4, 23, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 5, 4, 23, 255 ], "toColor": [ 6, 5, 26, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 6, 5, 26, 255 ], "toColor": [ 7, 5, 28, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 7, 5, 28, 255 ], "toColor": [ 8, 6, 28, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 8, 6, 28, 255 ], "toColor": [ 9, 7, 33, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 9, 7, 33, 255 ], "toColor": [ 10, 7, 33, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 10, 7, 33, 255 ], "toColor": [ 11, 8, 36, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 11, 8, 36, 255 ], "toColor": [ 12, 9, 38, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 12, 9, 38, 255 ], "toColor": [ 13, 10, 41, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 13, 10, 41, 255 ], "toColor": [ 14, 10, 41, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 14, 10, 41, 255 ], "toColor": [ 15, 11, 46, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 15, 11, 46, 255 ], "toColor": [ 16, 12, 46, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 16, 12, 46, 255 ], "toColor": [ 17, 12, 48, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 17, 12, 48, 255 ], "toColor": [ 18, 13, 51, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 18, 13, 51, 255 ], "toColor": [ 20, 13, 54, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 20, 13, 54, 255 ], "toColor": [ 21, 14, 56, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 21, 14, 56, 255 ], "toColor": [ 22, 14, 59, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 22, 14, 59, 255 ], "toColor": [ 23, 15, 61, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 23, 15, 61, 255 ], "toColor": [ 24, 15, 64, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 24, 15, 64, 255 ], "toColor": [ 26, 16, 66, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 26, 16, 66, 255 ], "toColor": [ 28, 17, 69, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 28, 17, 69, 255 ], "toColor": [ 26, 16, 69, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 26, 16, 69, 255 ], "toColor": [ 30, 17, 74, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 30, 17, 74, 255 ], "toColor": [ 30, 17, 74, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 30, 17, 74, 255 ], "toColor": [ 34, 17, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 34, 17, 79, 255 ], "toColor": [ 33, 17, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 33, 17, 79, 255 ], "toColor": [ 36, 17, 84, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 36, 17, 84, 255 ], "toColor": [ 37, 17, 84, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 37, 17, 84, 255 ], "toColor": [ 39, 17, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 39, 17, 87, 255 ], "toColor": [ 40, 17, 89, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 40, 17, 89, 255 ], "toColor": [ 42, 17, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 42, 17, 92, 255 ], "toColor": [ 43, 17, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 43, 17, 94, 255 ], "toColor": [ 45, 17, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 45, 17, 97, 255 ], "toColor": [ 47, 16, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 47, 16, 99, 255 ], "toColor": [ 49, 16, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 49, 16, 102, 255 ], "toColor": [ 49, 16, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 49, 16, 102, 255 ], "toColor": [ 51, 16, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 51, 16, 105, 255 ], "toColor": [ 53, 15, 107, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 15, 107, 255 ], "toColor": [ 55, 15, 107, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 55, 15, 107, 255 ], "toColor": [ 58, 15, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 58, 15, 110, 255 ], "toColor": [ 59, 15, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 15, 112, 255 ], "toColor": [ 60, 15, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 60, 15, 112, 255 ], "toColor": [ 62, 15, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 62, 15, 115, 255 ], "toColor": [ 63, 15, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 63, 15, 115, 255 ], "toColor": [ 66, 15, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 66, 15, 117, 255 ], "toColor": [ 66, 15, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 66, 15, 117, 255 ], "toColor": [ 69, 16, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 16, 120, 255 ], "toColor": [ 71, 14, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 14, 120, 255 ], "toColor": [ 71, 16, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 16, 120, 255 ], "toColor": [ 73, 16, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 73, 16, 120, 255 ], "toColor": [ 76, 16, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 76, 16, 122, 255 ], "toColor": [ 77, 17, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 77, 17, 122, 255 ], "toColor": [ 79, 17, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 79, 17, 122, 255 ], "toColor": [ 82, 19, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 82, 19, 125, 255 ], "toColor": [ 82, 19, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 82, 19, 125, 255 ], "toColor": [ 84, 19, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 84, 19, 125, 255 ], "toColor": [ 85, 20, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 85, 20, 125, 255 ], "toColor": [ 86, 20, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 86, 20, 125, 255 ], "toColor": [ 87, 21, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 87, 21, 125, 255 ], "toColor": [ 89, 21, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 89, 21, 125, 255 ], "toColor": [ 92, 22, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 92, 22, 128, 255 ], "toColor": [ 93, 23, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 93, 23, 128, 255 ], "toColor": [ 96, 23, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 96, 23, 128, 255 ], "toColor": [ 97, 24, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 97, 24, 128, 255 ], "toColor": [ 99, 25, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 99, 25, 128, 255 ], "toColor": [ 99, 25, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 99, 25, 128, 255 ], "toColor": [ 100, 25, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 100, 25, 128, 255 ], "toColor": [ 102, 25, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 102, 25, 128, 255 ], "toColor": [ 104, 27, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 104, 27, 130, 255 ], "toColor": [ 106, 29, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 106, 29, 130, 255 ], "toColor": [ 108, 29, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 108, 29, 130, 255 ], "toColor": [ 110, 29, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 110, 29, 130, 255 ], "toColor": [ 110, 30, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 110, 30, 130, 255 ], "toColor": [ 113, 30, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 113, 30, 130, 255 ], "toColor": [ 114, 31, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 114, 31, 130, 255 ], "toColor": [ 115, 33, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 115, 33, 130, 255 ], "toColor": [ 119, 33, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 119, 33, 130, 255 ], "toColor": [ 119, 34, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 119, 34, 130, 255 ], "toColor": [ 120, 34, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 120, 34, 130, 255 ], "toColor": [ 120, 34, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 120, 34, 130, 255 ], "toColor": [ 124, 35, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 124, 35, 130, 255 ], "toColor": [ 124, 35, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 124, 35, 130, 255 ], "toColor": [ 125, 36, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 36, 130, 255 ], "toColor": [ 128, 36, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 36, 130, 255 ], "toColor": [ 130, 38, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 130, 38, 130, 255 ], "toColor": [ 130, 36, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 130, 36, 128, 255 ], "toColor": [ 133, 38, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 133, 38, 128, 255 ], "toColor": [ 135, 39, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 135, 39, 130, 255 ], "toColor": [ 135, 39, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 135, 39, 129, 255 ], "toColor": [ 138, 40, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 40, 130, 255 ], "toColor": [ 140, 41, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 41, 130, 255 ], "toColor": [ 140, 41, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 41, 129, 255 ], "toColor": [ 143, 41, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 143, 41, 129, 255 ], "toColor": [ 143, 41, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 143, 41, 128, 255 ], "toColor": [ 145, 42, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 42, 130, 255 ], "toColor": [ 148, 43, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 148, 43, 129, 255 ], "toColor": [ 148, 43, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 148, 43, 129, 255 ], "toColor": [ 150, 44, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 150, 44, 129, 255 ], "toColor": [ 153, 44, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 44, 129, 255 ], "toColor": [ 153, 44, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 44, 128, 255 ], "toColor": [ 156, 47, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 156, 47, 128, 255 ], "toColor": [ 158, 46, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 46, 128, 255 ], "toColor": [ 158, 47, 127, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 47, 127, 255 ], "toColor": [ 161, 47, 126, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 47, 126, 255 ], "toColor": [ 161, 48, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 48, 125, 255 ], "toColor": [ 163, 47, 127, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 163, 47, 127, 255 ], "toColor": [ 166, 50, 127, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 166, 50, 127, 255 ], "toColor": [ 166, 50, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 166, 50, 125, 255 ], "toColor": [ 168, 50, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 50, 125, 255 ], "toColor": [ 171, 50, 124, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 50, 124, 255 ], "toColor": [ 171, 51, 123, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 51, 123, 255 ], "toColor": [ 173, 50, 124, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 173, 50, 124, 255 ], "toColor": [ 176, 53, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 53, 125, 255 ], "toColor": [ 176, 53, 123, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 53, 123, 255 ], "toColor": [ 179, 54, 124, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 54, 124, 255 ], "toColor": [ 181, 53, 123, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 53, 123, 255 ], "toColor": [ 181, 54, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 54, 122, 255 ], "toColor": [ 184, 55, 121, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 55, 121, 255 ], "toColor": [ 186, 56, 121, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 56, 121, 255 ], "toColor": [ 186, 56, 121, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 56, 121, 255 ], "toColor": [ 189, 57, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 57, 120, 255 ], "toColor": [ 189, 57, 118, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 57, 118, 255 ], "toColor": [ 191, 57, 118, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 57, 118, 255 ], "toColor": [ 194, 58, 119, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 58, 119, 255 ], "toColor": [ 194, 58, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 58, 117, 255 ], "toColor": [ 196, 59, 116, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 59, 116, 255 ], "toColor": [ 199, 60, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 60, 115, 255 ], "toColor": [ 199, 62, 114, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 62, 114, 255 ], "toColor": [ 201, 60, 114, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 60, 114, 255 ], "toColor": [ 201, 62, 113, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 62, 113, 255 ], "toColor": [ 204, 63, 113, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 63, 113, 255 ], "toColor": [ 207, 64, 114, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 64, 114, 255 ], "toColor": [ 207, 64, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 64, 112, 255 ], "toColor": [ 209, 65, 111, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 65, 111, 255 ], "toColor": [ 209, 65, 108, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 65, 108, 255 ], "toColor": [ 212, 68, 111, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 68, 111, 255 ], "toColor": [ 214, 66, 108, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 66, 108, 255 ], "toColor": [ 214, 69, 107, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 69, 107, 255 ], "toColor": [ 217, 69, 109, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 69, 109, 255 ], "toColor": [ 217, 69, 106, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 69, 106, 255 ], "toColor": [ 219, 70, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 219, 70, 105, 255 ], "toColor": [ 222, 73, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 73, 105, 255 ], "toColor": [ 222, 73, 103, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 73, 103, 255 ], "toColor": [ 222, 73, 103, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 73, 103, 255 ], "toColor": [ 224, 74, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 74, 102, 255 ], "toColor": [ 227, 77, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 227, 77, 102, 255 ], "toColor": [ 227, 77, 100, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 227, 77, 100, 255 ], "toColor": [ 230, 78, 98, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 78, 98, 255 ], "toColor": [ 230, 80, 100, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 80, 100, 255 ], "toColor": [ 232, 81, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 232, 81, 99, 255 ], "toColor": [ 232, 84, 98, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 232, 84, 98, 255 ], "toColor": [ 232, 84, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 232, 84, 96, 255 ], "toColor": [ 235, 84, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 84, 97, 255 ], "toColor": [ 237, 88, 98, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 88, 98, 255 ], "toColor": [ 237, 88, 95, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 88, 95, 255 ], "toColor": [ 237, 90, 95, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 90, 95, 255 ], "toColor": [ 240, 91, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 91, 94, 255 ], "toColor": [ 240, 93, 93, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 93, 93, 255 ], "toColor": [ 240, 96, 93, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 96, 93, 255 ], "toColor": [ 242, 97, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 97, 94, 255 ], "toColor": [ 242, 97, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 97, 92, 255 ], "toColor": [ 242, 100, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 100, 92, 255 ], "toColor": [ 242, 102, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 102, 92, 255 ], "toColor": [ 245, 103, 93, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 103, 93, 255 ], "toColor": [ 245, 106, 93, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 106, 93, 255 ], "toColor": [ 245, 106, 91, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 106, 91, 255 ], "toColor": [ 245, 106, 91, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 106, 91, 255 ], "toColor": [ 247, 110, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 110, 92, 255 ], "toColor": [ 247, 112, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 112, 92, 255 ], "toColor": [ 247, 112, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 112, 92, 255 ], "toColor": [ 247, 115, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 115, 92, 255 ], "toColor": [ 250, 119, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 119, 92, 255 ], "toColor": [ 250, 121, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 121, 92, 255 ], "toColor": [ 250, 121, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 121, 92, 255 ], "toColor": [ 250, 121, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 121, 92, 255 ], "toColor": [ 250, 126, 95, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 126, 95, 255 ], "toColor": [ 250, 127, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 127, 92, 255 ], "toColor": [ 250, 129, 95, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 129, 95, 255 ], "toColor": [ 250, 131, 95, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 131, 95, 255 ], "toColor": [ 252, 132, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 132, 96, 255 ], "toColor": [ 252, 135, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 135, 96, 255 ], "toColor": [ 252, 135, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 135, 96, 255 ], "toColor": [ 252, 140, 98, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 140, 98, 255 ], "toColor": [ 252, 140, 98, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 140, 98, 255 ], "toColor": [ 252, 141, 101, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 141, 101, 255 ], "toColor": [ 252, 144, 101, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 144, 101, 255 ], "toColor": [ 252, 144, 101, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 144, 101, 255 ], "toColor": [ 252, 148, 104, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 148, 104, 255 ], "toColor": [ 255, 150, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 150, 105, 255 ], "toColor": [ 255, 152, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 152, 105, 255 ], "toColor": [ 255, 154, 107, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 154, 107, 255 ], "toColor": [ 255, 156, 107, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 156, 107, 255 ], "toColor": [ 255, 158, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 158, 110, 255 ], "toColor": [ 255, 161, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 161, 110, 255 ], "toColor": [ 255, 161, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 161, 110, 255 ], "toColor": [ 255, 165, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 165, 112, 255 ], "toColor": [ 255, 165, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 165, 112, 255 ], "toColor": [ 255, 169, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 169, 115, 255 ], "toColor": [ 255, 169, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 169, 115, 255 ], "toColor": [ 255, 171, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 171, 115, 255 ], "toColor": [ 255, 172, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 172, 117, 255 ], "toColor": [ 255, 174, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 174, 120, 255 ], "toColor": [ 255, 176, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 176, 120, 255 ], "toColor": [ 255, 178, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 178, 122, 255 ], "toColor": [ 255, 180, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 180, 122, 255 ], "toColor": [ 255, 183, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 183, 125, 255 ], "toColor": [ 255, 183, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 183, 125, 255 ], "toColor": [ 255, 185, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 185, 128, 255 ], "toColor": [ 255, 188, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 188, 130, 255 ], "toColor": [ 255, 188, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 188, 130, 255 ], "toColor": [ 255, 192, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 192, 133, 255 ], "toColor": [ 255, 194, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 194, 133, 255 ], "toColor": [ 255, 195, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 195, 135, 255 ], "toColor": [ 255, 197, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 197, 135, 255 ], "toColor": [ 255, 198, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 198, 138, 255 ], "toColor": [ 255, 200, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 200, 140, 255 ], "toColor": [ 255, 201, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 201, 140, 255 ], "toColor": [ 255, 205, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 205, 143, 255 ], "toColor": [ 255, 207, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 207, 145, 255 ], "toColor": [ 255, 207, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 207, 145, 255 ], "toColor": [ 255, 210, 148, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 210, 148, 255 ], "toColor": [ 255, 211, 150, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 211, 150, 255 ], "toColor": [ 255, 213, 150, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 213, 150, 255 ], "toColor": [ 255, 216, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 216, 153, 255 ], "toColor": [ 255, 219, 156, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 219, 156, 255 ], "toColor": [ 255, 220, 156, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 220, 156, 255 ], "toColor": [ 255, 221, 158, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 221, 158, 255 ], "toColor": [ 255, 224, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 224, 161, 255 ], "toColor": [ 255, 224, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 224, 163, 255 ], "toColor": [ 255, 227, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 227, 163, 255 ], "toColor": [ 252, 227, 164, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 227, 164, 255 ], "toColor": [ 252, 230, 167, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 230, 167, 255 ], "toColor": [ 252, 230, 169, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 230, 169, 255 ], "toColor": [ 252, 232, 172, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 232, 172, 255 ], "toColor": [ 252, 235, 172, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 235, 172, 255 ], "toColor": [ 252, 237, 174, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 237, 174, 255 ], "toColor": [ 252, 240, 177, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 240, 177, 255 ], "toColor": [ 252, 240, 177, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 240, 177, 255 ], "toColor": [ 252, 241, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 241, 179, 255 ], "toColor": [ 252, 243, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 243, 182, 255 ], "toColor": [ 252, 248, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 248, 184, 255 ], "toColor": [ 252, 248, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 248, 187, 255 ], "toColor": [ 252, 250, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 250, 189, 255 ], "toColor": [ 252, 251, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 251, 189, 255 ], "toColor": [ 251, 252, 189, 255 ] } ] }, "classificationMethod": "esriClassifyManual" }, "field": "mean_PRECIO_M2", "classificationMethod": "esriClassifyManual", "minValue": 850, "classBreakInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 253, 255, 165, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 1000, "label": "850 - 1.000 \u20ac/m² " }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 252, 205, 82, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 2000, "label": "1.000,01 - 2.000 \u20ac/m² " }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 248, 151, 68, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 3000, "label": "2.000,01 - 3.000 \u20ac/m² " }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 221, 109, 104, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 4000, "label": "3.000,01 - 4.000 \u20ac/m² " }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 85, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 5000, "label": "4.000,01 - 5.000 \u20ac/m² " }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 133, 68, 140, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 7500, "label": "5.000,01 - 7.500 \u20ac/m² " }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 84, 60, 118, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 9000, "label": "7.500,01 - 9.000 \u20ac/m² " }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 67, 57, 106, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 22000, "label": "> 9.000 \u20ac/m² " } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var valor = $feature.mean_PRECIO_M2;\nvar nombre = $feature.NOM_ZONA;\nvar num = $feature.E_CV;\n\n// Si no hay puntos (Null), o es 0, o es menor a 6, solo devuelve el nombre\nif (num == '< 6') {\n return nombre;\n} else {\n // Solo llegamos aquí si hay más de 6 puntos\n var numeroFormateado = Text(valor, '#,###');\n var numeroEuropeo = Replace(numeroFormateado, ',', '.');\n return nombre + TextFormatting.NewLine + numeroEuropeo + ' \u20ac/m²';\n}", "title": "Personalizado" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 24999, "name": "Clase 1", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 104, 104, 104, 191 ], "haloSize": 1, "font": { "family": "Noto Sans", "size": 11, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": " var valor =$feature.mean_PRECIO_M2;\n \n var numeroFormateado = Text(valor, '#,###');\n var numeroEuropeo = Replace(numeroFormateado, ',', '.');\n return numeroEuropeo + ' \u20ac/m²';", "title": "Personalizado" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "where": "E_CV <> '< 6'", "useCodedValues": true, "maxScale": 24999, "minScale": 60000, "name": "Solo precio", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 104, 104, 104, 191 ], "haloSize": 1, "font": { "family": "Noto Sans", "size": 11, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 345488.16199999955, "ymin": 4280892.0022, "xmax": 611577.7759999996, "ymax": 4435259.4383000005, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "Illa", "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": "Illa", "type": "esriFieldTypeString", "alias": "Illa", "length": 255, "domain": null }, { "name": "ID_MUNICIP", "type": "esriFieldTypeString", "alias": "Codi municipi", "length": 254, "domain": null }, { "name": "NOM_MUNICI", "type": "esriFieldTypeString", "alias": "Municipi", "length": 254, "domain": null }, { "name": "NOM_ZONA", "type": "esriFieldTypeString", "alias": "Nom zona", "length": 255, "domain": null }, { "name": "E_CV", "type": "esriFieldTypeString", "alias": "Núm. operacions", "length": 255, "domain": null }, { "name": "mean_V_DECLARAT", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda (\u20ac) ", "domain": null }, { "name": "mean_PRECIO_M2", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m²", "domain": null }, { "name": "mean_SUP_M2", "type": "esriFieldTypeDouble", "alias": "Superfície mitjana (m²)", "domain": null }, { "name": "DATA", "type": "esriFieldTypeString", "alias": "Actualització dades", "length": 255, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 255, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 20000, "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": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 2, "name": "Valor de compravenda habitatge per nucli 2025", "type": "Feature Layer", "description": "

Índex del nombre de transaccions de compravenda d'habitatge a les Illes Balears, a partir de les dades de l\u2019ATIB. <\/SPAN><\/SPAN><\/P>

https://www.caib.es/sites/ohib/ca/od05_compravenda_habitatge/<\/SPAN><\/A><\/SPAN><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25831, "latestWkid": 25831, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Observatori d'Habitatge de les Illes Balears (OHIB)", "parentLayer": { "id": 0, "name": "Compravenda habitatge 2025" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 67, 1, 84, 255 ], "toColor": [ 68, 2, 84, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 68, 2, 84, 255 ], "toColor": [ 67, 3, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 67, 3, 87, 255 ], "toColor": [ 70, 5, 89, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 70, 5, 89, 255 ], "toColor": [ 68, 6, 89, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 68, 6, 89, 255 ], "toColor": [ 71, 8, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 8, 92, 255 ], "toColor": [ 70, 9, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 70, 9, 92, 255 ], "toColor": [ 71, 11, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 11, 94, 255 ], "toColor": [ 70, 12, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 70, 12, 97, 255 ], "toColor": [ 71, 14, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 14, 97, 255 ], "toColor": [ 69, 15, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 15, 97, 255 ], "toColor": [ 72, 17, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 72, 17, 99, 255 ], "toColor": [ 71, 18, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 18, 102, 255 ], "toColor": [ 71, 20, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 20, 102, 255 ], "toColor": [ 71, 21, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 21, 105, 255 ], "toColor": [ 72, 22, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 72, 22, 105, 255 ], "toColor": [ 73, 25, 107, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 73, 25, 107, 255 ], "toColor": [ 71, 25, 107, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 25, 107, 255 ], "toColor": [ 72, 26, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 72, 26, 110, 255 ], "toColor": [ 71, 27, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 27, 110, 255 ], "toColor": [ 72, 29, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 72, 29, 112, 255 ], "toColor": [ 73, 30, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 73, 30, 112, 255 ], "toColor": [ 72, 31, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 72, 31, 112, 255 ], "toColor": [ 73, 33, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 73, 33, 115, 255 ], "toColor": [ 71, 33, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 33, 115, 255 ], "toColor": [ 73, 36, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 73, 36, 117, 255 ], "toColor": [ 71, 36, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 36, 117, 255 ], "toColor": [ 72, 38, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 72, 38, 120, 255 ], "toColor": [ 71, 38, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 38, 120, 255 ], "toColor": [ 71, 41, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 41, 120, 255 ], "toColor": [ 71, 42, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 42, 120, 255 ], "toColor": [ 71, 43, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 43, 122, 255 ], "toColor": [ 71, 44, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 44, 122, 255 ], "toColor": [ 71, 46, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 46, 125, 255 ], "toColor": [ 71, 47, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 47, 125, 255 ], "toColor": [ 69, 47, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 47, 125, 255 ], "toColor": [ 69, 49, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 49, 125, 255 ], "toColor": [ 70, 51, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 70, 51, 128, 255 ], "toColor": [ 69, 52, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 52, 128, 255 ], "toColor": [ 70, 53, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 70, 53, 130, 255 ], "toColor": [ 70, 55, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 70, 55, 130, 255 ], "toColor": [ 68, 56, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 68, 56, 130, 255 ], "toColor": [ 68, 57, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 68, 57, 130, 255 ], "toColor": [ 67, 57, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 67, 57, 130, 255 ], "toColor": [ 68, 60, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 68, 60, 133, 255 ], "toColor": [ 67, 60, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 67, 60, 133, 255 ], "toColor": [ 67, 62, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 67, 62, 133, 255 ], "toColor": [ 66, 62, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 66, 62, 133, 255 ], "toColor": [ 67, 65, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 67, 65, 135, 255 ], "toColor": [ 66, 66, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 66, 66, 135, 255 ], "toColor": [ 65, 66, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 65, 66, 135, 255 ], "toColor": [ 65, 67, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 65, 67, 135, 255 ], "toColor": [ 64, 67, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 64, 67, 135, 255 ], "toColor": [ 64, 67, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 64, 67, 135, 255 ], "toColor": [ 62, 71, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 62, 71, 135, 255 ], "toColor": [ 63, 72, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 63, 72, 138, 255 ], "toColor": [ 62, 73, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 62, 73, 138, 255 ], "toColor": [ 62, 75, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 62, 75, 138, 255 ], "toColor": [ 61, 75, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 61, 75, 138, 255 ], "toColor": [ 61, 76, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 61, 76, 138, 255 ], "toColor": [ 59, 78, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 78, 138, 255 ], "toColor": [ 59, 79, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 79, 138, 255 ], "toColor": [ 59, 81, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 81, 140, 255 ], "toColor": [ 59, 81, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 81, 140, 255 ], "toColor": [ 59, 83, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 83, 140, 255 ], "toColor": [ 59, 85, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 85, 140, 255 ], "toColor": [ 58, 85, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 58, 85, 140, 255 ], "toColor": [ 58, 85, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 58, 85, 140, 255 ], "toColor": [ 56, 86, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 56, 86, 140, 255 ], "toColor": [ 56, 87, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 56, 87, 140, 255 ], "toColor": [ 55, 87, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 55, 87, 140, 255 ], "toColor": [ 55, 89, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 55, 89, 140, 255 ], "toColor": [ 53, 91, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 91, 140, 255 ], "toColor": [ 53, 91, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 91, 140, 255 ], "toColor": [ 53, 92, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 92, 140, 255 ], "toColor": [ 53, 94, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 94, 140, 255 ], "toColor": [ 52, 95, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 52, 95, 140, 255 ], "toColor": [ 52, 96, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 52, 96, 140, 255 ], "toColor": [ 50, 97, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 50, 97, 140, 255 ], "toColor": [ 50, 97, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 50, 97, 140, 255 ], "toColor": [ 50, 98, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 50, 98, 140, 255 ], "toColor": [ 50, 101, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 50, 101, 143, 255 ], "toColor": [ 50, 101, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 50, 101, 143, 255 ], "toColor": [ 50, 103, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 50, 103, 143, 255 ], "toColor": [ 50, 104, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 50, 104, 143, 255 ], "toColor": [ 49, 105, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 49, 105, 143, 255 ], "toColor": [ 49, 105, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 49, 105, 143, 255 ], "toColor": [ 47, 106, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 47, 106, 143, 255 ], "toColor": [ 47, 108, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 47, 108, 143, 255 ], "toColor": [ 47, 109, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 47, 109, 143, 255 ], "toColor": [ 46, 109, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 46, 109, 143, 255 ], "toColor": [ 46, 110, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 46, 110, 143, 255 ], "toColor": [ 46, 112, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 46, 112, 143, 255 ], "toColor": [ 46, 112, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 46, 112, 143, 255 ], "toColor": [ 46, 112, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 46, 112, 143, 255 ], "toColor": [ 44, 113, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 44, 113, 143, 255 ], "toColor": [ 44, 115, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 44, 115, 143, 255 ], "toColor": [ 43, 116, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 43, 116, 143, 255 ], "toColor": [ 43, 116, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 43, 116, 143, 255 ], "toColor": [ 43, 118, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 43, 118, 143, 255 ], "toColor": [ 43, 119, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 43, 119, 143, 255 ], "toColor": [ 43, 119, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 43, 119, 143, 255 ], "toColor": [ 41, 121, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 41, 121, 143, 255 ], "toColor": [ 41, 123, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 41, 123, 143, 255 ], "toColor": [ 41, 123, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 41, 123, 143, 255 ], "toColor": [ 40, 124, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 40, 124, 143, 255 ], "toColor": [ 40, 124, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 40, 124, 143, 255 ], "toColor": [ 40, 126, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 40, 126, 143, 255 ], "toColor": [ 39, 127, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 39, 127, 143, 255 ], "toColor": [ 39, 127, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 39, 127, 143, 255 ], "toColor": [ 39, 129, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 39, 129, 143, 255 ], "toColor": [ 39, 129, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 39, 129, 143, 255 ], "toColor": [ 39, 131, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 39, 131, 143, 255 ], "toColor": [ 37, 132, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 37, 132, 143, 255 ], "toColor": [ 37, 132, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 37, 132, 143, 255 ], "toColor": [ 37, 132, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 37, 132, 143, 255 ], "toColor": [ 36, 134, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 36, 134, 143, 255 ], "toColor": [ 36, 134, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 36, 134, 143, 255 ], "toColor": [ 36, 136, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 36, 136, 143, 255 ], "toColor": [ 36, 137, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 36, 137, 143, 255 ], "toColor": [ 36, 137, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 36, 137, 143, 255 ], "toColor": [ 34, 137, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 34, 137, 140, 255 ], "toColor": [ 34, 138, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 34, 138, 140, 255 ], "toColor": [ 34, 138, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 34, 138, 140, 255 ], "toColor": [ 32, 140, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 32, 140, 140, 255 ], "toColor": [ 33, 143, 141, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 33, 143, 141, 255 ], "toColor": [ 33, 143, 141, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 33, 143, 141, 255 ], "toColor": [ 31, 143, 139, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 143, 139, 255 ], "toColor": [ 32, 145, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 32, 145, 140, 255 ], "toColor": [ 32, 145, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 32, 145, 140, 255 ], "toColor": [ 33, 148, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 33, 148, 140, 255 ], "toColor": [ 31, 148, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 148, 140, 255 ], "toColor": [ 31, 148, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 148, 140, 255 ], "toColor": [ 31, 148, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 148, 138, 255 ], "toColor": [ 32, 150, 139, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 32, 150, 139, 255 ], "toColor": [ 32, 150, 139, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 32, 150, 139, 255 ], "toColor": [ 31, 153, 141, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 153, 141, 255 ], "toColor": [ 31, 153, 139, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 153, 139, 255 ], "toColor": [ 29, 153, 136, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 29, 153, 136, 255 ], "toColor": [ 30, 156, 139, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 30, 156, 139, 255 ], "toColor": [ 30, 156, 137, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 30, 156, 137, 255 ], "toColor": [ 30, 158, 139, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 30, 158, 139, 255 ], "toColor": [ 30, 158, 137, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 30, 158, 137, 255 ], "toColor": [ 30, 158, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 30, 158, 135, 255 ], "toColor": [ 31, 161, 137, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 161, 137, 255 ], "toColor": [ 31, 161, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 161, 135, 255 ], "toColor": [ 31, 163, 137, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 163, 137, 255 ], "toColor": [ 31, 163, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 163, 135, 255 ], "toColor": [ 31, 163, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 163, 135, 255 ], "toColor": [ 33, 163, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 33, 163, 133, 255 ], "toColor": [ 31, 166, 134, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 31, 166, 134, 255 ], "toColor": [ 33, 166, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 33, 166, 133, 255 ], "toColor": [ 33, 166, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 33, 166, 133, 255 ], "toColor": [ 34, 168, 132, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 34, 168, 132, 255 ], "toColor": [ 35, 168, 131, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 35, 168, 131, 255 ], "toColor": [ 36, 171, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 36, 171, 133, 255 ], "toColor": [ 36, 171, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 36, 171, 130, 255 ], "toColor": [ 38, 171, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 38, 171, 129, 255 ], "toColor": [ 38, 173, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 38, 173, 128, 255 ], "toColor": [ 38, 173, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 38, 173, 128, 255 ], "toColor": [ 40, 176, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 40, 176, 129, 255 ], "toColor": [ 40, 176, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 40, 176, 129, 255 ], "toColor": [ 42, 176, 127, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 42, 176, 127, 255 ], "toColor": [ 42, 176, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 42, 176, 125, 255 ], "toColor": [ 45, 179, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 45, 179, 125, 255 ], "toColor": [ 46, 179, 123, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 46, 179, 123, 255 ], "toColor": [ 47, 181, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 47, 181, 125, 255 ], "toColor": [ 49, 181, 124, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 49, 181, 124, 255 ], "toColor": [ 49, 181, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 49, 181, 122, 255 ], "toColor": [ 51, 184, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 51, 184, 122, 255 ], "toColor": [ 53, 184, 121, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 184, 121, 255 ], "toColor": [ 53, 184, 118, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 184, 118, 255 ], "toColor": [ 56, 186, 119, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 56, 186, 119, 255 ], "toColor": [ 58, 186, 118, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 58, 186, 118, 255 ], "toColor": [ 60, 186, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 60, 186, 117, 255 ], "toColor": [ 60, 189, 116, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 60, 189, 116, 255 ], "toColor": [ 62, 189, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 62, 189, 115, 255 ], "toColor": [ 65, 191, 116, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 65, 191, 116, 255 ], "toColor": [ 67, 191, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 67, 191, 115, 255 ], "toColor": [ 69, 191, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 191, 112, 255 ], "toColor": [ 69, 191, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 191, 110, 255 ], "toColor": [ 72, 194, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 72, 194, 110, 255 ], "toColor": [ 74, 194, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 74, 194, 110, 255 ], "toColor": [ 76, 194, 109, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 76, 194, 109, 255 ], "toColor": [ 76, 194, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 76, 194, 105, 255 ], "toColor": [ 79, 196, 106, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 79, 196, 106, 255 ], "toColor": [ 81, 196, 104, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 81, 196, 104, 255 ], "toColor": [ 84, 199, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 84, 199, 105, 255 ], "toColor": [ 86, 199, 103, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 86, 199, 103, 255 ], "toColor": [ 88, 199, 101, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 88, 199, 101, 255 ], "toColor": [ 90, 199, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 90, 199, 99, 255 ], "toColor": [ 93, 201, 100, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 93, 201, 100, 255 ], "toColor": [ 95, 201, 98, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 95, 201, 98, 255 ], "toColor": [ 97, 201, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 97, 201, 97, 255 ], "toColor": [ 99, 204, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 99, 204, 96, 255 ], "toColor": [ 101, 204, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 101, 204, 94, 255 ], "toColor": [ 103, 204, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 103, 204, 92, 255 ], "toColor": [ 103, 204, 90, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 103, 204, 90, 255 ], "toColor": [ 108, 207, 91, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 108, 207, 91, 255 ], "toColor": [ 110, 207, 89, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 110, 207, 89, 255 ], "toColor": [ 111, 207, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 111, 207, 87, 255 ], "toColor": [ 117, 209, 86, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 117, 209, 86, 255 ], "toColor": [ 117, 209, 84, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 117, 209, 84, 255 ], "toColor": [ 118, 209, 82, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 118, 209, 82, 255 ], "toColor": [ 122, 209, 82, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 122, 209, 82, 255 ], "toColor": [ 125, 209, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 209, 79, 255 ], "toColor": [ 127, 212, 78, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 127, 212, 78, 255 ], "toColor": [ 128, 212, 76, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 212, 76, 255 ], "toColor": [ 131, 212, 74, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 131, 212, 74, 255 ], "toColor": [ 134, 214, 73, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 134, 214, 73, 255 ], "toColor": [ 139, 214, 73, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 139, 214, 73, 255 ], "toColor": [ 140, 214, 71, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 214, 71, 255 ], "toColor": [ 141, 214, 69, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 141, 214, 69, 255 ], "toColor": [ 143, 214, 66, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 143, 214, 66, 255 ], "toColor": [ 148, 217, 65, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 148, 217, 65, 255 ], "toColor": [ 150, 217, 63, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 150, 217, 63, 255 ], "toColor": [ 153, 217, 63, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 217, 63, 255 ], "toColor": [ 154, 217, 61, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 154, 217, 61, 255 ], "toColor": [ 156, 217, 59, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 156, 217, 59, 255 ], "toColor": [ 158, 217, 56, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 217, 56, 255 ], "toColor": [ 164, 219, 55, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 164, 219, 55, 255 ], "toColor": [ 164, 219, 53, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 164, 219, 53, 255 ], "toColor": [ 169, 219, 50, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 169, 219, 50, 255 ], "toColor": [ 171, 219, 50, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 219, 50, 255 ], "toColor": [ 173, 222, 49, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 173, 222, 49, 255 ], "toColor": [ 178, 222, 47, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 178, 222, 47, 255 ], "toColor": [ 180, 222, 44, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 180, 222, 44, 255 ], "toColor": [ 180, 222, 42, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 180, 222, 42, 255 ], "toColor": [ 182, 222, 40, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 222, 40, 255 ], "toColor": [ 185, 222, 38, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 185, 222, 38, 255 ], "toColor": [ 188, 222, 38, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 188, 222, 38, 255 ], "toColor": [ 191, 222, 35, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 222, 35, 255 ], "toColor": [ 196, 224, 36, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 224, 36, 255 ], "toColor": [ 199, 224, 34, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 224, 34, 255 ], "toColor": [ 199, 224, 31, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 224, 31, 255 ], "toColor": [ 202, 224, 29, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 202, 224, 29, 255 ], "toColor": [ 205, 224, 29, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 205, 224, 29, 255 ], "toColor": [ 210, 227, 27, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 210, 227, 27, 255 ], "toColor": [ 210, 227, 27, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 210, 227, 27, 255 ], "toColor": [ 214, 227, 27, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 227, 27, 255 ], "toColor": [ 217, 227, 25, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 227, 25, 255 ], "toColor": [ 220, 227, 25, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 220, 227, 25, 255 ], "toColor": [ 220, 227, 25, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 220, 227, 25, 255 ], "toColor": [ 224, 227, 25, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 227, 25, 255 ], "toColor": [ 224, 227, 25, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 227, 25, 255 ], "toColor": [ 230, 230, 23, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 230, 23, 255 ], "toColor": [ 232, 229, 26, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 232, 229, 26, 255 ], "toColor": [ 235, 231, 26, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 231, 26, 255 ], "toColor": [ 237, 230, 26, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 230, 26, 255 ], "toColor": [ 240, 229, 26, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 229, 26, 255 ], "toColor": [ 242, 232, 29, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 232, 29, 255 ], "toColor": [ 245, 230, 29, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 230, 29, 255 ], "toColor": [ 247, 229, 32, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 229, 32, 255 ], "toColor": [ 250, 232, 32, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 232, 32, 255 ], "toColor": [ 250, 228, 35, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 228, 35, 255 ], "toColor": [ 255, 233, 36, 255 ] } ] }, "classificationMethod": "esriClassifyManual" }, "field": "mean_V_DECLARAT", "classificationMethod": "esriClassifyManual", "minValue": 113074.44600000001, "classBreakInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 250000, "label": "100.000 - 250.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 180, 222, 43, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 300000, "label": "250.000,01 - 300.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 108, 206, 89, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 350000, "label": "300.000,01 - 350.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 53, 183, 121, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 400000, "label": "350.000,01 - 400.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 30, 158, 137, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 450000, "label": "400.000,01 - 450.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 37, 131, 142, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 500000, "label": "450.000,01 - 500.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 48, 104, 142, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 1000000, "label": "500.000,01 - 1.000.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 62, 74, 137, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 2000000, "label": "1.000.000,01 - 2.000.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 72, 40, 120, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 3000000, "label": "2.000.000,01 - 3.000.000 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 68, 1, 84, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 0.7 } }, "classMaxValue": 4066928.5714285714, "label": "> 3.000.000 \u20ac" } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 15, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var valor = $feature.mean_V_DECLARAT;\nvar nombre = $feature.NOM_ZONA;\nvar num = $feature.E_CV;\n\n// Si no hay puntos (Null), o es 0, o es menor a 5, solo devuelve el nombre\nif (num == '< 6') {\n return nombre;\n} else {\n // Solo llegamos aquí si hay más de 5 puntos\n var numeroFormateado = Text(valor, '#,###');\n var numeroEuropeo = Replace(numeroFormateado, ',', '.');\n return nombre + TextFormatting.NewLine + numeroEuropeo + ' \u20ac';\n}", "title": "Personalizado" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 24999, "name": "Clase 1", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 127 ], "haloSize": 1, "font": { "family": "Noto Sans", "size": 11, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": " var valor =$feature.mean_V_DECLARAT;\n \n var numeroFormateado = Text(valor, '#,###');\n var numeroEuropeo = Replace(numeroFormateado, ',', '.');\n return numeroEuropeo + ' \u20ac';", "title": "Personalizado" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": false, "removeDuplicates": "none", "where": "E_CV <> '< 6'", "useCodedValues": true, "maxScale": 24999, "minScale": 60000, "name": "Solo precio", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 127 ], "haloSize": 1, "font": { "family": "Noto Sans", "size": 11, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 345488.16199999955, "ymin": 4280892.0022, "xmax": 611577.7759999996, "ymax": 4435259.4383000005, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "Illa", "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": "Illa", "type": "esriFieldTypeString", "alias": "Illa", "length": 255, "domain": null }, { "name": "ID_MUNICIP", "type": "esriFieldTypeString", "alias": "Codi municipi", "length": 254, "domain": null }, { "name": "NOM_MUNICI", "type": "esriFieldTypeString", "alias": "Municipi", "length": 254, "domain": null }, { "name": "NOM_ZONA", "type": "esriFieldTypeString", "alias": "Nom zona", "length": 255, "domain": null }, { "name": "E_CV", "type": "esriFieldTypeString", "alias": "Núm. operacions", "length": 255, "domain": null }, { "name": "mean_V_DECLARAT", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda (\u20ac) ", "domain": null }, { "name": "mean_PRECIO_M2", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m²", "domain": null }, { "name": "mean_SUP_M2", "type": "esriFieldTypeDouble", "alias": "Superfície mitjana (m²)", "domain": null }, { "name": "DATA", "type": "esriFieldTypeString", "alias": "Actualització dades", "length": 255, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 255, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 20000, "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": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 3, "name": "Preu mitjà per m² habitatge per municipi 2025", "type": "Feature Layer", "description": "

Conèixer l\u2019evolució del preu de compraventa. Índex del nombre de transaccions de compravenda d'habitatge a les Illes Balears, a partir de les dades de l\u2019ATIB. <\/SPAN><\/P>

https://www.caib.es/sites/ohib/ca/od05_compravenda_habitatge/<\/SPAN><\/A><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25831, "latestWkid": 25831, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Observatori d'Habitatge de les Illes Balears (OHIB)", "parentLayer": { "id": 0, "name": "Compravenda habitatge 2025" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 242, 255, 255 ], "toColor": [ 94, 0, 22, 255 ] } ] }, "classificationMethod": "esriClassifyManual" }, "field": "PM2_2025", "classificationMethod": "esriClassifyManual", "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 130, 130, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "defaultLabel": "No significatiu (n.s.)", "minValue": 1200, "classBreakInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 237, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.7 } }, "classMaxValue": 1500, "label": "1.200,00 - 1.500 \u20ac/m²" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 244, 190, 220, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.7 } }, "classMaxValue": 2000, "label": "1.500,01 - 2.000 \u20ac/m²" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 215, 147, 174, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.7 } }, "classMaxValue": 2500, "label": "2.000,01 - 2.500 \u20ac/m²" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 186, 107, 133, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.7 } }, "classMaxValue": 3000, "label": "2.500,01 - 3.000 \u20ac/m²" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 157, 71, 96, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.7 } }, "classMaxValue": 3500, "label": "3.000,01 - 3.500 \u20ac/m²" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 129, 38, 65, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.7 } }, "classMaxValue": 4000, "label": "3.500,01 - 4.000 \u20ac/m²" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 101, 0, 39, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.7 } }, "classMaxValue": 6000, "label": "4.000,01 - 6.000 \u20ac/m²" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 74, 0, 19, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.7 } }, "classMaxValue": 10868.22597317597, "label": "> 6.000 \u20ac/m²" } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 20, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var valor =$feature.PM2_2025;\nvar nombre = $feature.NOM;\n\nif (IsEmpty(valor)) {\n return nombre;\n} else {\n var numeroFormateado = Text(valor, '#,###');\n var numeroEuropeo = Replace(numeroFormateado, ',', '.');\n return nombre + TextFormatting.NewLine + numeroEuropeo + ' \u20ac/m²'}", "title": "Personalizado" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 399999, "name": "Clase 1", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 102, 35, 31, 255 ], "haloSize": 0.7, "font": { "family": "Noto Sans", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 340356.68900000025, "ymin": 4278103.017000001, "xmax": 613563.2100000001, "ymax": 4438808.84, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "ILLA", "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": "ILLA", "type": "esriFieldTypeString", "alias": "ILLA", "length": 254, "domain": null }, { "name": "CODI", "type": "esriFieldTypeString", "alias": "Codi municipi", "length": 254, "domain": null }, { "name": "NOM", "type": "esriFieldTypeString", "alias": "Municipi", "length": 254, "domain": null }, { "name": "NUM_HAB", "type": "esriFieldTypeDouble", "alias": "Núm. Habitatges 2025", "domain": null }, { "name": "E_CV", "type": "esriFieldTypeString", "alias": "Núm. operacions 2025", "length": 255, "domain": null }, { "name": "P_OP", "type": "esriFieldTypeDouble", "alias": "Percentatge de compravenda 2025", "domain": null }, { "name": "N_2025", "type": "esriFieldTypeInteger", "alias": "Núm. compravenda 2025", "domain": null }, { "name": "PM2_2010", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2010", "domain": null }, { "name": "PM2_2011", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2011", "domain": null }, { "name": "PM2_2012", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2012", "domain": null }, { "name": "PM2_2013", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2013", "domain": null }, { "name": "PM2_2014", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2014", "domain": null }, { "name": "PM2_2015", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2015", "domain": null }, { "name": "PM2_2016", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2016", "domain": null }, { "name": "PM2_2017", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2017", "domain": null }, { "name": "PM2_2018", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2018", "domain": null }, { "name": "PM2_2019", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2019", "domain": null }, { "name": "PM2_2020", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2020", "domain": null }, { "name": "PM2_2021", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2021", "domain": null }, { "name": "PM2_2022", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2022", "domain": null }, { "name": "PM2_2023", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2023", "domain": null }, { "name": "PM2_2024", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2024", "domain": null }, { "name": "PM2_2025", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2025", "domain": null }, { "name": "PM2_period", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2010-2025", "domain": null }, { "name": "VD_2010", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2010", "domain": null }, { "name": "VD_2011", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2011", "domain": null }, { "name": "VD_2012", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2012", "domain": null }, { "name": "VD_2013", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2013", "domain": null }, { "name": "VD_2014", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2014", "domain": null }, { "name": "VD_2015", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2015", "domain": null }, { "name": "VD_2016", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2016", "domain": null }, { "name": "VD_2017", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2017", "domain": null }, { "name": "VD_2018", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2018", "domain": null }, { "name": "VD_2019", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2019", "domain": null }, { "name": "VD_2020", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2020", "domain": null }, { "name": "VD_2021", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2021", "domain": null }, { "name": "VD_2022", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2022", "domain": null }, { "name": "VD_2023", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2023", "domain": null }, { "name": "VD_2024", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2024", "domain": null }, { "name": "VD_2025", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2025", "domain": null }, { "name": "VD_periodo", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2010-2025", "domain": null }, { "name": "DATA", "type": "esriFieldTypeString", "alias": "Actualització dades", "length": 5, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 254, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 20000, "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": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 4, "name": "Valor de compravenda habitatge per municipi 2025", "type": "Feature Layer", "description": "

Conèixer l\u2019evolució del preu de compraventa. Índex del nombre de transaccions de compravenda d'habitatge a les Illes Balears, a partir de les dades de l\u2019ATIB. <\/SPAN><\/P>

https://www.caib.es/sites/ohib/ca/od05_compravenda_habitatge/<\/SPAN><\/A><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25831, "latestWkid": 25831, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Observatori d'Habitatge de les Illes Balears (OHIB)", "parentLayer": { "id": 0, "name": "Compravenda habitatge 2025" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 255, 255, 255 ], "toColor": [ 0, 51, 48, 255 ] } ] }, "classificationMethod": "esriClassifyManual" }, "field": "VD_2025", "classificationMethod": "esriClassifyManual", "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 225, 225, 225, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "defaultLabel": "No significatiu (n.s.)", "minValue": 150000, "classBreakInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 158, 215, 194, 255 ], "width": 0.7 } }, "classMaxValue": 250000, "label": "150.000,00 \u20ac - 250.000,00 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 174, 206, 200, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 300000, "label": "250.000,01 \u20ac - 300.000,00 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 135, 172, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 350000, "label": "300.000,01 \u20ac - 350.000,00 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 100, 140, 135, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 400000, "label": "350.000,01 \u20ac - 400.000,00 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 68, 111, 106, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 500000, "label": "400.000,01 \u20ac - 500.000,00 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 40, 85, 80, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 1000000, "label": "500.000,01 \u20ac - 1.000.000,00 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 13, 61, 57, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 1500000, "label": "1.000.000,01 \u20ac - 1.500.000,00 \u20ac" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 40, 38, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 0.7 } }, "classMaxValue": 3503803.557391304, "label": "> 1.500.000 \u20ac " } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 15, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var valor = $feature.VD_2025;\nvar nombre = $feature.NOM;\n\nif (IsEmpty(valor)) {\n return nombre;\n} else {\n var numeroFormateado = Text(valor, '#,###');\n var numeroEuropeo = Replace(numeroFormateado, ',', '.');\n return nombre + TextFormatting.NewLine + numeroEuropeo + ' \u20ac';}", "title": "Personalizado" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 399999, "name": "Clase 1", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 39, 73, 67, 255 ], "haloSize": 1, "font": { "family": "Noto Sans", "size": 12, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 340356.68900000025, "ymin": 4278103.017000001, "xmax": 613563.2100000001, "ymax": 4438808.84, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "ILLA", "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": "ILLA", "type": "esriFieldTypeString", "alias": "Illa", "length": 254, "domain": null }, { "name": "NOM", "type": "esriFieldTypeString", "alias": "Municipi", "length": 254, "domain": null }, { "name": "CODI", "type": "esriFieldTypeString", "alias": "Codi municipi", "length": 254, "domain": null }, { "name": "NUM_HAB", "type": "esriFieldTypeDouble", "alias": "Núm. Habitatges 2025", "domain": null }, { "name": "E_CV", "type": "esriFieldTypeString", "alias": "Núm. operacions 2025", "length": 255, "domain": null }, { "name": "P_OP", "type": "esriFieldTypeDouble", "alias": "Percentatge de compravenda 2025", "domain": null }, { "name": "PM2_2010", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2010", "domain": null }, { "name": "PM2_2011", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2011", "domain": null }, { "name": "PM2_2012", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2012", "domain": null }, { "name": "PM2_2013", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2013", "domain": null }, { "name": "PM2_2014", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2014", "domain": null }, { "name": "PM2_2015", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2015", "domain": null }, { "name": "PM2_2016", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2016", "domain": null }, { "name": "PM2_2017", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2017", "domain": null }, { "name": "PM2_2018", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2018", "domain": null }, { "name": "PM2_2019", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2019", "domain": null }, { "name": "PM2_2020", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2020", "domain": null }, { "name": "PM2_2021", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2021", "domain": null }, { "name": "PM2_2022", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2022", "domain": null }, { "name": "PM2_2023", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2023", "domain": null }, { "name": "PM2_2024", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2024", "domain": null }, { "name": "PM2_2025", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2025", "domain": null }, { "name": "PM2_period", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda 2010-2025", "domain": null }, { "name": "VD_2010", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2010", "domain": null }, { "name": "VD_2011", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2011", "domain": null }, { "name": "VD_2012", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2012", "domain": null }, { "name": "VD_2013", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2013", "domain": null }, { "name": "VD_2014", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2014", "domain": null }, { "name": "VD_2015", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2015", "domain": null }, { "name": "VD_2016", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2016", "domain": null }, { "name": "VD_2017", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2017", "domain": null }, { "name": "VD_2018", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2018", "domain": null }, { "name": "VD_2019", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2019", "domain": null }, { "name": "VD_2020", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2020", "domain": null }, { "name": "VD_2021", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2021", "domain": null }, { "name": "VD_2022", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2022", "domain": null }, { "name": "VD_2023", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2023", "domain": null }, { "name": "VD_2024", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2024", "domain": null }, { "name": "VD_2025", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2025", "domain": null }, { "name": "VD_periodo", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda 2010-2025", "domain": null }, { "name": "DATA", "type": "esriFieldTypeString", "alias": "Actualització dades", "length": 5, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 254, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 20000, "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": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 5, "name": "Distribució per tipus de comprador per municipi 2025", "type": "Feature Layer", "description": "

Índex del nombre de transaccions de compravenda d'habitatge a les Illes Balears, a partir de les dades de l\u2019ATIB. <\/SPAN><\/P>

<\/P>

https://www.caib.es/sites/ohib/ca/od05_compravenda_habitatge/<\/SPAN><\/A><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25831, "latestWkid": 25831, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Observatori d'Habitatge de les Illes Balears (OHIB)", "parentLayer": { "id": 0, "name": "Compravenda habitatge 2025" }, "subLayers": [], "minScale": 400000, "maxScale": 10000, "referenceScale": 0.0, "defaultVisibility": false, "extent": { "xmin": 340356.68900000025, "ymin": 4278103.017000001, "xmax": 613563.21, "ymax": 4438808.84, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "ILLA", "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": "ILLA", "type": "esriFieldTypeString", "alias": "Illa", "length": 254, "domain": null }, { "name": "NOM", "type": "esriFieldTypeString", "alias": "Municipi", "length": 254, "domain": null }, { "name": "CODI", "type": "esriFieldTypeString", "alias": "Codi municipi", "length": 254, "domain": null }, { "name": "E_NOPE", "type": "esriFieldTypeString", "alias": "Núm. operacions", "length": 255, "domain": null }, { "name": "P_OP", "type": "esriFieldTypeDouble", "alias": "Percentatge de compravenda (%)", "domain": null }, { "name": "PM2", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda", "domain": null }, { "name": "VD", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda", "domain": null }, { "name": "CEpri", "type": "esriFieldTypeInteger", "alias": "Comprador empr. privades nacionals", "domain": null }, { "name": "CExtra", "type": "esriFieldTypeInteger", "alias": "Comprador persones i empr. estrangers", "domain": null }, { "name": "CNacio", "type": "esriFieldTypeInteger", "alias": "Comprador persones físiques nacionals", "domain": null }, { "name": "CTOTAL", "type": "esriFieldTypeInteger", "alias": "Total segons comprador", "domain": null }, { "name": "VEpri", "type": "esriFieldTypeInteger", "alias": "Venedor emp. privades nacionals", "domain": null }, { "name": "VExtra", "type": "esriFieldTypeInteger", "alias": "Venedor persones i empreses estrangers", "domain": null }, { "name": "VNacio", "type": "esriFieldTypeInteger", "alias": "Venedor persones físiques nacionals", "domain": null }, { "name": "VTOTAL", "type": "esriFieldTypeInteger", "alias": "Total segons venedor", "domain": null }, { "name": "DATA", "type": "esriFieldTypeString", "alias": "Actualització dades", "length": 255, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 254, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 20000, "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": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 21, "name": "Distribució per tipus de venedor per municipi 2025", "type": "Feature Layer", "description": "

Índex del nombre de transaccions de compravenda d'habitatge a les Illes Balears, a partir de les dades de l\u2019ATIB. <\/SPAN><\/P>

<\/P>

https://www.caib.es/sites/ohib/ca/od05_compravenda_habitatge/<\/SPAN><\/A><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 25831, "latestWkid": 25831, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Observatori d'Habitatge de les Illes Balears (OHIB)", "parentLayer": { "id": 0, "name": "Compravenda habitatge 2025" }, "subLayers": [], "minScale": 400000, "maxScale": 10000, "referenceScale": 0.0, "defaultVisibility": false, "extent": { "xmin": 340356.68900000025, "ymin": 4278103.017000001, "xmax": 613563.21, "ymax": 4438808.84, "spatialReference": { "wkid": 25831, "latestWkid": 25831, "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": "ILLA", "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": "ILLA", "type": "esriFieldTypeString", "alias": "Illa", "length": 254, "domain": null }, { "name": "NOM", "type": "esriFieldTypeString", "alias": "Municipi", "length": 254, "domain": null }, { "name": "CODI", "type": "esriFieldTypeString", "alias": "Codi municipi", "length": 254, "domain": null }, { "name": "E_NOPE", "type": "esriFieldTypeString", "alias": "Núm. operacions", "length": 255, "domain": null }, { "name": "P_OP", "type": "esriFieldTypeDouble", "alias": "Percentatge de compravenda (%)", "domain": null }, { "name": "PM2", "type": "esriFieldTypeDouble", "alias": "Mitjana Preu \u20ac/m² compravenda", "domain": null }, { "name": "VD", "type": "esriFieldTypeDouble", "alias": "Mitjana valor compravenda", "domain": null }, { "name": "CEpri", "type": "esriFieldTypeInteger", "alias": "Comprador empr. privades nacionals", "domain": null }, { "name": "CExtra", "type": "esriFieldTypeInteger", "alias": "Comprador persones i empr. estrangers", "domain": null }, { "name": "CNacio", "type": "esriFieldTypeInteger", "alias": "Comprador persones físiques nacionals", "domain": null }, { "name": "CTOTAL", "type": "esriFieldTypeInteger", "alias": "Total segons comprador", "domain": null }, { "name": "VEpri", "type": "esriFieldTypeInteger", "alias": "Venedor emp. privades nacionals", "domain": null }, { "name": "VExtra", "type": "esriFieldTypeInteger", "alias": "Venedor persones i empreses estrangers", "domain": null }, { "name": "VNacio", "type": "esriFieldTypeInteger", "alias": "Venedor persones físiques nacionals", "domain": null }, { "name": "VTOTAL", "type": "esriFieldTypeInteger", "alias": "Total segons venedor", "domain": null }, { "name": "DATA", "type": "esriFieldTypeString", "alias": "Actualització dades", "length": 255, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 254, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 20000, "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": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false, "serviceItemId": "97ae6b873d1144ed94fed238935551c3" } ], "tables": [] }