vladest / googlemaps

QtLocation plugin for Google maps tile API
MIT License
141 stars 59 forks source link

small cleanup in QGeoTileFetcherGooglemaps and questions #8

Closed neolit123 closed 7 years ago

neolit123 commented 7 years ago

hello Vladyslav,

i'm participating in a open source project where we just recently added a Qt Location based map widget: https://github.com/Subsurface-divelog/subsurface

after not being happy with the bundled ESRI geolocation plugin, we found your google maps plugin, for which we would like to thank you - it works and it seems to suit our needs for now! we are probably going to fork your repository and always base our builds on that, but still send patches and PRs upstream back to you: https://github.com/Subsurface-divelog/googlemaps

in this PR there are a couple of small changes that remove some unused variables and code from QGeoTileFetcherGooglemaps. i'm not exactly sure if there are plans to keep this code for later or if it's for debugging purposes, so please let me know if my changes are not appropriate.

thanks lubomir

vladest commented 7 years ago

thanks for your contribution