I have a map whose visibleRegion
I set to a given georectangle
, but the resulting render has a terrible resolution. As I understand it, the map loads the tiles from a lower zoomLevel
and scales it up to fit the visibleRegion
, instead of loading tiles from a higher zoomLevel
and scaling it down. Is there a way of changing this behavior?
The plugin I use is
Plugin { name: "osm" }