Giter Site home page Giter Site logo

Comments (2)

panaaj avatar panaaj commented on August 16, 2024

Freeboard aligns to the Signal K specification for resources (i.e. waypoints, routes, etc).
It's current operation treats waypoints as single entities, so navigating to a waypoint is effectively a single destination.

The functionality you are alluding to is available using a Route.
Navigating a route will provide the controls to move to next /previous point, select the direction to follow the route (forward / reverse), etc.

When I drive a route with waypoints, I see DTG, TTG ETA etc. but not how the waypoint is labeled.

The course information displayed is for the current destination (waypoint or selected route point).
The waypoint on the map has a label, are you referring to something else?

Is there a waypoint list: Example: show next 3 waypoints, designation, distance and arrival time?

I presume you are referring to points within a route here.
You can view the list of points along the route and even change their sequence.
The screenshot below shows the detals currently displayed.
image

Note: There is a way of providing a name for route points but currently there is no UI in Freeboard for it (on the backlog). It requires manually editing the route file.

As per the example below, in the properties section, create an entry points with an attribute names which contains an array of names for your points.
Note: The names array must have the same number of entries as points in the route!

{
  "name":"static route 1",
  "description":"",
  "distance":3933,
  "feature":{
	"type":"Feature",
	"geometry":{
	   "type":"LineString",
	   "coordinates":[[-76.53131680794115,39.23561698516619],[-76.54623908617666,39.24275247556838],[-76.51885994958803,39.23792856152994]]
	},
	"properties":{
	  "points": {
		"names": ["pt one","pt two","pt three"]
	   }
	},
	"id":""
  }
}

Freeboard will then display the name when the point is the current destination and also in the points list as per the screen shot below.
image

I hope this answers your question.

from freeboard-sk.

DerTom1978 avatar DerTom1978 commented on August 16, 2024

That is exactly what I meant.
I have tried it and it works.

What could be adjusted:
Lat:
Lon:
Name:
Note:
ETA / TTG:
DTR:

Important: Each display should be activatable/deactivatable (I'm not interested in coordinates, for example).

The whole display field should be moved to the edge or be freely positionable.
And at route creation there should be an input field for name & note.

Then I think this is a good competitor to expensive "payment systems".
Whereby I would also donate something for this. The work does not make itself alone.

BR
Tom

from freeboard-sk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.