Title:
Bug 73803:CFMAP takes a key attribute to specify an API key, using the code example in the alpha2reference guide;
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): John Beynon / John Beynon (johnab)
Created: 11/26/2008
Components: AJAX, UI Components
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 220727
Priority/Frequency: Major / Unknown
Locale/System: English / Win All
Vote Count: 1
Problem:
CFMAP takes a key attribute to specify an API key, using the code example in the alpha2reference guide;
<cfmap name="gmap01" centerlatitude=71.094224 centerlongitude=42.339641 displayscale=true doubleclickzoom="true" overview=true scrollwheelzoom=true tips="My Map" zoomlevel="4" key="ABQIAAAAtcK_mojoPCNe1ZeMjR5lzxQkLrNdyD4bJlZu01w3wohi-CG8khSLtYXrxOfjgnoOjTys1nDaXPfD_A"/>
the key value that is specified is not used - when you view the source of the page in the browser it shows;
<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2.x&key=ABQIAAAAJDLv3q8BFBryRorw-851MRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxTyuslsNlFqyphYqv1PCUD8WrZA2A/ajax"></script>
this means you can't use cfmap without a prompt about it being an invalid key.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3036836
External Customer Info:
External Company:
External Customer Name: John Beynon
External Customer Email: 7E7D48CA445FAAAF992015D5
External Test Config: 11/26/2008
Attachments:
Comments: