I’m trying to do a union here:
[out:json];
area["ISO3166-1"="SE"][admin_level=2];
(
nwr["tourism"="wilderness_hut"]["access"!="private"](area);
nwr["amenity"="shelter"]["shelter_type"!="public_transport"](area);
);
out center;
It does not work (I only get ~200 huts and no shelters) :(
การอภิปราย
ความคิดเห็นจาก mmd เมื่อ 23 มิถุนายน 2020 เมื่อเวลา 05:47 น.
Take a close look at the following answer: https://help.openstreetmap.org/questions/20531/overpass-ql-nodes-and-ways-in-area
ความคิดเห็นจาก pangoSE เมื่อ 23 มิถุนายน 2020 เมื่อเวลา 06:14 น.
A ha! Thanks again mmd! This should be added to the union documentation I think.