Rock glaciers – a mixture of ice and gravel that very slowly flows down a slope – are not mapped much. So it seems. Let us have a look. They are said to cover 167.2 out of 12.640 km² in the province where I live, so no small feat.
There is an inventory of 5769 polygons for them in mountainous Austria available for free online. Here to the description - https://doi.org/10.17738/ajes.2020.0001 - Here to the data - https://doi.org/10.1594/PANGAEA.921629
As usual, data is BIG. Let us trim it down a bit first: We only want rock glaciers in the narrow sense, of those only the so-called intact ones, and that not so overnoded.
ogr2ogr -simplify 0.01 -s_srs RGs_all_LambertProj.prj -t_srs EPSG:4326 Blockgletscher.geojson RGs_all_LambertProj.shp -where "LfState='INT' and LfType='rg'"
Resulting Blockgletscher.geojson loads quickly into JOSM. We can now pan and zoom the data smoothly over OSM-Carto background. This goes to show that rock glaciers are in fact mapped! Yet not as one might infer from the name, as natural=glacier, but natural=scree instead, at least, where there is something mapped at all and not just blank space.