Module:EXIF GPS move under the photo? or in the photo_bottom.
slart
Joined: 2013-11-11
Posts: 112 |
Posted: Fri, 2014-01-24 15:05 |
edit: first i testet the Modules:tagsmap and then taken the Module:Exif GPS. Hello, many questions to the Modules:tagsmap. I have in my Gallery3 (Theme Canvas) the Modules:tagsmap installed, but it does not work correctly. If I get coordinates to an image in maps.google.com and enter them in the picture as a tag, then they appear in the admin panel by "Edit GPS Data for Tag" just above the map. Below in the text boxes are wrong coordinates and other coordinates. They are not carried correctly. I have over 4,000 photos. It is very inconvenient every time still specially in the admin panel to unlock each coordinates in the admin panel. I would also position the map with only the photo associated marker below the photo. How do I do that? I have seen this possibility with the map in the sidebar. How does it work? greetings |
|
Posts: 112
I found the Module: EXIF GPS, is better.
How do I put the map under the photo?
Posts: 112
OK, i can put the code from the
/modules/exif_gps/views/exif_gps_dynamic_sidebar.html.php
in the
/themes/clean_canvas/views/photo.thml.php
and than is a problem:
i must have the module activate loading in the sidebar (admin panel), else is printig "Loading ...".
than, its print "Loading ..." when no have coordinates under the photo, and print "Loading ..." when have coordinates in the sidebar.
Have anybody an idea?
Posts: 112
I have found a solution and have a question.
My question:
In the sidebar is now the entry "Location" blank. I would like to be there the GPS coordinates. How do I do that?
Can I also link coordinates with the coordinates according to maps.google.com?
Example: maps.google.de / maps q = 12.345678,12.876543
Solution for Gallery3 theme Clean Dark Canvas with fixed width and EXIF GPS Settings Map Interactive.
Delete in the File
modules\exif_gps\exif_gps\views\exif_gps_dynamic_sidebar.html.php
Line 161 to 169
Write in the File:
themes\clean_canvas\views\photo.html.php
to the end before the last </div>
Don't forget my question please.
Posts: 112
I'm good.
put this in the file on the end.
modules\exif_gps\exif_gps\views\exif_gps_dynamic_sidebar.html.php
Change in the file:
modules\exif_gps\exif_gps\helpers\exif_gps_block.php
Line 119
I have not found the translation for other languages.
One Problem: the Box is always present in the albums with coordinates 0,0. Thats not so fine. We can i fix it?
Posts: 112
OK, i found it and fix it whit that:
in the file
modules\exif_gps\exif_gps\helpers\exif_gps_block.php
delete in the line 136 this on the end of the line:
and delete the line 137 to 158:
Posts: 112
grrrrrrrrrrr. It's another Problem!
In the photopages without coordinates is the "Loading ..." images under the photos. Whats that?
Posts: 112
Good Morning!
Have anybody no idea?
My new idea is: can i put the module in the "photo_bottom" php box? I have seen this, and the module navcarousel is in the "photo_bottom".
We can i put the exif_gps in the "photo_bottom"?
Please help me!
Posts: 112
the Modules: Exif is in the bottom of the sidebar. My pictures have no exif, only GPS Exif. so this is unnecessary.
isn't function to deactivate.
delete in /modules/exif/views/exif_sidebar.html.php
<a id="g-exif-data-link" href="<?= url::site("exif/show/{$item->id}") ?>" title="<?= t("Photo details")->for_html_attr() ?>"
class="g-dialog-link g-button ui-icon-left ui-state-default ui-corner-all">
<span class="ui-icon ui-icon-info"></span>
<?= t("View more information") ?>
</a>