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
KML ExtendedData (ExtendedData) is a mechanism for attaching custom metadata to features in a KML file. This allows users to include additional information beyond the standard KML fields. In our program, you can easily add ExtendedData by selecting column names in the Extended Data Options window. Don’t need ExtendedData? That’s fine - the program works just as well without it.
43
+
KML Extended Data (ExtendedData) is a mechanism for attaching custom metadata to features in a KML file. This allows users to include additional information beyond the standard KML fields. In our program, you can easily add Extended Data by selecting column names in the Extended Data Options window. Don’t need Extended Data? That’s fine - the program works just as well without it.
44
44
45
45
# Saving
46
46
@@ -57,6 +57,6 @@ The Process button is not available until an output location and file name is se
57
57
You may also be required to take additional steps when running the tool the first time, through Microsoft Defender SmartScreen. In the Microsoft Defender SmartScreen select "More info" and "Run anyway" to launch the application the first time.
58
58
59
59
60
-
# Acknowledgments:
60
+
# Acknowledgements:
61
61
- This software includes the CustomTkinter library, which is licensed under the MIT License. Copyright (c) 2023 Tom Schimansky. The full license text can be found [here](https://github.com/TomSchimansky/CustomTkinter)
62
62
- This software uses the [Pillow library](https://pypi.org/project/pillow/) (PIL fork), licensed under the Historical Permission Notice and Disclaimer (HPND).
0 commit comments