Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#21027 closed enhancement (fixed)

Color Mapillary tracks by capture date

Reported by: pyrog Owned by: taylor.smock
Priority: normal Milestone:
Component: Plugin mapillary Version:
Keywords: Cc:

Description


Attachments (1)

Color images by capture date.png (1.6 MB ) - added by pyrog 5 years ago.

Download all attachments as: .zip

Change History (7)

by pyrog, 5 years ago

comment:1 by taylor.smock, 5 years ago

I'm assuming something like the website? This will be a bit more long-term -- I want to get things "stable" or at least "stablish" first.

in reply to:  1 ; comment:2 by pyrog, 5 years ago

Replying to taylor.smock:

I'm assuming something like the website?

yes

This will be a bit more long-term -- I want to get things "stable" or at least "stablish" first.

Of course. Take time to get a stable version 😀

comment:3 by skyper, 5 years ago

I can think of lots of different coloring settings similar to GPS tracks. Maybe some core code can be reused.

Last edited 5 years ago by skyper (previous) (diff)

in reply to:  2 comment:4 by taylor.smock, 5 years ago

Replying to pyrog:

Of course. Take time to get a stable version 😀

I'm hoping to start writing actual tests this week :) . Instead of writing hotfixes :( .

Replying to skyper:

I can think of lots of different coloring settings similar to GPS tracks. Maybe some core code can be reused.

Maybe. I'd have to look -- I'm using the newish vector tile code (except for the drawing), and I don't know how the GPX tracks are getting drawn.

EDIT: I just released v2.0.0-alpha.14. Please let me know if anything you used broke (file bug reports or ping me on OFTC #osm or #josm IRC (vorpalblade77-kaart/vorpalblade77)). I've pretty much focused my testing on the core image viewing functionality. Keep in mind that some of the things that broke may no longer have an API that I can use to reimplement it. Like showing detection outlines in the image viewer (I can get geometry, but it is not in a standard format, and I am not pinging Mapillary for documentation on stuff like that yet).

Last edited 5 years ago by taylor.smock (previous) (diff)

comment:5 by taylor.smock, 5 years ago

Resolution: fixed
Status: newclosed

I'm going to mark this as fixed -- see b7d1c09cc88b8f27669d275c62efed2457dd3827.

I looked into seeing if I can reuse the GPS colouring options, but this was quick and matched the option on the Mapillary website.

I'd have to do a fair amount of JOSM core work to be able to reuse the GPS drawing information (it uses GpxDrawHelper, which only allows GpxLayer's). I would then need to override createMapViewPainter, but that would be the easy part. :)

comment:6 by skyper, 5 years ago

Actually, I was thinking of more options than just date but also author and other information but I do not really care.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain taylor.smock.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.