Skip to content

Routes and Waypoints support #22

Answered by panaaj
sergei asked this question in Q&A
Mar 17, 2021 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

@sergei The signalk-resources-fs plugin stores resources as per the Signalk K specification.
The Route resource, as you indicated, uses a GeoJSON object to store the coordinates of the route.
One option is to store the names associated with each point in the route properties section of the GeoJSON `object.

"properties":{
   "wptNames": ['wpt1","wpt2",.....]
}

This will be available to the software you are using when it references the desired route.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@sbender9
Comment options

@sergei
Comment options

@sbender9
Comment options

Comment options

You must be logged in to vote
1 reply
@sergei
Comment options

Answer selected by sergei
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants