-
Thanks, I'm aware of that issue. It's a legacy problem. The field was changed to varchar to implement groups (groups have a "G" prefix), but that method needs to be changed.
2009-11-10 13:09:09 UTC by siliconfiend
-
Hi, I use PostgreSQL as my database instead of MySQL. I found an issue with your schema. For "g_itemid" you use a varchar(11) but every where else in gallery2 it is an integer. This causes issues with PostgreSQL and your WHERE IN (); clauses. I changed your schema to type integer. I had to remove your SUBSTRING lines in mapHelper.class and then your module works with PostgresSQL.
2009-11-10 05:57:05 UTC by https://www.google.com/accounts
-
Thanks for the patch. I'll try to get that incorporated shortly.
2009-10-29 01:10:48 UTC by siliconfiend
-
The current version of Google Map Integration does not work if Gallery 2 uses a Sqlite database.
This is easily fixed with the attached patch:
- add db schemas for Sqlite
- use getFunctionSql where SUBSTRING was hard-coded before.
2009-10-28 23:24:03 UTC by chref
-
If I put a minimap on an album, it always starts zoomed out to show the whole planet. This isn't much good, as usually the points in it aren't that spread apart. It should have the option of starting with a zoom that fits everything in, like the regular map does.
2009-10-11 09:12:56 UTC by eythian
-
Sorry for the delay in responding. I suffered a corruption in my gallery install (was a debug system so not much of a problem). Anyway, wouldn't be right to upload a patch, no matter how trivial without checking that I cannot reproduce the problem. I believe that the problem was a hard disk error and that the machine crashed during a write.
There are two files. I updated the map module, and...
2009-05-23 12:49:34 UTC by coldpenguin
-
Why don't you go ahead and attach the patch to this feature. Making the map module use the EXIF module was a goal I had as well, but the original author of the EXIF import function said that he had problems with it importing from certain cameras. The EXIF library that's currently used in the map module apparently has better support, but I think it only supports JPG files. So, I can take a look...
2009-05-15 15:52:29 UTC by siliconfiend
-
I put the latest available MAP module onto my test gallery, along with ~1000 raw images from my camera. Unfortunately the map module did not import any GPS information.
After a quick update to the exifer module, exif displays correctly for raw images.
I made a couple of quick tweaks to the map class, and now GPS data from raw images can be imported.
I can make this code available if you...
2009-05-15 10:09:33 UTC by coldpenguin
-
In RequestId 1967188, siliconfiend write that field ItemId has changed from int to varchar. I think this can be related too the error I recive when pressing link "Show a google map".
System Information
------------------
Gallery version 2.3
PHP version 5.2.6-3 apache2handler
Webserver Apache
Database postgres7 8.3.5 3 8.3.6
Toolkits ImageMagick, Thumbnail, SquareThumb, NetPBM, Gd...
2009-03-01 21:34:58 UTC by vvevik
-
siliconfiend committed revision 361 to the Gallery 2 Google Map Integration SVN repository, changing 1 files.
2009-01-07 21:39:44 UTC by siliconfiend