diff --git a/landscape/assets/OFL.txt b/landscape/assets/OFL.txt index d6ae861..5186b46 100644 --- a/landscape/assets/OFL.txt +++ b/landscape/assets/OFL.txt @@ -1,5 +1,4 @@ -Copyright (c) 2011, Cyreal (www.cyreal.org), -with Reserved Font Name "Baumans". +Copyright 2011 The Quicksand Project Authors (https://github.com/andrew-paglinawan/QuicksandFamily), with Reserved Font Name “Quicksand”. This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/landscape/base_library.zip b/landscape/base_library.zip index 935c3dc..904fe1f 100644 Binary files a/landscape/base_library.zip and b/landscape/base_library.zip differ diff --git a/landscape/landscape.exe b/landscape/landscape.exe index f83e074..3a17606 100644 Binary files a/landscape/landscape.exe and b/landscape/landscape.exe differ diff --git a/landscape/layer_adapters/layer_ui_components.kv b/landscape/layer_adapters/layer_ui_components.kv index ec1f2bf..df30933 100644 --- a/landscape/layer_adapters/layer_ui_components.kv +++ b/landscape/layer_adapters/layer_ui_components.kv @@ -312,6 +312,47 @@ Widget: size_hint_y: 0.5 +: + title: "Z-Values" + RoundedCard: + spacing: "5sp" + orientation: "vertical" + padding: "10sp" + MDBoxLayout + orientation: "horizontal" + Details: + size_hint_x: 0.5 + text: "Add Map Image to the Mesh?" + tooltip_text: "You can add a geo referenced image to be attached to the mesh" + MDBoxLayout: + orientation: "horizontal" + Widget: + MySwitch: + id: imageActive + pos_hint: {"left":0} + size_hint: None, None + size: "83sp", "32sp" + active: root.imageActive + on_active: root.imageActive = self.active + Widget: + DetailBox: + id: source + text: root.imagePath + hint_text: "Image Location" + multiline: True + on_text: root.imagePath = self.text + disabled: not imageActive.active + left_icon: "folder-open" + left_icon_action: root.show_source + left_tooltip: "Search for Image file" + right_icon: "file-document" + right_tooltip: "Validate and get details of\nthe Image source data" + right_icon_action: root.info + right_disabled: False if self.text else True + Widget: + Widget: + size_hint_y: 0.5 + : orientation: "vertical" pos: self.pos diff --git a/landscape/win32/pywintypes310.dll b/landscape/win32/pywintypes310.dll new file mode 100644 index 0000000..1974970 Binary files /dev/null and b/landscape/win32/pywintypes310.dll differ