• [MOD] Google-Maps Integration V.01 5 0 5 1
Currently:  

Author Topic: [MOD] Google-Maps Integration V.01  (Read 291190 times)

0 Members and 3 Guests are viewing this topic.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #30 on: March 30, 2007, 02:39:56 PM »
Das klingt für mich so, als ob es an Google liegt.

... ja, solange das Map-Script läd ist nur ein beschränktes Scrollen möglich ...
... in dem von dir genannten Beispiel wird aber keine Google-Map aus EXIF-GPS-Infos geladen ...
... diese Map baut sich aus den GPS-Daten, die für dieses Bild in der DB hinterlegt sind auf ...
... diese GPS-Daten werden mit dem Bild über einen Geo-Finder und das Uploadformular hochgeladen ...

Lässt es sich evt. lösen, indem man z.B. das Google-Map-Fenster nur auf Anforderung öffnen lässt.

... ja, hier ein Beispiel einer Google-Map die aus EXIF-GPS-Infos geladen wird ...
... auf der Detailseite befindet sich ein Link zur Exif-Photo-Google-Map, die in einem gesonderten Fenster geöffnet wird ...
... http://klick.kl.funpic.de/details.php?image_id=3819 ...
... in diesem Beispiel tritt das "Scroll-Problem" dann nicht auf ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #31 on: April 03, 2007, 09:03:21 AM »
Does anyone have this working for version 1.7 ?

Offline host

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #32 on: April 03, 2007, 09:32:04 AM »
Hi Sigma,

Does anyone have this working for version 1.7 ?

One meber has tested the MOD with version 1.7 and it works.
Maybe you can contact him: http://www.4homepages.de/forum/index.php?action=profile;u=10783

Greets
HoSt

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #33 on: April 08, 2007, 08:11:27 PM »
Tried to install. have the following errors.
Version 1.7 with various Mods installed.

Code: [Select]
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, i.image_featured, i.image_location, i.image_gmap_latitude, i.image_gmap_longitude, i.image_gmap_zoom, i.image_gmap_type, i.image_gmap_show, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.image_featured = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 64, 102, 55, 108, 141, 32, 93, 128, 2, 68, 13, 12, 7, 11, 41, 135, 138, 121, 24, 56, 105, 27, 42, 33, 10, 8, 15, 129, 136, 125, 1, 86, 57, 111, 92, 52, 9, 85, 43, 21, 23, 58, 17, 61, 20, 48, 122, 3, 78, 87, 6, 19, 36, 39, 113, 142, 26, 116, 114, 46, 29, 30, 47, 88, 49, 120, 31, 44, 51, 53, 112, 80, 140, 54, 62, 70, 73, 63, 66, 137, 67, 69, 75, 76, 77, 79, 100, 101, 81, 95, 104, 96, 106, 97, 98, 107, 115, 139, 109, 110, 134) ORDER BY i.image_date DESC
Unknown column 'i.image_gmap_latitude' in 'field list'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home4/cydonian/public_html/photos/includes/db_mysql.php on line 116

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, i.image_featured, i.image_location, i.image_gmap_latitude, i.image_gmap_longitude, i.image_gmap_zoom, i.image_gmap_type, i.image_gmap_show, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 64, 102, 55, 108, 141, 32, 93, 128, 2, 68, 13, 12, 7, 11, 41, 135, 138, 121, 24, 56, 105, 27, 42, 33, 10, 8, 15, 129, 136, 125, 1, 86, 57, 111, 92, 52, 9, 85, 43, 21, 23, 58, 17, 61, 20, 48, 122, 3, 78, 87, 6, 19, 36, 39, 113, 142, 26, 116, 114, 46, 29, 30, 47, 88, 49, 120, 31, 44, 51, 53, 112, 80, 140, 54, 62, 70, 73, 63, 66, 137, 67, 69, 75, 76, 77, 79, 100, 101, 81, 95, 104, 96, 106, 97, 98, 107, 115, 139, 109, 110, 134) AND i.cat_id NOT IN (131,130,133,132,93,92,125,128,129,88,136,135) ORDER BY i.image_date DESC LIMIT 4
Unknown column 'i.image_gmap_latitude' in 'field list'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home4/cydonian/public_html/photos/includes/db_mysql.php on line 116

That above error code was on my index page. No new images would display in the new images section.

Code: [Select]
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, i.image_featured, i.image_location, i.image_gmap_latitude, i.image_gmap_longitude, i.image_gmap_zoom, i.image_gmap_type, i.image_gmap_show, c.cat_name, u.user_name, u.user_email FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_id = 1381 AND c.cat_id = i.cat_id
Unknown column 'i.image_gmap_latitude' in 'field list'

Warning: Cannot modify header information - headers already sent by (output started at /home4/cydonian/public_html/photos/includes/db_mysql.php:188) in /home4/cydonian/public_html/photos/details.php on line 55

This code is on every image page.


Any ideas?

Offline host

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #34 on: April 09, 2007, 05:10:27 PM »
Tried to install. have the following errors.
Version 1.7 with various Mods installed.

Code: [Select]
DB Error: Bad SQL Query:
...
Unknown column 'i.image_gmap_latitude' in 'field list'


That above error code was on my index page. No new images would display in the new images section.
...

Any ideas?

You have done Step1 from the first page?
Quote
Step 1

Add the following fields to the database table 4images_images
image_gmap_longitude varchar(20)
image_gmap_latitude varchar(20)
image_gmap_zoom char(2)
image_gmap_type tinyint(1)
image_gmap_show tinyint(1)


For me it looks that you don't have...

HTH
HoSt

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #35 on: April 09, 2007, 06:10:18 PM »
Thats what I was thinking also but they are all there..


Offline Loda

  • Sr. Member
  • ****
  • Posts: 353
    • View Profile
    • Fotosucht Schweiz
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #36 on: April 09, 2007, 06:18:59 PM »
Quote
Add the following fields to the database table 4images_images

you insert the fields in the hole database! it's not correct! please insert the fields in the table "4images_images"

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #37 on: April 09, 2007, 07:30:00 PM »
LOL wow, cant believe I'm that stupid. Thank you! I will correct it when i get home :)

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #38 on: April 10, 2007, 05:14:56 AM »
works like a charm. Thank you thank you thank you. I've been looking for this for the longest time.

Offline Schmutti

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #39 on: June 15, 2007, 02:22:28 PM »
Besten Dank für diesen Mod, er funktioniert mit ein paar Anpassungen wunderbar auf meiner Seite. Magst du mal kurz posten, wie du die Übernahme der Geodaten aus den Exiffeldern gelöst hast? Das würde mir wahnsinnig helfen :-)
Lg
Basti

galerie.schmuttermaier.de mit GeoDaten

Offline Schmutti

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #40 on: June 16, 2007, 10:36:52 PM »
Ok, die Ausgabe aus den Exifdaten hab ich nun selber gestrickt. Ich stelle mir ein Fallback vor, also wenn innerhalb der Exifdaten nichts eingetragen ist kann man im AdminCP selbst Koordinaten für das Bild eintragen. Zudem hab ih Greybox integriert, sieht einfch schicker aus wenn sich ein Fenster öffnet...
Wenns fertig ist poste ich alle meine Änderungen, noch bin ich nicht fertig.
Basti

zum anschauen:

http://galerie.schmuttermaier.de/img969.htm

Basti

Offline egoplawi

  • Newbie
  • *
  • Posts: 15
  • Punksy möchte die Welt erobern.
    • View Profile
    • Punksy.com
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #41 on: June 30, 2007, 06:31:58 PM »
Hi host!

Thanx for this Mod! It works fine.

Visit a sampel here http://punksy.com/gallery/details.php?image_id=199

Egoplawi

rinaldos

  • Guest
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #42 on: November 09, 2007, 03:37:51 PM »
Hallo zusammen,
ich habe den MOD nach langer Zeit mal wieder aktiviert, aber leider wird er nicht durch den IE dargestellt. FF, Safari, Camino oder sonstige Browser stellen den MOD dar, nur der iE6 nicht. Wo könnte ich noch dran schrauben damit dieser das auch darstellt.

LG
Ingo

Offline host

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #43 on: November 14, 2007, 09:37:16 AM »
Sorry for the late answer...

I checked your link and it seemes that the script is running ok, but the coordinates are wrong
I found the following in the map: Lat: +90°, Lon: +180°

Maybe this is the error?


Hello, i have a small problem with my google map, i loaded the script and it's seems that i'm loading the map but not preview it

check :
http://souwar.yaacoub.com/details.php?image_id=32723

you can see in the source that google script is loaded and the positioning is correct but the image is not showing ( i tried another goolge key but didn't work.

any one can help me to resolve this problem  :roll:

Thank you.

Offline host

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: [MOD-beta] Google-Maps Integration V.01
« Reply #44 on: November 14, 2007, 09:40:09 AM »
Hallo Ingo,

Hallo zusammen,
ich habe den MOD nach langer Zeit mal wieder aktiviert, aber leider wird er nicht durch den IE dargestellt. FF, Safari, Camino oder sonstige Browser stellen den MOD dar, nur der iE6 nicht. Wo könnte ich noch dran schrauben damit dieser das auch darstellt.

LG
Ingo

Hast du mal einen Link zu einem Bild mit Map? Vielleicht kann ich dann was sagen...