Modify ↓
Opened 6 years ago
Last modified 5 years ago
#16867 assigned task
Define list of official supported plugins
Reported by: | simon04 | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin | Version: | |
Keywords: | hack-weekend-2018-10 | Cc: |
Description (last modified by )
I started to classify them to see how we could merge some of them together.
For example, merge the different "fileformat" plugins together, and the different "streetimagery" together.
@floscher: would you like to see for the streetimagery ones? ;) A unified way to present Mapillary/StreetSide/OpenStreetCam would be awesome :)
Attachments (2)
Change History (4)
by , 6 years ago
Attachment: | hack-weekend-2018-10-plugins.png added |
---|
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
by , 6 years ago
Attachment: | josm_plugins.ods added |
---|
comment:2 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
This is an old bug, but I'll throw my two cents in here, since I've been working on the Mapillary plugin recently.
1) Improve the
ImageDisplay
class so that it has all the features from the Mapillary plugin (currently missing: no image flickering (#17072), 360 support (#16472), and detections/additional drawing).2) Have an Data class for images and image sequences (probably extending
OsmData
)3) Possibly modify JOSM's GeoImage display to have tabs (e.g., "GeoImage", "Mapillary", "OpenStreetCam", and "Microsoft Streetside") while also having the option of multiple windows (so a "Mapillary" and "OpenStreetCam" image could be compared side-by-side, for example). There would probably have to be some methods to add additional actions though (e.g., "Walk", "Turn off detection drawing", etc.)
I don't think it will be possible to do common image filtering (it would be nice, but either we would have to ensure that everyone uses the same key/value combinations, or pawn it off to the plugin).