﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6742	[PATCH] to allow script generated files to set default changeset info	brycenesbitt	team	"This patch extends the file format to allow changeset tags:


{{{
<?xml version=""1.0"" encoding=""UTF-8""?>
<osm version=""0.6"" generator=""osmfetch"">
    <changeset_tag k=""source:website"" v=""http://www.citycarshare.org/""/>
    <changeset_tag k=""source"" v=""osmfetch:ccs""/>
    <changeset_tag k=""note"" v=""Prepared for human review by osmfetch: reads the car share reservation system and suggests matching updates for osm.""/>
    <changeset_tag k=""conflation_key"" v=""source:pkey""/>
    <node action='modify' lat='37.9024917' lon='-122.2992889' id='1409407225' version='2' >
        <tag k='amenity' v='car_sharing'/>
        <tag k='source:pkey' v='81'/>
        <tag k='source' v='osmfetch:ccs'/>
        <tag k='operator' v='City CarShare'/>
        <tag k='name' v='El Cerrito/Fairmont: El Cerrito Plaza BART'/>
    </node>
</osm>
}}}


It works fine, but needs a tiny bit of help from a more experienced developer: ""comment"" does not work, but all other tags (including ""created_by"") work fine."	enhancement	closed	minor		Core		fixed	changeset	
