I have a Mapguide layer as an ImageLayer in an OpenLayers map. Using the Mapguide api, I make changes to the Mapguide layer. The changes to the layer aren't reflected in the OpenLayers map until it's zoomed. Panning has no affect. Have tried various things as suggested here: https://openlayers.org/en/latest/doc/faq.html#how-do-i-force-a-re-render-of-the-map- like.
map.render(); and
map.renderSync();
mgLayer.getSource().refresh(); doesn't work either
Does anyone know if there is a way to do this?