lowtower

Results 48 comments of lowtower

Okay, I haven't looked much into the code. But, I saw that the possibility to enter the url was eliminated from v1.58 to v2.0 So, I concluded that it was...

I haven't looked into the code in detail, just read through the text of pull request #19, but I suspect that it tried to solve the same issue. You could...

Hello @flopp and @qlereboursBS, as far as I understand the code: - the tile size is fixed to 256 px - the default zoom is set to 15 - with...

Is it possible (for all providers) to set an arbitrary tile size? Could it be a solution to calculate the optimum tile size? This is the result with tile size...

Hello @flopp and @qlereboursBS, I have coded a different approach for svg: - retrieve all object boundaries - scale and transform the svg-groups with tiles and objects afterwards You can...

@flopp @laufhannes Hello, are You interested in getting this done or has it been dropped for a reason? Cheers, LT

I have already had a look at py-staticmaps (which btw. is also mentioned at the osm staticmaps website). To be honest, I would prefer not to take it because it...

btw: I find the carto dark no labels tiles the best as background. As far as I have seen they are yet not supported by py-staticmaps, right?

@flopp I have seen that You already have made cairo optional in py-staticmaps - so, I will try my best to use it instead of other options!