pull/7/head
runette 2 years ago
parent 4c2ae206a3
commit 755fc726e0
  1. 3
      landscape/assets/OFL.txt
  2. BIN
      landscape/base_library.zip
  3. BIN
      landscape/landscape.exe
  4. 41
      landscape/layer_adapters/layer_ui_components.kv
  5. BIN
      landscape/win32/pywintypes310.dll

@ -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:

Binary file not shown.

Binary file not shown.

@ -312,6 +312,47 @@
Widget:
size_hint_y: 0.5
<ImageSymbologyProperties>:
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
<BBoxDetailWidget>:
orientation: "vertical"
pos: self.pos

Binary file not shown.
Loading…
Cancel
Save