Vlaardingen

Vlaardingen, South Holland, Netherlands
category: boundary — type: administrative — OSM: relation 272279

Overpass

[timeout:600][out:xml][bbox:51.894040,4.267571,51.951507,4.370623];
area(3600272279) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(archive|fountain|school|events_venue|restaurant|shelter|music_venue|library|place_of_worship)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:leisure"="garden"];
nwr(area.a)["abandoned:man_made"~"^(water_tower|tower|windmill)$"];
nwr(area.a)["abandoned:railway"~"^(tram_stop|facility|station|historic_station|halt)$"];
nwr(area.a)["abandoned:shop"];
nwr(area.a)["abandoned:tourism"];
nwr(area.a)["admin_level"];
nwr(area.a)["amenity"~"^(fountain|place_of_worship|events_venue|archive|library|school|restaurant|music_venue|college|shelter)$"];
nwr(area.a)["artwork:type"="sculpture"];
nwr(area.a)["artwork_type"="sculpture"];
nwr(area.a)["barrier"];
nwr(area.a)["border_type"="city"];
nwr(area.a)["boundary"~"^(administrative|protected_area)$"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["club"="sport"];
nwr(area.a)["craft"="grinding_mill"];
nwr(area.a)["demolished"];
nwr(area.a)["demolished:amenity"~"^(school|fountain|archive|shelter|music_venue|library|place_of_worship|events_venue|restaurant)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:leisure"="garden"];
nwr(area.a)["demolished:man_made"~"^(tower|windmill|water_tower)$"];
nwr(area.a)["demolished:railway"~"^(halt|station|facility|historic_station|tram_stop)$"];
nwr(area.a)["demolished:shop"];
nwr(area.a)["demolished:tourism"];
nwr(area.a)["destroyed"];
nwr(area.a)["destroyed:amenity"~"^(archive|library|fountain|shelter|school|restaurant|place_of_worship|music_venue|events_venue)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:leisure"="garden"];
nwr(area.a)["destroyed:man_made"~"^(water_tower|tower|windmill)$"];
nwr(area.a)["destroyed:railway"~"^(historic_station|station|facility|tram_stop|halt)$"];
nwr(area.a)["destroyed:shop"];
nwr(area.a)["destroyed:tourism"];
nwr(area.a)["disused:amenity"~"^(place_of_worship|restaurant|music_venue|fountain|school|events_venue|archive|shelter|library)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:leisure"="garden"];
nwr(area.a)["disused:man_made"~"^(tower|water_tower|windmill)$"];
nwr(area.a)["disused:railway"~"^(tram_stop|facility|station|halt|historic_station)$"];
nwr(area.a)["disused:shop"];
nwr(area.a)["disused:tourism"];
nwr(area.a)["fountain"];
nwr(area.a)["heritage"];
nwr(area.a)["highway"="rest_area"];
nwr(area.a)["historic"];
nwr(area.a)["historic:amenity"~"^(school|library|fountain|archive|shelter|music_venue|place_of_worship|events_venue|restaurant)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:leisure"="garden"];
nwr(area.a)["historic:man_made"~"^(windmill|water_tower|tower)$"];
nwr(area.a)["historic:railway"~"^(station|facility|historic_station|halt|tram_stop)$"];
nwr(area.a)["historic:shop"];
nwr(area.a)["historic:tourism"];
nwr(area.a)["industrial"="grinding_mill"];
nwr(area.a)["landuse"~"^(railway|residential)$"];
nwr(area.a)["leisure"="garden"];
nwr(area.a)["lock"];
nwr(area.a)["man_made"~"^(tower|water_tower|windmill)$"];
nwr(area.a)["memorial"];
nwr(area.a)["museum"];
nwr(area.a)["natural"="water"];
nwr(area.a)["office"];
nwr(area.a)["operator:type"="ngo"];
nwr(area.a)["place"];
nwr(area.a)["protect_class"="22"];
nwr(area.a)["public_transport"~"^(station|stop_position|stop_area|platform)$"];
nwr(area.a)["railway"~"^(halt|facility|tram_stop|station|historic_station)$"];
nwr(area.a)["razed"];
nwr(area.a)["religion"="christian"];
nwr(area.a)["restaurant"];
nwr(area.a)["ruins:amenity"~"^(archive|fountain|place_of_worship|school|shelter|music_venue|restaurant|events_venue|library)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:leisure"="garden"];
nwr(area.a)["ruins:man_made"~"^(water_tower|windmill|tower)$"];
nwr(area.a)["ruins:railway"~"^(station|historic_station|halt|tram_stop|facility)$"];
nwr(area.a)["ruins:shop"];
nwr(area.a)["ruins:tourism"];
nwr(area.a)["service"];
nwr(area.a)["shop"];
rel(area.a)["site"~"^(railway|station|railway_station)$"];
nwr(area.a)["sport"];
nwr(area.a)["station"="subway"];
nwr(area.a)["subway"];
nwr(area.a)["support"="fence"];
nwr(area.a)["tourism"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(fountain|shelter|restaurant|events_venue|music_venue|school|library|place_of_worship|archive)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:leisure"="garden"];
nwr(area.a)["was:man_made"~"^(tower|water_tower|windmill)$"];
nwr(area.a)["was:railway"~"^(facility|station|historic_station|halt|tram_stop)$"];
nwr(area.a)["was:shop"];
nwr(area.a)["was:tourism"];
nwr(area.a)["waterway"];
) -> .b;
(
        rel(272279);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;