Piwigo / piwigo-openstreetmap

OpenStreetMap integration for Piwigo
http://piwigo.org/ext/extension_view.php?eid=701
GNU General Public License v3.0
35 stars 35 forks source link

EDIT_MAP in batch manager #45

Closed kjus closed 9 years ago

kjus commented 9 years ago

Hello! I use the batch manager a lot. I have edited the files and now I have the Latitude and Longitude boxes available. Is it also possible to fill in those boxes using the map (as in the single photo properties)? I mean I would love to have a link or button which would open a map, then I click somewhere in the map and the location is grabbed from there.

Thanks

xbgmsharp commented 9 years ago

Thanks for the feedback. It is a good idea, I will see if I can implement it

released14 commented 9 years ago

Hi, this plugin is getting a wonderful tool, thanks a lot! Related to this request, would it be possible to enter the coordinates (as numbers) for a set of pictures in the batch manager? I oftentimes have a set of pictures with the same coordinates, and setting them by one by one is very time-consuming for a larger set. Thanks again!

xbgmsharp commented 9 years ago

@released14 If i don't mistake, It is the case already. The batch manager allow you enter the coordinates (as numbers) for a set of pictures. You might want to try to use the latest GitHub source. I need to publish a new release. Maybe today.

xbgmsharp commented 9 years ago

@kjus, I can add a map like in photo edit for the batch manager in global mode. For the batch manager single mode, it is more complex and I don't think a map would help. What do you think?

kjus commented 9 years ago

@xbgmsharp, well, the thing is that in global mode all of the photos have to have the same location. Do I get it right? And I can click the map and set the location this way. This is also awesome but I more often use the single mode (to add tags after upload) and the photos should have different location each. Is it possible to implement the map-selector to the single mode batch manager? For each photo separately? Something like "I press the button and the map appears, I click somewhere and the position is saved, the map disappears and that's it"?

xbgmsharp commented 9 years ago

It is correct, in global mode all of the photos would have the same location. Not sure yet if it is technically possible to display a map on the batch manager as the template system of PWG is not the most easier one. My concern for the the single mode, is how to make it look good! The map need to big enough but not to take the all page. I will see if I can come up with something nice.

xbgmsharp commented 9 years ago

I integrate a map selection in Batch Manager global and single mode. Please test and feedback.

xbgmsharp commented 9 years ago

Committed and release in v2.7.c https://github.com/xbgmsharp/piwigo-openstreetmap/releases/tag/v2.7.c Closing