# NOT RUN {
## for visualisation we are using mapview
require(mapview)
## assign GPX file
gpxFN <- system.file("extdata", "flighttrack.gpx", package = "uavRmp")
## read it
gpx <- read_gpx(gpxFN, layers=c("tracks"))
## plot it
mapview::mapview(gpx)
# }
Run the code above in your browser using DataLab