Skip to content

Instantly share code, notes, and snippets.

@mrquincle
Last active September 6, 2018 13:07
Show Gist options
  • Save mrquincle/70afa2f7b0191aeb27b9e31ce8d24ad9 to your computer and use it in GitHub Desktop.
Save mrquincle/70afa2f7b0191aeb27b9e31ce8d24ad9 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“shop=supermarkt in Rotterdam”
[out:json][timeout:25];
// fetch area “Rotterdam” to search in
{{geocodeArea:Rotterdam}}->.searchArea;
// gather results
(
node["shop"="supermarket"](area.searchArea);
way["shop"="supermarket"](area.searchArea);
relation["shop"="supermarket"](area.searchArea);
);
// print results
out body;
>;
out skel qt;
*/
<?xml version="1.0" encoding="UTF-8"?>
<osm version="0.6" generator="Overpass API 0.7.55.4 3079d8ea">
<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>
<meta osm_base="2018-09-06T12:56:02Z" areas="2018-09-06T11:26:02Z"/>
<node id="34044420" lat="51.9127150" lon="4.4582320">
<tag k="addr:city" v="Rotterdam"/>
<tag k="addr:housenumber" v="288B"/>
<tag k="addr:postcode" v="3021 GS"/>
<tag k="addr:street" v="Nieuwe Binnenweg"/>
<tag k="name" v="Albert Heijn"/>
<tag k="opening_hours" v="Mo-Sa 08:00-21:00; Su 12:00-18:00"/>
<tag k="phone" v="010-4258711"/>
<tag k="shop" v="supermarket"/>
<tag k="winkelnummer" v="1367"/>
</node>
<node id="34044421" lat="51.9307013" lon="4.4576319">
<tag k="addr:city" v="Rotterdam"/>
<tag k="addr:housenumber" v="103"/>
<tag k="addr:postcode" v="3039 HJ"/>
<tag k="addr:street" v="Statenweg"/>
<tag k="chipknip" v="yes"/>
<tag k="name" v="Albert Heijn"/>
<tag k="opening_hours" v="Mo-Sa 08:00-20:00"/>
<tag k="phone" v="010-4670898"/>
<tag k="shop" v="supermarket"/>
<tag k="winkelnummer" v="1409"/>
</node>
</osm>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment