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

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

0 Members and 2 Guests are viewing this topic.

Rembrandt

  • Guest
Re: [MOD] Google-Maps Integration V.01
« Reply #180 on: October 17, 2010, 01:05:11 PM »
ich verwende seit jahren diesen kleinen trick.
in dem link in dem ich draufklicke um die tabelle oder div zu öffnen(der die map enthält), baue ich das immer ein:
Code: [Select]
onClick="setTimeout('load()', 2);"somit wird die map einwandfrei geladen auch wenn sie "hidden" ist.

mfg Andi

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #181 on: October 17, 2010, 01:35:07 PM »
servus andi!

vielen dank für den tip den ich gerade ausprobiere...

ich habe folgendes verwendet:
Code: [Select]
<td class="row2" width="100%"> <b style="cursor:pointer" onClick="setTimeout('load()', 2);" >Klicke hier um die Landkarte und Webcams zu sehen</b></td>
(bei mir ist ja in dem Tab style="display:none" und nicht hidden - macht das was?)

die karte wird dann auch kurzzeitig richtig angezeigt, verschwindet dann aber und zeigt mir dieses kartenbild


was mache ich hier noch falsch? (liegt es daran dass ich hier OSM-Karten anstelle der normalen verwende?) - komischerweise wird in dem beigefügten screenshot auch oben rechts nicht mehr meine OSM-Map angezeigt, die ich als Standard in meiner details.php definiert habe - wahrscheinlich liegt hier der fehler, odeR?

danke vorerst, bergblume

P.S. könnte evtl. auch daran liegen, dass dein trick nicht klappt, da ich 2 googlemaps bei mir auf meiner seite habe... das aktuelle phüänomen ist, dass dein trick soweit gut funktioniert bis die 2.googlemap (weiter unten) nach geladen wird... irgendwie habe ich da anscheinend einen ganz schönen "code-salat" beisammen  :?

« Last Edit: October 17, 2010, 01:49:39 PM by bergblume »

Rembrandt

  • Guest
Re: [MOD] Google-Maps Integration V.01
« Reply #182 on: October 17, 2010, 02:18:30 PM »
^du sollst ja nicht anstatt, sondern zusätzlich das einfügen:
<tr onClick="setTimeout('load()', 2);" onClick="SwitchMenu('sub1')">
wenns moch immer nicht klappt dann sehe ich mir das an.

mfg Andi

EDIT: was hast du mit deiner seite gemacht?
früher ist die flott gegangen, jetzt überall wo man hinklickt geht entweder nichts mehr auf, kommt man auf picasa oder irgend so eine slideshow geht auf?

versuche das:
Code: [Select]
<div class=""><a onClick="setTimeout('load()', 2);" href="SwitchMenu('sub1')">Klicke hier um die Landkarte und Webcams zu sehen</a></div>

 <div id="sub1" style="display:none" >
<tr>          
  <td class="row1">Karte: </td>
            <td class="row1">    
                  {if gmap}
                            <div id="map" style="width: 100%; height: 500px"></div>
                  {endif gmap}
            </td>
          <tr>
</div>



zum auf und zuklappen verwende entweder <div> oder <table>, hier kannst du dir noch ein bspl. mit <table> ansehen:
http://www.4homepages.de/forum/index.php?topic=22216.msg121180#msg121180

und wie schon gesagt bei der dem link für die google map sdchreibts du das noch hinnein:
Code: [Select]
onClick="setTimeout('load()', 2);"
« Last Edit: October 17, 2010, 02:41:46 PM by Rembrandt »

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #183 on: October 17, 2010, 03:05:59 PM »
hi andi!

ok, danke dir - werde deine hinweise mal ausprobieren....
schönen so-nachmittag noch!

VG, bergblume

Offline marcinos

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #184 on: November 08, 2011, 06:33:00 PM »
How to define your own code with the icons to the first post, I tried a few times and each time an error

Offline chamkani.net

  • Jr. Member
  • **
  • Posts: 91
  • Moxet Khan
    • View Profile
    • Pukhtoogle
Re: [MOD] Google-Maps Integration V.01
« Reply #185 on: August 27, 2012, 07:59:14 AM »
Is there any way or mod to select the location with mouse rather then giving the attributes?
Digital Marketing Specialist

Offline mxnn

  • Pre-Newbie
  • Posts: 7
  • Chileno
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #186 on: December 12, 2012, 01:21:37 AM »
how can I add this mod? because google maps javascript v3 don't use api key...

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #187 on: November 21, 2013, 06:46:57 PM »
how can I add this mod? because google maps javascript v3 don't use api key...

Berechtigte Nachfrage!
Gibt es hierzu schon eine Lösung, daß der Mod auch googlemaps v3 kompatibel ist?
Was muss hierzu geändert werden?

Rembrandt

  • Guest
Re: [MOD] Google-Maps Integration V.01
« Reply #188 on: November 22, 2013, 07:29:56 AM »
Hi!
..
Was muss hierzu geändert werden?
Schau dir mal diesen Mod an :
http://www.4homepages.de/forum/index.php?topic=29519.msg157080#msg157080
(Step 9.) und die googlemap.js aus dem Anhang)

mfg Andi

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #189 on: November 22, 2013, 01:34:31 PM »
Danke dir, Andi!

so wie ich - den bestehenden Code vom  [MOD] Google-Maps Integration V.01 - getestet habe, funktioniert anscheinend auch das automatische "mapping" von der bestehenden googlemaps Api V2  :D
Danke dir auch für deine Ergänzungen bzw. hinweis zum Exif Mod!

Offline bma2004

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #190 on: November 25, 2013, 08:09:21 AM »
Hi!
Yesterday discovered that binding to map stopped working. When installing a marker instead of specifying the coordinates displayed: undefined.

The code have not changed anything. Before everything worked. Google changed something?

Rembrandt

  • Guest
Re: [MOD] Google-Maps Integration V.01
« Reply #191 on: November 25, 2013, 12:47:47 PM »

Offline bma2004

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #192 on: November 25, 2013, 02:04:17 PM »
I replace a key, put a piece of code (step 9) and googlemap.js. as not working and not working
« Last Edit: November 25, 2013, 02:32:38 PM by bma2004 »

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #193 on: December 02, 2013, 04:57:25 PM »
I replace a key, put a piece of code (step 9) and googlemap.js. as not working and not working

could you solve your problem?

Offline bma2004

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: [MOD] Google-Maps Integration V.01
« Reply #194 on: December 03, 2013, 12:12:22 PM »
I replace a key, put a piece of code (step 9) and googlemap.js. as not working and not working

could you solve your problem?

My problem in koordinatencheck.html  of MOD (Google-Maps / GPS Integration V1.2).
As far as I understand, Google has changed the syntax and transfer coordinate marker transfer via jquery is not happening.