You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I traced your code but was unable to check where the value of kml changes from my input to True using print(), probably due to the multiprocessor threads.
The text was updated successfully, but these errors were encountered:
Description
I am trying to generate tiles, but do not need .kml files.
What I Did
I configured my options as:
and then called:
The result was appropriately generated tiles accompanied by .kml files:
https://i.imgur.com/mzBDm9H.png
I traced your code but was unable to check where the value of
kml
changes from my input toTrue
usingprint()
, probably due to the multiprocessor threads.The text was updated successfully, but these errors were encountered: