As with all things when you start, do a bit to test things out before doing a lot. In JOSM you can change the data relating to one item and upload again without it impacting any of the other nodes in the dataset loaded into JOSM. Only the nodes you move or tag edit will get changed.
The next question is source (not the tomato kind). If you are adding address data etc, where is this coming from, if its not copyright free do you have the data owners permission to upload to OSM? Make sure you add a source tag to help others understand where the data is from. For phone numbers suggest you use phone=+49-123-456789 or telephone_number= For other address data format suggest you refer to the Karlsruhe Schema on the wiki. Correcting name errors is normal editing practice, so go ahead and change where it's in error. Cheers Andy >-----Original Message----- >From: [email protected] [mailto:newbies- >[email protected]] On Behalf Of Jack Stringer >Sent: 01 July 2009 9:05 AM >To: [email protected] >Subject: Re: [OSM-newbies] Export Question > >I manged to extract the data for all fastfood places in the uk. > >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. > >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. > >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. > >Jack > > On Jul 1, 2009 8:46 AM, "Peter Childs" <[email protected]> wrote: > > 2009/6/30 Dirk-Lüder Kreie <[email protected]>: > > > > Jack Stringer schrieb: >> If I wanted to export an XML file of all >Food places with the name KFC >... > > > _______________________________________________ > newbies mailing >list > [email protected]... > > This does not answer the question but never mind. > > If you use osmisis to load the planet (or part there of) into a > database, you can search for all the KFC with the following SQL > > select * from node_tags a, node_tags b, nodes where > a.node_id=b.node_id and a.k='name' and a.v='KFC' and b.k='amenity' >and > b.v='fast_food' and nodes.id=a.node_id; > > I keep meaning to write a cheat sheet and put it on the wiki for >doing > this. The seam to be 72 in the Uk which seams like quite a lot. > > Other Fast Food, Fried Chicken outlets are available. > > Peter. > > > _______________________________________________ newbies mailing list >[email protected] http... _______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/listinfo/newbies

