Format OsmAnd voice hints

This commit is contained in:
Norbert Renner 2021-02-27 17:33:53 +01:00
parent ea564006e9
commit 8f2261037c
5 changed files with 169 additions and 13 deletions

View file

@ -24,6 +24,7 @@ BR.Gpx = {
let gpx = togpx(geoJson, {
featureTitle: function () {},
featureDescription: function () {},
featureCoordTimes: function () {},
transform: gpxTransform,
});
const statsComment = BR.Gpx._statsComment(geoJson);