Closed jumpinjackie closed 5 years ago
When trying to fetch XYZ tiles from a non-existent Map Definition, we get PHP fatal errors because the MgGetTileXYZCriticalSection is trying to call some protected methods in the parent controller (that inherits from MgResponseHandler).
MgGetTileXYZCriticalSection
protected
MgResponseHandler
We need to make such methods public
public
When trying to fetch XYZ tiles from a non-existent Map Definition, we get PHP fatal errors because the
MgGetTileXYZCriticalSection
is trying to call someprotected
methods in the parent controller (that inherits fromMgResponseHandler
).We need to make such methods
public