Re: [OSM-talk-ie] Overpass wizard

2019-09-27 Thread Tom Pfeifer

in the wizard:
id:"165511786" and type:"way" global

creates this script:
[out:json][timeout:25];
// gather results
(
  // query part for: “id:165511786”
  way(165511786);
);
// print results
out body;
>;
out skel qt;


Further reading:
https://wiki.openstreetmap.org/wiki/Overpass_turbo/Wizard#Meta-Data_Filters


On 27.09.2019 19:33, Brian Hollinshead wrote:

I know how to search for a way number on the main openstreetmap.org page by
using  openstreetmap.org/way/165511786.

I want please using overpass-turbo.eu export a file for
   building=church and (the same way)   but using way=165511786 or
way/165511786 does not work.
Your suggestions please.
___
Talk-ie mailing list
Talk-ie@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-ie




___
Talk-ie mailing list
Talk-ie@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-ie


[OSM-talk-ie] Overpass wizard

2019-09-27 Thread Brian Hollinshead
I know how to search for a way number on the main openstreetmap.org page by
using  openstreetmap.org/way/165511786.

I want please using overpass-turbo.eu export a file for
  building=church and (the same way)   but using way=165511786 or
way/165511786 does not work.
Your suggestions please.
___
Talk-ie mailing list
Talk-ie@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-ie