-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
query.overpassql
50 lines (43 loc) · 1.15 KB
/
query.overpassql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// http://overpass-turbo.eu/
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“community_centre=lgbtq”
*/
/*
[out:json][timeout:25];
// gather results
(
// query part for: “community_centre=lgbtq”
node["community_centre"="lgbtq"](50.93925729988074,6.931622028350829,50.94973522111774,6.94859504699707);
way["community_centre"="lgbtq"](50.93925729988074,6.931622028350829,50.94973522111774,6.94859504699707);
relation["community_centre"="lgbtq"](50.93925729988074,6.931622028350829,50.94973522111774,6.94859504699707);
);
// print results
out body;
>;
out skel qt;
*/
[out:json][timeout:25][bbox:50.6,7.0,50.8,7.3];
// [out:json][timeout:25][bbox:50.6299,6.8047,51.0833,7.2867];
(
// node[~"."~"lgbt"];
node[~"^community_centre.*$"~"(lgbt|homosexual|gay)"];
node[~"^lgbtq.*$"~"."];
node[~"^gay.*$"~"."];
node[~"^fetish.*$"~"."];
);
out body;
>;
out skel qt;
/*
"amenity"="community_centre"
"community_centre"="youth_centre"
"community_centre:for"="lgbtq"
"lgbtq"="primary"
"gay": "men"
"description": "Gay bar for younger people"
[out:json][timeout:25][bbox:50.6,7.0,50.8,7.3];
50.6299/6.8047
51.0833/7.2867
*/