We have migrated to WebNMS 5.0 SR1 from WebNMS 4.7 SR3.
Prior to the upgrade, when a user triggered a map refresh, map symbol size was set in our custom GridLayout#layoutMap(MapContainerComponent,int) implementation. After upgrade the map symbol size is set somewhere else.
If I a set a break point I can see that GridLayout#layoutMap(MapContainerComponent,int) is executing as before (setting the correct symbol size). But some other entity then changes the symbol size (in this case stretches according to window size).
Does anyone know what the problem might be?
Best regards,
Mattias