Border tile placement #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
levi/satellite-imagery#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey, I tested your program and noticed that the border tiles on the top and left sides of the image are shifted and sometimes overlap, like in this case:
"tl": "52.57867508992417, 5.68805453553596",
"br": "52.55494609768789, 5.719032918935248",
"zoom": "15"
Oh, that must be because of the subtract with overflow error i have been having. I'll look into it, thanks!
Here, this code is a temporary solution i forgot to look into:
If the
ifstatements are removed, the error shows up:Moving the check inside the loop fixes the issue:
I released
v0.2.3. Thank you for the issue!Hi!
It seems there's only the alpha channel where border tiles should be.
Also, bin.rs still reads the removed "channels" on line 106, which causes an error.