How can multiple maps be rendered in the same page with cfmap?
Currently only the first map can render.
This is what I have:
<cfmap name="gmap01"
centerlatitude="#trlat#"
centerlongitude="#trlong#"
doubleclickzoom="true"
overview="true"
scrollwheelzoom="true"
showscale="true"
tip="My Map"
zoomlevel="13"
typecontrol="basic"
height="300"
width ="400"/>
Thank you.
To add multiple maps, just add another cfmap tag with a different name attribute. The following code works just fine on my 9.0.1 system.