Various small fixes

This commit is contained in:
Pieter Vander Vennet 2020-08-07 00:45:33 +02:00
parent 2bfeb67a3a
commit bd43e2537f
8 changed files with 32 additions and 18 deletions

View file

@ -241,7 +241,7 @@ export class Changes {
}
let changes = "<osmChange version='0.6' generator='Mapcomplete 0.0.1'>";
let changes = `<osmChange version='0.6' generator='Mapcomplete ${State.vNumber}'>`;
if (creations.length > 0) {
changes +=