<slide>
<title>Obtaining OpenStreetMap data</title>
<break lines="4"/>
<example>
    /*
    This has been generated by the overpass-turbo wizard.
    The original search was:
    “"dog_guillotine"=* global”
    */
    [out:json][timeout:25];
    // gather results
    (
        ( area[name="London Borough of Brent"]; )->.a;
        way(area.a);
    );
    // print results
    out body;
    >;
    out meta skel qt;
</example>
<break lines="2"/>

<blurb class="center">overpass turbo — http://overpass-turbo.eu/</blurb>
</slide>
