[OSM-talk-ie] Overpass Turbo
Donal Diamond
donal.diamond at gmail.com
Tue May 30 22:10:12 UTC 2017
No idea to be honest.
Basically when you use 'in "Northern Ireland"' it queries nominatim to get
the relation id and does a query like
[out:json][timeout:25];
// fetch area “Northern Ireland” to search in
area(3600156393)->.searchArea;
// gather results
(
// query part for: “amenity=police”
node["amenity"="police"](area.searchArea);
way["amenity"="police"](area.searchArea);
relation["amenity"="police"](area.searchArea);
);
// print results
out body;
>;
out skel qt;
NI relation 156393 is valid and complete in overpass ie:
http://url.ie/11t4t
Donal
On 30 May 2017 at 16:21, Colm Moore <colmmoore72 at hotmail.com> wrote:
> Hi,
>
>
> http://overpass-turbo.openstreetmap.ie/ is faster than EU. However, I am
> still finding issues.
>
>
> Nominatim (or whatever it uses) appears not to be working.
>
>
> I'm not sure if it is loading hte full OSM database, e.g.
>
>
> http://url.ie/11t49 shows a different set of PSNI stations to
> http://url.ie/11t4a
>
>
> Colm
>
>
> ------------------------------------------------------------
> ---------------------------------------------------
> Never doubt that a small group of thoughtful, committed citizens can
> change the world. Indeed, it is the only thing that ever has. Margaret Mead
>
>
> _______________________________________________
> Talk-ie mailing list
> Talk-ie at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk-ie
>
More information about the Talk-ie
mailing list