nwr["amenity"="public_bath"][~"fee(:conditional){0,1}"~"no|donation|interval|free|none|(PH|SH|((:{0,1}dusk|sun|dawn)[^)]*(:{0,1}-|\+)[^)]*)|(:{0,1}dusk|sun|dawn).*hours|(:{0,1}dusk|sun|dawn|d{1,2}[.:]d{2})+|ds*-s*(mo|tu|we|th|fr|sa|su)\b|-s*d{1,2}[:.]d{2}s*+{0,1}|[^0-9a-z .{0,1}]s*-{0,1}s*d{0,2}:d{2}s*[^+]{0,1}|d{1,2}:d{2}s*-{0,1}s*d{0,2}:d{2}s*\+{0,1}|^(:{0,1}(:{0,1}[0-1][0-9]|2[0-4])(:{0,1}[1-5][0-9]|0[0-9])s*-s*){2}$)"];
nwr["leisure"="water_park"][~"fee(:conditional){0,1}"~"no|donation|interval|free|none|(PH|SH|((:{0,1}dusk|sun|dawn)[^)]*(:{0,1}-|\+)[^)]*)|(:{0,1}dusk|sun|dawn).*hours|(:{0,1}dusk|sun|dawn|d{1,2}[.:]d{2})+|ds*-s*(mo|tu|we|th|fr|sa|su)\b|-s*d{1,2}[:.]d{2}s*+{0,1}|[^0-9a-z .{0,1}]s*-{0,1}s*d{0,2}:d{2}s*[^+]{0,1}|d{1,2}:d{2}s*-{0,1}s*d{0,2}:d{2}s*\+{0,1}|^(:{0,1}(:{0,1}[0-1][0-9]|2[0-4])(:{0,1}[1-5][0-9]|0[0-9])s*-s*){2}$)"];
nwr["leisure"="bathing_place"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
nwr["sport"="swimming"]["leisure"~"sports_centre|stadium"][~"fee(:conditional){0,1}"~"no|donation|interval|free|none|(PH|SH|((:{0,1}dusk|sun|dawn)[^)]*(:{0,1}-|\+)[^)]*)|(:{0,1}dusk|sun|dawn).*hours|(:{0,1}dusk|sun|dawn|d{1,2}[.:]d{2})+|ds*-s*(mo|tu|we|th|fr|sa|su)\b|-s*d{1,2}[:.]d{2}s*+{0,1}|[^0-9a-z .{0,1}]s*-{0,1}s*d{0,2}:d{2}s*[^+]{0,1}|d{1,2}:d{2}s*-{0,1}s*d{0,2}:d{2}s*\+{0,1}|^(:{0,1}(:{0,1}[0-1][0-9]|2[0-4])(:{0,1}[1-5][0-9]|0[0-9])s*-s*){2}$)"];
// Show only swimming pools that are not inside a bath
(
(
nwr["leisure"="swimming_pool"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
nwr["leisure"="swimming_area"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
nwr["leisure"="paddling_pool"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
nwr["sport"="swimming"]["leisure"!~"sports_centre|stadium"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
);
-(
(
wr["amenity"="public_bath"];
wr["leisure"~"water_park|sports_centre|stadium"];
);
map_to_area -> .b;
(
nwr(area.b)["leisure"="swimming_pool"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
nwr(area.b)["leisure"="swimming_area"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
nwr(area.b)["leisure"="paddling_pool"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
nwr(area.b)["sport"="swimming"]["leisure"!~"sports_centre|stadium"]["access"!~"^(private|no|customers|customer|permit)$"]["fee"!="yes"];
);
);
);
overpass-turbo