Skip to content

Commit

Permalink
Merge pull request #21 from jellyfishsolutions/master
Browse files Browse the repository at this point in the history
fixed missed symbol during writing
  • Loading branch information
kb0 authored Dec 26, 2022
2 parents d43aee4 + 35a0b64 commit a0beb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/gpx_writer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ class GpxWriter {
_writeElement(builder, GpxTagV11.desc, wpt.desc);
_writeElement(builder, GpxTagV11.comment, wpt.cmt);
_writeElement(builder, GpxTagV11.type, wpt.type);
_writeElement(builder, GpxTagV11.sym, wpt.sym);

_writeExtensions(builder, wpt.extensions);

Expand Down

0 comments on commit a0beb4f

Please sign in to comment.