Opened 5 years ago
Last modified 5 years ago
#18434 new enhancement
Edit geotagged images localization with the same tools as the nodes
Reported by: | StephaneP | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core image mapping | Version: | |
Keywords: | Cc: | Don-vip, francois2 |
Description (last modified by )
At this time you can't select more than one geotagged images to edit their localization.
If the GeoImageLayer could manage an images as a node on an osm layer, we could use all the already existing tools like moving a selection, rotate, distribute, and so on.
We can even imagine that an image sequence could be nodes on a way.
Attachments (1)
Change History (6)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Priority: | normal → major |
---|
by , 5 years ago
Attachment: | 18434.patch added |
---|
Initial patch (starting implementation of OsmData<?, ?, ?, ?>). DOES NOT WORK.
comment:3 by , 5 years ago
I'm starting to pull the changes I made to Mapillary's plugin over into JOSM.
Please _do_ not merge the current patch -- its a case of "what happens if I get run over by a bus."
For the implementation I did in the Mapillary plugin, see https://gitlab.com/gokaart/josm-mapillary-plugin/-/commits/feature/cleanup-images . I stopped half-way through, but it works (tm), as far as the OsmData<?, ?, ?, ?> goes, and I'm going to implement that here, and then modify Mapillary to use the JOSM classes.
comment:4 by , 5 years ago
Description: | modified (diff) |
---|
comment:5 by , 5 years ago
See #19061 for work on changing commands and selection for non-OsmPrimitive data.
First steps towards this are being made in Mapillary plugin, see #18909 comments