Format name and creator
This commit is contained in:
parent
da9ffd9224
commit
265583e0c5
6 changed files with 12 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
BR = {};
|
||||
BR.version = '1.5.1';
|
||||
turf = require('@turf/turf');
|
||||
togpx = require('togpx');
|
||||
require('leaflet');
|
||||
|
|
@ -15,7 +16,7 @@ const path = 'tests/format/data/';
|
|||
|
||||
// resolve intended/accepted differences before comparing
|
||||
function adoptGpx(gpx, replaceCreator = true) {
|
||||
const creator = 'togpx';
|
||||
const creator = 'BRouter-Web 1.5.1';
|
||||
const name = 'Track';
|
||||
const newline = '\n';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue