We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4310
    • 2,310 Posts
    Just tried your snippet call on a site I recently used the snippet on and it works perfectly.
    That’s with version 1.3.2, see attached screen shot.
      • 8463
      • 11 Posts
      Quote from: bunk58 at Aug 04, 2010, 03:36 AM

      Just tried your snippet call on a site I recently used the snippet on and it works perfectly.
      That’s with version 1.3.2, see attached screen shot.

      Thats very odd, as on my site http://zenith.revolutionary-designs.co.uk/contact it just refuses to load it. I’ve tried other snippets from here, and some work and others dont?
        • 8463
        • 11 Posts
        Ah finally got it sorted, I wasn’t making a placeholder, and that fixed it all!

        Cheers for you help!
          • 4310
          • 2,310 Posts
          smiley
            • 14524
            • 8 Posts
            Does the Google maps extra not work with Revolution?

            I’ve got the files installed, the snippet called in the template and the only output I get in the HTML is:
            <div id="map" style="width: 400px; height: 400px"></div>
            

            and no map.

            I’ve even tried just using the sample snippet call (made sure it was my API key) and there’s nothing. I’ve also copied the snippet call from an Evolution site where I’d used the google maps with success, and that didn’t work either.
              • 4310
              • 2,310 Posts
              From the GoogleMap extras package ;
              Works with:
              0.9.6
              So Evolution branch only I think.
                • 34759
                • 3 Posts
                Hi,

                Can somebody pls help me? I’m using this plugin but i have some problems with google latiude and longitude.
                This is how the code on my page curently looks:
                [!GoogleMap? &key=`...` $phmode=`1` &maps=`mapid : map | address1 : [*googleadress*] | city : [*googlecity*] | zip : [*googlezip*] | state : [*googlestate*] | title : [*googletitle*] | width : 740 | height : 350 | zoom : 10 | type : normal | typecontrol : 1 | lng : [*googleLng*] | lat : [*googleLat*]`!]

                The problem is that if i put the correct address and don’t enter values for Latitude and Longitude, google still puts marker in the middle of the map (coordinates 0,0). Am i doing somethimg wrong or is there a way to NOT evalute values for latitude and longitude if i have a valid street address because it will be a pain in the a** to reenter values for latitude and longitude for all real estates on my website. Latitude and Longitude wasn’t added from the start on my website. I hope u understand what my problem is?

                Modx version is Evolution, PHP version 5.2.x

                huh
                  • 4310
                  • 2,310 Posts
                   $phmode=`1`  

                  What’s this?
                  I don’t bother with the lat & lng unless the geo-decode is inaccurate for the address/city/zip
                    • 34759
                    • 3 Posts
                    That’s the reason i’m trying to add the lng & lat. In most cases everything works fine for address/city fields, but in some cases it doesn’t recognize the address or the city (i’m from Croatia and there are some in-the-middle-of-nowhere places) so i would like to use lat and lng to show that person’s real estate on the map, otherwise they get angry smiley.

                    phmode is set to 1 (TRUE) so i can use placeholders.