jumpinjackie / mapguide-rest

REST Extension for MapGuide Open Source
GNU Lesser General Public License v2.1
26 stars 14 forks source link

Some methods in MgResponseHandler have incorrect visibility #195

Closed jumpinjackie closed 5 years ago

jumpinjackie commented 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).

We need to make such methods public