Opened 8 years ago
Closed 3 years ago
#13484 closed enhancement (duplicate)
Use fix value as a choice for track/point drawing
Reported by: | StephaneP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | rtk; gpx; gnss; gps; track coloring | Cc: |
Description
Hi!
I'm starting to use Real Time Kinematic with my gnss receivers, with RTKLIB, and I think that i'm not the only one in the osm world to experiment this.
A very cool feature for josm would be to directly read the .pos files created with RTKLib, but I think it's too much work for a very user's group.
But since this summer, RTKLib can export the .pos file to .gpx file. In the gpx file, each point got a fix value : "fix","float","sbas","dgps","single","ppp"
fix or ppp is better than float, which is better than dgps > sbas > single
"single" is equal to the "3d" value written in the gpx specifications http://www.topografix.com/gpx_manual.asp#fix.
Would it be possible to have an option to color the trace from the fix value like in RTKPLOT ?
Attachments (1)
Change History (12)
by , 8 years ago
Attachment: | couleur rtkplot.JPG added |
---|
comment:1 by , 8 years ago
BTW : I've requested the RTKLIB dev to add the dop value in the gpx :
https://github.com/tomojitakasu/RTKLIB/issues/214
comment:3 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:4 by , 5 years ago
It will be useful when I will find some time to write a private extension for gpx files.
comment:5 by , 5 years ago
I also added a style to colorize data based on fix status: Styles/ColourGPSData. It needs a conversion of NMEA (GPX?) to a data layer first.
I wonder if GPX layers should support MapCSS as well, so they can be styled directly instead of implementing all variants in JOSM core.
follow-up: 7 comment:6 by , 5 years ago
It should be feasible for simple cases, but more complex ones like heatmap I'm not sure it would be possible in MapCSS.
comment:7 by , 5 years ago
Replying to Don-vip:
It should be feasible for simple cases, but more complex ones like heatmap I'm not sure it would be possible in MapCSS.
I wouldn't drop the existing ones, rather add styling additional and maybe allow to access the existing coloring features via MapCSS.
comment:8 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
comment:9 by , 5 years ago
@stoecker I think your style needs to be updated to match the gpx:
prefix since r15419
comment:11 by , 3 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #20600.
Rendering in RTKPLOT