with Fusion it was possible to access the map object in TaskPahe.html with
the following code

var map = parent.Fusion.getWidgetById('Map');

and after it was possible to place a marker on the map

var olMap = map.oMapOL;
var oldmarkers = olMap.getLayersByName ( "Markers" );
etc...

How to do the same with react-layout ?




--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
_______________________________________________
mapguide-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to