Deine Zeile liefert bei mir nach ca. 90 Sekunden eine Datei vom Typ “application/osm3s+xml” (keine Ahnung, warum das so ist), die den gesuchten Node enthält (die ID lässt sich im Text-Editor finden). Lange genug gewartet?
Das hier findet den Stein - oder ist overpass-turbo nicht gewünscht?:
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“historic=boundary_stone”
*/
[out:json][timeout:25];
// gather results
(
// query part for: “historic=boundary_stone”
node"historic"=“boundary_stone”;
way"historic"=“boundary_stone”;
relation"historic"=“boundary_stone”;
);
// print results
out body;