-
Let's say you only need to generate a map for single country or continent. Since I need to allow camera pitch and it would be nice to have a little more room for panning than few pixels from boundaries.. Any suggestions how to satisfy the second point?
|
Beta Was this translation helpful? Give feedback.
Answered by
msbarry
Oct 8, 2024
Replies: 1 comment 3 replies
-
Could you use an OSM extract but then set |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
adjourn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you use an OSM extract but then set
--bounds=world
or something from https://boundingbox.klokantech.com so that the global datasets (water, natural earth, etc) get clipped to a bigger region?