lutraconsulting / qgis-xyz-tiles

A processing algorithm to generate xyz tiles from map/layer extent.
GNU General Public License v2.0
20 stars 12 forks source link

Git does not support the branch "master" #34

Closed Alex-Cuco closed 2 years ago

Alex-Cuco commented 2 years ago

Hi! I had to make these changes to make the QGIS plugin to work! In GitHub.py, replace the expression master: for main:.

Additionally, I also had to change in mappia_publisher_algorithm.py USER:PASS for a GitHub Personal Token: https://stackoverflow.com/questions/68775869/support-for-password-authentication-was-removed-please-use-a-personal-access-to

wonder-sk commented 2 years ago

Hi, it looks like you are trying to update https://github.com/MappiaEarth/mappia_publisher plugin, and not this plugin...?

Alex-Cuco commented 2 years ago

Hi! To be honest, this is the first time I am trying to make changes in GitHub. I just wanted to point out that I followed the README instructions and my plugin only worked after I made those changes. I will try to do it again soon! Meanwhile, I think you can ignore this request! Sorry.

wonder-sk commented 2 years ago

It is not clear to me what are the actual changes you needed to do... there are 83 commits in this PR... If you'd like to suggest some changes, please open a new PR that contains the correct commits.