overpass turbo

apropos: http://overpass-turbo.eu/

Outil pour écrire des requêtes sur open street map et visualiser les résultats. Sur cet exemple, on peut trouver la sélection des restaurants dans un rayon de 5km autour d'Orsay, qui cuisine des pizzas, mais pas de burger, ni de kebab et pas de trucs mexicains, trouvé avec la requête:

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“type:node and amenity=restaurant and (cuisine~=pizza and cuisine!~burger) around Orsay”
*/
[out:json][timeout:25];
// adjust the search radius (in meters) here
{{radius=5000}}
// gather results
(
  // query part for: “amenity=restaurant and cuisine~pizza and cuisine!~burger”
  node["amenity"="restaurant"]["cuisine"~"pizza"]["cuisine"!~"burger"]["cuisine"!~"kebab"]["cuisine"!~"mexican"](around:{{radius}},{{geocodeCoords:Orsay}});
);
// print results
out body;
>;
out skel qt;

This post accepts webmentions. Do you have the URL to your post?

Otherwise, send your comment on my service.

Or interact from the fediverse with your username:

fediverse logo Share on the Fediverse