Skip to content

Commit f1543ef

Browse files
committed
osmrel2gpx: documented bugs and limitations
1 parent 90aef77 commit f1543ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

miscsrc/osmrel2gpx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,12 @@ if ($output) {
252252
} else {
253253
print $gpx;
254254
}
255+
256+
=head1 BUGS AND LIMITATIONS
257+
258+
Theoretically it would be possible to determine the route direction
259+
automatically if C<--start> and C<--end> are both specified. This is
260+
not implemented, so it's necessary to manually specify C<--backward>
261+
if needed.
262+
263+
=cut

0 commit comments

Comments
 (0)