[fusion-users] Simple question about MapGuide tiling
Paul Spencer
pspencer at dmsolutions.ca
Thu Nov 6 09:54:05 EST 2008
Stuart,
we don't think this will work directly in 1.1. Because OpenLayers is
part of all this, you can pretty much do what you want if you can find
the right objects.
You can create any OpenLayers layer and add it to the map if you do
something like this:
var layer = new OpenLayers.Layer.MapGuide( /* your options */ );
var olMap = Fusion.getMapById(0).oMapOL;
olMap.addLayer(layer);
When we get 2.0 done, this will be much simpler and multiple Map
elements in the AppDef will be supported directly.
Cheers
Paul
On 6-Nov-08, at 9:04 AM, gingerbbm wrote:
>
> Right, well I found this thread:
>
> http://n2.nabble.com/Fusion---Base-layers-questions...-td1303997.html
>
> So again I need to find a workaround...
> --
> View this message in context: http://n2.nabble.com/Simple-question-about-MapGuide-tiling-tp1460396p1464938.html
> Sent from the Fusion Users mailing list archive at Nabble.com.
>
> _______________________________________________
> fusion-users mailing list
> fusion-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/fusion-users
__________________________________________
Paul Spencer
Chief Technology Officer
DM Solutions Group Inc
http://research.dmsolutions.ca/
More information about the fusion-users
mailing list