ugcs / UgCS-GeoHammer

UgCS GeoHammer
https://industrial.ugcs.com/gpr
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

GoogleMapProvider improve map image creation and add test #43

Closed a-kogun closed 8 months ago

a-kogun commented 8 months ago

In GoogleMapProvider.java, the method for map image creation was improved, specifically focusing on how tiles are handled, to optimize performance and reduce potential errors. GoogleMapProviderTest.java was added to ensure functionality of GoogleMapProvider class via unit tests.