<p>I manged to extract the data for all fastfood places in the uk.</p>
<p>I am just thinking what info needs to be added. Operator. Postcode. Street name. City etc. I assume there is a tag for telephone number but I have yet to find it.</p>
<p>I think we also need to work on naming of places as there are several spellings for McD. There is also quite a few fast food places with no name.</p>
<p>I loaded all the data into josm and had a edit of one place. But if I was to upload the data will it just update that node and any nodes I have not edited won't be touched, is that correct. I don't want to messup osm.</p>

<p>Jack</p>
<p><blockquote type="cite">On Jul 1, 2009 8:46 AM, "Peter Childs" <<a href="mailto:pchilds@bcs.org">pchilds@bcs.org</a>> wrote:<br><br>2009/6/30 Dirk-Lüder Kreie <<a href="mailto:osm-list@deelkar.net">osm-list@deelkar.net</a>>:<br>

<p><font color="#500050">> Jack Stringer schrieb:
>> If I wanted to export an XML file of all Food places with the name KFC
>...</font></p><p><font color="#500050">> _______________________________________________
> newbies mailing list
> newbies@openstreetmap.org...</font></p>This does not answer the question but never mind.<br>
<br>
If you use osmisis to load the planet (or part there of) into a<br>
database, you can search for all the KFC with the following SQL<br>
<br>
select * from node_tags a, node_tags b, nodes where<br>
a.node_id=b.node_id and a.k='name' and a.v='KFC' and b.k='amenity' and<br>
b.v='fast_food' and <a href="http://nodes.id" target="_blank">nodes.id</a>=a.node_id;<br>
<br>
I keep meaning to write a cheat sheet and put it on the wiki for doing<br>
this.  The seam to be 72 in the Uk which seams like quite a lot.<br>
<br>
Other Fast Food, Fried Chicken outlets are available.<br>
<font color="#888888"><br>
Peter.<br>
</font><p><font color="#500050">
_______________________________________________
newbies mailing list
<a href="mailto:newbies@openstreetmap.org">newbies@openstreetmap.org</a>
http...</font></p></blockquote></p>