Thanks Alan ...

Here is the rendered code ...

    <script
src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAiM57Lca47g
ZUZAGU9VAgzxSgDYqnW_JCrkwCqigUjd1zUJsCbRRgKmt_eNGlKyP-RjRNHj7jzDkmgA"
      type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(51.5398228, -0.1926350), 13);
                map.addControl(new GLargeMapControl());
                map.centerAndZoom(new GPoint(51.5398228, -0.1926350), 3);
                var point = new GPoint(51.5398228, -0.1926350);
                var marker = new GMarker(point);
                map.addOverlay(marker);
      }
    }
    //]]>
    </script>

-----Original Message-----
From: Alan Rother [mailto:alan.rot...@gmail.com]
Sent: 15 May 2009 19:37
To: cf-talk
Subject: SPAM-MEDIUM Re: Google Map API



Can we see what the rendered JS code looks like? There is the possibility
that the marker you are creating has an invalid geocode.

=]

--
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322866
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to