Put version reported to OSM into dev_config

This commit is contained in:
stopflock
2025-08-16 19:53:47 -05:00
parent 9375f48a07
commit e293727ec8
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Uploader {
final csXml = '''
<osm>
<changeset>
<tag k="created_by" v="FlockMap 0.5"/>
<tag k="created_by" v="$kClientName $kClientVersion"/>
<tag k="comment" v="Add surveillance camera"/>
</changeset>
</osm>''';