Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 2 3 [4] 5   Go Down

Author Topic: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin  (Read 71067 times)

0 Members and 2 Guests are viewing this topic.

lucadima

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #60 on: October 01, 2010, 09:30:22 am »

I controlled the size, but it was exactly the same of the original file.

I tryed to ftp it in the album folder and batch add it, but it again doesn't give me the GPS data (it can find only those, because other data are correctly got.

Reading gps data with a little php file i did, gets back the right GPS data..........

Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #61 on: October 01, 2010, 10:04:34 am »

Try to update with the latest svn snapshot as described in the docs:
- http://documentation.coppermine-gallery.net/en/dev_subversion.htm#dev_subversion_download_tarball
- http://documentation.coppermine-gallery.net/en/upgrading.htm#upgrade_any

The resizing method has been optimized. Maybe it works with that development version.
Logged

lucadima

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #62 on: October 01, 2010, 02:06:56 pm »

But I think that resizing I would lose also other exif data. But the platform correctly reads other exif data....
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Contribution for flf_histotag
« Reply #63 on: October 01, 2010, 02:13:47 pm »

Could some mod be so kind to move these posts to the plugin thread for flf_histotag?
Merged as suggested.
Logged

ManfredK

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 29
    • http://fotos-kirchner.at
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #64 on: October 01, 2010, 02:40:20 pm »

I controlled the size, but it was exactly the same of the original file.

I tryed to ftp it in the album folder and batch add it, but it again doesn't give me the GPS data (it can find only those, because other data are correctly got.

Reading gps data with a little php file i did, gets back the right GPS data..........


Hello,
Are you using watermarks?
I had the same problem mit GD2 and watermarks. Now I'm using ImageMagick, and the GPS data are visible.
Logged
LG ;)
Manfred

mttroll

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #65 on: October 02, 2010, 07:34:04 am »

Try to update with the latest svn snapshot as described in the docs:
- http://documentation.coppermine-gallery.net/en/dev_subversion.htm#dev_subversion_download_tarball
- http://documentation.coppermine-gallery.net/en/upgrading.htm#upgrade_any

The resizing method has been optimized. Maybe it works with that development version.

don't works with that development version. if GD watermarks enable .... no geodata are displayed. ???
Logged

loungelizard

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Posts: 63
    • lounge-lizard.org
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #66 on: October 02, 2010, 11:31:24 am »

I fixed the problem, that watermarked images lose their exif information. The plugin now checks, if the original file resides in the same folder and if that is the case, it extracts the exifs from this file. This should then also work in case you have automated resizing of images you upload.
Please check version 1.8 (see first post for dl) if you find any additional issues.

Cheers, Florian
 
Logged

mttroll

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #67 on: October 02, 2010, 12:23:53 pm »

I fixed the problem, that watermarked images lose their exif information. The plugin now checks, if the original file resides in the same folder and if that is the case, it extracts the exifs from this file. This should then also work in case you have automated resizing of images you upload.
Please check version 1.8 (see first post for dl) if you find any additional issues.

Cheers, Florian
 
hi florian,

good job. now works correct! beautiful plug-in. :thumbs up:

thank you

ps: you forget to update the version number in new release. new version 1.8 display version 1.7. ;)
Logged

lucadima

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #68 on: October 04, 2010, 12:46:16 am »

Finally I fixed the problem.

The exif GPS data are correctly read, but when the function tries to determine if for a picture it must show the "geo is present" or "geo is not present" button, if one of the GPS values is 0 it returns a bad value.

I had to change a line in histotag_support.php, in the function GenerateLinkToMap:

from

Code: [Select]
if ($lat_hour && $lat_min && $lat_sec && $long_hour && $long_min && $long_sec ) {
to

Code: [Select]
if ($lat_hour !== false && $lat_min !== false && $lat_sec !== false  && $long_hour !== false  && $long_min !== false  && $long_sec !== false ) {
Logged

loungelizard

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Posts: 63
    • lounge-lizard.org
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #69 on: October 23, 2010, 11:37:11 am »

Fixed in v1.9. Thanks. Link is in first post.
Cheers, Florian
Logged

ManfredK

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 29
    • http://fotos-kirchner.at
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #70 on: October 23, 2010, 02:50:35 pm »

Hello Florian,
I think, with 1.9 each picture (if there are GPS-values or not) has a Google-Map.

If there are no GPS-values, position is shown as 0/0.
Logged
LG ;)
Manfred

loungelizard

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Posts: 63
    • lounge-lizard.org
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #71 on: October 24, 2010, 10:32:17 am »

you're right. Sorry about that. Fixed - no change in version no.
Logged

ManfredK

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 29
    • http://fotos-kirchner.at
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #72 on: October 24, 2010, 11:13:54 am »

Hello Florian,
Now it looks good ;).
Logged
LG ;)
Manfred

mttroll

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #73 on: October 24, 2010, 11:22:42 am »

but now .... don't display the histogram on any image.
Logged

ManfredK

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 29
    • http://fotos-kirchner.at
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #74 on: October 24, 2010, 02:24:48 pm »

but now .... don't display the histogram on any image.
Hello,
In my gallery, there are histogramms available.
Logged
LG ;)
Manfred

rivimey

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #75 on: January 09, 2011, 01:30:27 am »

Hi loungelizard,

Your plugin looks really handy for a project I am working on - thanks very much for all the work you've put in. I noted pbasmo's contribution earlier in the thread, and wonder if you have been able to integrate it into the main codebase? For me it would be very helpful, as the images on my site come from a time before geotagging was possible....

A couple of installation points.
I found it hard to discover where to signup for my API key - there doesn't seem to be a link from the maps api pages to <http://code.google.com/apis/maps/signup.html>, which is I believe the place. Also, my gallery is running happily without create or drop table privs, but the plugin needs them (at least to start with), so it might be worth mentioning that. Having set it up can I now drop those privs again?

Best regards, Ruth

http://images.ivimey.org/
Logged

Ziptrax

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #76 on: January 13, 2011, 03:38:17 pm »

Just installed the latest version of this using the upload button in the plugins screen.
I then get this error

Fatal error: require() [function.require]: Failed opening required './plugins/flf_histotag/lang/english.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/share-snaps/public_html/plugins/flf_histotag/init.inc.php on line 14
 
 
and when i log onto my server via ftp, i notice that none of the directorys have been taken out of the zip file.

I have manually extracted them from the zip and uploaded the directorys via ftp and it now works correctly

Is it possible to add coordinates for a picture, and display the images kind of like the plugin that i use for pixelpost on www.fluffysheep.net ?
not sure how this plugin works yet as not got any geotags in images yet, but on my fluffysheep page, i can show a map of the uk (or any where/size specified in the config) with all the places with pictures showing a small picture overlaid on it, and also there is a button to show the current image on a map that shows a section of the map with a copy of that one picture overlaid on it. The pixelpost plugin was just called googlemap i think, and cant remember who wrote it

Dave
Logged

alanz01

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 20
  • http://www.alanzeleznikar.com/photography
    • Alan R Zeleznikar Photography
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #77 on: March 04, 2011, 04:45:39 am »

I did a quick edit of the English lang file to correct a few minor misspellings and other minor English touch-ups.
Logged
CPG 1.5.12 / Curve Theme / modified color scheme
Plugins (in order):
 - External Tracker 2.6
 - Social Sharing 1.5
 - First Visit Hint 1.0
 - Add Meta Description 1.5
 - SEF URLs
 - Image Preloader 1.4

alanz01

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 20
  • http://www.alanzeleznikar.com/photography
    • Alan R Zeleznikar Photography
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #78 on: March 04, 2011, 04:49:40 am »

Sorry, I discovered that I used an unescaped apostrophe in line 60. I've corrected that by removing the apostrophe and hav atached the corrected file. My apologies.
Logged
CPG 1.5.12 / Curve Theme / modified color scheme
Plugins (in order):
 - External Tracker 2.6
 - Social Sharing 1.5
 - First Visit Hint 1.0
 - Add Meta Description 1.5
 - SEF URLs
 - Image Preloader 1.4

ManfredK

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 29
    • http://fotos-kirchner.at
Re: flf_histotag Geotagging & histogram for Coppermine 1.5.x Plugin
« Reply #79 on: July 03, 2011, 07:33:07 pm »

Hello,
In version 1.5.12 of coppermine the plugin doesn't work.
For images which are already in the galerie, it's ok. But new pictures, have no position-data.
Logged
LG ;)
Manfred
Pages: 1 2 3 [4] 5   Go Up
 

Page created in 0.026 seconds with 20 queries.