Skip to content

Instantly share code, notes, and snippets.

@d3netxer
Last active March 9, 2016 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3netxer/5edb51fe6a5ef744bfb5 to your computer and use it in GitHub Desktop.
Save d3netxer/5edb51fe6a5ef744bfb5 to your computer and use it in GitHub Desktop.
/*
This just gets all toilets and drinking water points from March 1st 2010
*/
[date:"2010-03-01T06:55:00Z"];
(
node["amenity"="toilets"]({{bbox}});
node["amenity"="drinking_water"]({{bbox}});
);
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment