Added calibration to map generator

This commit is contained in:
Pax1601
2024-03-04 08:41:24 +01:00
parent 2118ded496
commit c99b5ed19f
19 changed files with 473 additions and 78 deletions

View File

@@ -0,0 +1,5 @@
{
'output_directory': '.\NTTR', # Where to save the output files
'boundary_file': '.\configs\NTTR\LowResolution.kml', # Input kml file setting the boundary of the map to create
'zoom_factor': 0.5 # [0: maximum zoom in (things look very big), 1: maximum zoom out (things look very small)]
}