Ginnheim

Ginnheim, Frankfurt, Regierungsbezirk Darmstadt, Hesse, 60431, Germany
category: boundary — type: administrative — OSM: relation 4097527

Overpass

[timeout:600][out:xml][bbox:50.136169,8.632023,50.154077,8.662769];
area(3604097527) -> .a;
(
nwr(area.a)["abandoned:amenity"="place_of_worship"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:railway"~"^(stop|station|halt|tram_stop)$"];
nwr(area.a)["amenity"="place_of_worship"];
nwr(area.a)["building"];
nwr(area.a)["demolished:amenity"="place_of_worship"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:railway"~"^(station|stop|tram_stop|halt)$"];
nwr(area.a)["destroyed:amenity"="place_of_worship"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:railway"~"^(station|tram_stop|stop|halt)$"];
nwr(area.a)["disused:amenity"="place_of_worship"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:railway"~"^(halt|stop|tram_stop|station)$"];
nwr(area.a)["historic:amenity"="place_of_worship"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:railway"~"^(stop|tram_stop|halt|station)$"];
nwr(area.a)["landuse"="railway"];
nwr(area.a)["place"];
nwr(area.a)["public_transport"~"^(station|stop_position|stop_area|platform)$"];
nwr(area.a)["railway"~"^(station|stop|halt|tram_stop)$"];
nwr(area.a)["religion"="christian"];
nwr(area.a)["ruins:amenity"="place_of_worship"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:railway"~"^(station|halt|tram_stop|stop)$"];
nwr(area.a)["was:amenity"="place_of_worship"];
nwr(area.a)["was:building"];
nwr(area.a)["was:railway"~"^(tram_stop|stop|station|halt)$"];
) -> .b;
(
        rel(4097527);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;