Skip to content

Display the traces of a boat on a nautical map using GPX files generated by OpenCPN.

License

Notifications You must be signed in to change notification settings

floviolleau/boat-traces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boat Traces

The purpose of this project is to display the traces of a boat on a nautical map using GPX files generated by OpenCPN. This map use OpenSeaMap, OpenStreetMap, leaflet and AVURNAVs projects.

Project setup

yarn install

GPX files

Put all you GPX files in the folder /public/gpxs and run

yarn run update:gpx

to update the list of GPX files to be read by the application

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Add a new GPX file

  1. Add the new file into the folder /public/gpxs
  2. Run the command: yarn run update:gpx
  3. Refresh the page

Update from git

Pull all changes and do:

yarn install

And next run development or production commands.

Screenshots

layers details avurnav

GPL-3.0 License @2020