Do you mean this region ? https://www.openstreetmap.org/relation/8636
In that case, you can try
area["ISO3166-2"="FR-A"]->.a;
( nwr(area.a)[tourism=apartment];
nwr(area.a)[tourism=chalet];
);
out;
Do you mean this region ? https://www.openstreetmap.org/relation/8636
In that case, you can try
area["ISO3166-2"="FR-A"]->.a;
( nwr(area.a)[tourism=apartment];
nwr(area.a)[tourism=chalet];
);
out;