Why does my overpass query give me all aerialway data except one mountain

Why does my overpass query give me all aerialway data except one mountain? Specially, I am searching 3600382313 (Japan) and I am trying to get aerialway for ski mountains. I get everything except for Niseko. Niseko is here

This is my query;

[out:xml][timeout:50];
area(3600382313)->.searchArea;
(
     way["landuse" = "winter_sports"](area.searchArea);
);
way(around:1000)["aerialway"];
out body;
>;
out skel qt;

2 posts - 2 participants

Read full topic


Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/why-does-my-overpass-query-give-me-all-aerialway-data-except-one-mountain/97721