Skip to content

Commit a2d51b1

Browse files
committedFeb 15, 2024
Update to v140 (alpha)
1 parent 07dc018 commit a2d51b1

File tree

122 files changed

+49167
-23139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+49167
-23139
lines changed
 

‎Ortho4XP.cfg

+17-13
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,54 @@
11
verbosity=1
22
cleaning_level=1
3-
overpass_server_choice=DE
3+
overpass_server_choice=random
44
skip_downloads=False
55
skip_converts=False
66
max_convert_slots=4
77
check_tms_response=True
8-
http_timeout=10.0
8+
http_timeout=10
99
max_connect_retries=5
1010
max_baddata_retries=5
1111
ovl_exclude_pol=[0]
1212
ovl_exclude_net=[]
1313
custom_scenery_dir=
1414
custom_overlay_src=
15+
apt_smoothing_pix=8
1516
road_level=1
1617
road_banking_limit=0.5
18+
lane_width=5
1719
max_levelled_segs=100000
20+
water_simplification=0
1821
min_area=0.001
1922
max_area=200
2023
clean_bad_geometries=True
2124
mesh_zl=19
22-
curvature_tol=2.0
25+
curvature_tol=2
2326
apt_curv_tol=0.5
2427
apt_curv_ext=0.5
25-
coast_curv_tol=1.0
28+
coast_curv_tol=1
2629
coast_curv_ext=0.5
2730
limit_tris=0
28-
hmin=0.0
29-
min_angle=10.0
30-
apt_smoothing_pix=8
31+
hmin=0
32+
min_angle=10
3133
sea_smoothing_mode=zero
3234
water_smoothing=10
3335
iterate=0
3436
mask_zl=14
3537
masks_width=100
3638
masking_mode=sand
3739
use_masks_for_inland=False
40+
imprint_masks_to_dds=True
41+
distance_masks_too=False
3842
masks_use_DEM_too=False
3943
masks_custom_extent=
4044
cover_airports_with_highres=False
41-
cover_extent=1.0
45+
cover_extent=1
4246
cover_zl=18
47+
water_tech=XP11 + bathy
48+
ratio_bathy=1.0
4349
ratio_water=0.25
44-
overlay_lod=25000.0
45-
sea_texture_blur=0.0
46-
add_low_res_sea_ovl=False
47-
experimental_water=0
48-
normal_map_strength=1.0
50+
overlay_lod=25000
51+
sea_texture_blur=0
52+
normal_map_strength=1
4953
terrain_casts_shadows=True
5054
use_decal_on_terrain=False

‎Ortho4XP_v130.py ‎Ortho4XP.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import O4_Config_Utils as CFG # CFG imported last because it can modify other modules variables
1616

1717

18-
cmd_line="USAGE: Ortho4XP_v130.py lat lon imagery zl (won't read a tile config)\n OR: Ortho4XP_v130.py lat lon (with existing tile config file)"
18+
cmd_line="USAGE: Ortho4XP.py lat lon imagery zl (won't read a tile config)\n OR: Ortho4XP.py lat lon (with existing tile config file)"
1919

2020
if __name__ == '__main__':
2121
if not os.path.isdir(FNAMES.Utils_dir):

0 commit comments

Comments
 (0)