1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“tobacco=yes in france”
*/
[out:json];
// fetch area “france” to search in
{{geocodeArea:france}}->.searchArea;
// gather results
(
  // query part for: “tobacco=yes”
  node["sells:tobacco"="yes"][shop!~tobacco][shop!~newsagent][shop!~convenience][shop!~gift][shop!~kiosk][amenity!~bar][amenity!~pub][amenity!~cafe][amenity!~restaurant](area.searchArea);
  way["sells:tobacco"="yes"][shop!~tobacco][shop!~newsagent][shop!~convenience][shop!~gift][shop!~kiosk][amenity!~bar][amenity!~pub][amenity!~cafe][amenity!~restaurant](area.searchArea);
  relation["sells:tobacco"="yes"][shop!~tobacco][shop!~newsagent][shop!~convenience][shop!~gift][shop!~kiosk][amenity!~bar][amenity!~pub][amenity!~cafe][amenity!~restaurant](area.searchArea);
);
// print results
out body;
>;
out skel qt;
30 km
Leaflet © OpenStreetMap contributors
1