go-staticmaps
go-staticmaps copied to clipboard
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles.
Hi, we are using OSM as tile provider and in certain cases the calculated zoom level became larger (ex 24) than OSM's maximum zoom level (20), which drives to a...
e,g, ThunderforestOutdoors requires an API key (#57)
Using `NewTileProviderThunderforestOutdoors()` results in 'API Key Required' watermark on the generated image. How do we set an API key when using this tool? Here's what I'm trying to do: ```golang...
FYI : Just playing around with different tiles sources and just came across a 404 for the `stamen-terrain` tiles. Another question: is there a parameter to "dim" a given tile...
I recently had to fork `go-staticmaps` and change the default `TileProvider` struct in to an interface (and update things accordingly) in order to it with so-called "rasterzen" tiles: https://github.com/whosonfirst/go-rasterzen These...
Hi! We played around with go-staticmaps today and tried to render maps for all countries of the world. By doing so we ran into some problems. It seems that for...
allows use to configure a maximum zoom level when relying on automatically determined zoom closes #68
See: https://github.com/openstreetmap/operations/issues/737 Example: https://github.com/flopp/go-staticmaps/blob/c226716bec537e7edd9be9df4297f5141bbb6d29/tile_provider.go#L30
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Hi, Thank you for making this library. Would it be possible that you could add a way to make newlines in the attribution work? I have a problem where my...