has this been implemented yet?
2.3.0 on Mac
I'm unable to produce a transparent PNG with any of these files, which one would I expect to do that?
Following up here just in case I forget how this works again. To get Strava working in PNG, you need to append &px=256 to the URL, and not change the tileSize parameter in the BSH file. This however does not give you a transpaeent png. You will need to remove all the black pixels in an image editor or some other way I haven’t figured out yet. It would be nice if there was a solution to this built in that either fixes either the alignment problems for 512 or the transparency issue for 256
Ok, thanks for the help. I should mention that that map source is paywalled (I have paid) so if you are going to test it, I'm not sure if those cookie values will work for you, but they are only good for a week or so and they seem to have some kind of rate limiter on downloads that kills your downloads. I'm not sure if it's IP based or what but just be aware of that if you are going to test that
The source tiles are 512, but they won't download unless i have it set to 256 in my script. They don't build the png properly if i have 256 in my script, but work if i change it to 512. So workaround has been found. I don't know if there's an error in my script or this is a bug though
I have a feeling that the tile size should be 512
Here's my bsh file. I should probably delete the cookie values but since they need to exist to test, I've included them name = "ActualStrava"; // required internal name - do not use special characters not supported by your file-system displayName = "ActualStrava"; // optional name shown in MOBAC tileType = "png"; // required; valid values: "jpg" "png" or "gif" // Default size of each tile is 256x256 pixel tileSize = 256; // optional minZoom = 1; // optional maxZoom = 15; // optional tileUpdate =...