[mapguide-users] Fusion vs react-layout
pcardinal
pierre.cardinal at sympatico.ca
Sun Oct 13 06:37:04 PDT 2019
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
More information about the mapguide-users
mailing list