<cfmap>
This are provided for backwards compatibility, and should be considered deprecated
These tags are quite limited and difficult to extend, it's recommended to use a modern javascript mapping API instead.
This tag may have a body.
This tag has no <cfscript> support or it uses a different syntax.
Requires Extension: Ajax Extension
<cfmap
name=string
onload=string
onnotfound=string
onerror=string
centeraddress=string
centerlatitude=string
centerlongitude=string
height=numeric
width=numeric
zoomlevel=numeric
overview=boolean
showscale=boolean
type=string
showcentermarker=boolean
markerwindowcontent=string
tip=string
typecontrol=string
zoomcontrol=string
continuouszoom=boolean
doubleclickzoom=boolean
markercolor=string
markericon=string
><!--- body --->[</cfmap>]
Examples
<cfmap
centerlatitude = "47.3769"
centerlongitude = "8.5417"
zoomlevel = "5"
width = "200"
height = "200"
/>
<cfmap centerlatitude = "47.3769"
centerlongitude = "8.5417"
type = "satellite"
zoomlevel = "4"
width = "300"
height = "300">
<cfmapitem name="Berlin" latitude="52.5200" longitude="13.405" tip="Berlin"/>
<cfmapitem name="Zurich" latitude="52.5200" longitude="13.405" tip="Zurich"/>
</cfmap>
See also
- Ajax features
- <cfmapitem>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)