[Feature Request]: Parameter {s} is not supported in custom map URL
Checklist
-
[x] I have used the search function for OPEN ISSUES to see if someone else has already submitted the same feature request.
-
[x] I have also used the search function for CLOSED ISSUES to see if the feature was already implemented and is just waiting to be released, or if the feature was rejected.
-
[x] I will describe the request with as much detail as possible.
-
[x] This request contains only one single feature, not a list of multiple (related) features.
-
[x] I have read and understood the Contribution Guidelines.
-
[x] I agree to follow this project's Code of Conduct
Contact Details
No response
Feature or improvement you want
By OpenStreetMap syntax, URL for tile can contain parameter {s}. It is used for load balancing. It is important to lower load on servers. Details are given at https://wiki.openstreetmap.org/wiki/Raster_tile_providers
Usage usage is simple: client should replace {s} with a, b or c. It should try to spread usage by cycling all three letters like using next letter on each new request
Meshtastic App does not follow that and if user sets custom map using {s} parameter, as tile server owners specify, those URLs do not work.
Why should this be added?
There are two solutions:
-
app should refuse to accept URL that contains {s}
-
if app allows using {s} in URL than that should be replaced with proper value according to specification.
Screenshots / Drawings / Technical details
No response
This issue hasn not had any comment or update in the last 30 days. If it is still relevant, please post update comments. If no comments are made, this issue will be closed in 7 days.
This is not going to happen?
This issue hasn not had any comment or update in the last 30 days. If it is still relevant, please post update comments. If no comments are made, this issue will be closed in 7 days.
bump