You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We built our own tile server to not put huge load on OSM servers.
Unfortunatelly our Sysadmin could set this service on our domain using some higher port (eg 8005).
As I set TileLayerOptions.urlTemplate to our server (eg https://mytileserver.com:8005/tile/{z}/{x}/{y}.png)
the library use some of the coordinates (x or y) while trying to download the tile from port x or y.
======== Exception caught by image resource service ================================================
The following SocketException was thrown resolving an image codec:
Connection timed out (OS Error: Connection timed out, errno = 110), address = mytileserver.com, port = 36692
What is the expected behaviour?
I think, if we change the URL, it still should work, even on port other than 80.
I have checked the FAQs section on the documentation website
I have checked for similar issues which may be duplicates
The text was updated successfully, but these errors were encountered:
fodor99
added
bug
This issue reports broken functionality or another error
needs triage
This new bug report needs reproducing and prioritizing
labels
Aug 12, 2022
Try it in chrome, open up the dev console ctrl-shift-j, and click on the network tab. What is the full URL it's trying to connect to, and if you copy/paste that URL and just paste it in your browser, does it work ?
JaffaKetchup
added
invalid
This bug could not be reproduced or does not exist, or is very low quality
and removed
needs triage
This new bug report needs reproducing and prioritizing
labels
Aug 31, 2022
What is the bug?
We built our own tile server to not put huge load on OSM servers.
Unfortunatelly our Sysadmin could set this service on our domain using some higher port (eg 8005).
As I set TileLayerOptions.urlTemplate to our server (eg https://mytileserver.com:8005/tile/{z}/{x}/{y}.png)
the library use some of the coordinates (x or y) while trying to download the tile from port x or y.
What is the expected behaviour?
I think, if we change the URL, it still should work, even on port other than 80.
How can we reproduce this issue?
Change url and tiles are not loaded.
Do you have a potential solution?
I will debug the part of URL loading, as I found the problem I try to fix it and send pull request.
Can you provide any other information?
Platforms Affected
Android, iOS, Web
Severity
Erroneous: Prevents normal functioning and causes errors in the console
Frequency
Consistently: Always occurs at the same time and location
Requirements
flutter doctor
finds no relevant issuesThe text was updated successfully, but these errors were encountered: