<div dir="ltr">Can be embedded google maps with the new release of fusion??<br><br>regards <br><br><div class="gmail_quote">2008/5/22 Paul Spencer <span dir="ltr"><<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You cannot do that with the current version of fusion.<br>
<br>
Cheers<br><font color="#888888">
<br>
Paul</font><div><div></div><div class="Wj3C7c"><br>
<br>
On 22-May-08, at 1:36 PM, Fusion Newbye wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
In open layers we add google maps in this way:<br>
<br>
<script src='<a href="http://maps.google.com/maps" target="_blank">http://maps.google.com/maps</a>?file=api&amp;v=2&amp;key=KEY'></script><br>
<script src="<a href="http://openlayers.org/dev/lib/OpenLayers.js" target="_blank">http://openlayers.org/dev/lib/OpenLayers.js</a>"></script><br>
<script type="text/javascript"><br>
var map;<br>
<br>
function init() {<br>
map = new OpenLayers.Map('map');<br>
map.addControl(new OpenLayers.Control.LayerSwitche<br>
r());<br>
<br>
var gphy = new OpenLayers.Layer.Google(<br>
"Google Physical",<br>
{type: G_PHYSICAL_MAP}<br>
);<br>
<br>
var gmap = new OpenLayers.Layer.Google(<br>
"Google Streets" // the default<br>
);<br>
<br>
<br>
map.addLayers([gphy, gmap]);<br>
<br>
map.setCenter(new OpenLayers.LonLat(41.078316, 14.332352), 5);<br>
}<br>
</script><br>
<br>
Where we have to add that code to use in fusion? in index.html?<br></div></div><div class="Ih2E3d">
_______________________________________________<br>
fusion-users mailing list<br>
<a href="mailto:fusion-users@lists.osgeo.org" target="_blank">fusion-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/fusion-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/fusion-users</a><br>
</div></blockquote><div><div></div><div class="Wj3C7c">
<br>
<br>
__________________________________________<br>
<br>
Paul Spencer<br>
Chief Technology Officer<br>
DM Solutions Group Inc<br>
<a href="http://www.dmsolutions.ca/" target="_blank">http://www.dmsolutions.ca/</a><br>
<br>
</div></div></blockquote></div><br></div>