From 4b35a9c1269b9130bd23923815658e7526da5456 Mon Sep 17 00:00:00 2001 From: PCigales <58741513+PCigales@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:54:14 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0757384..0ff6e29 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ It is a set of batches that can be run under Windows to generate a kml file and Installation (options are exclusive and if merged the first available one in the order of their numbering will be selected): - for use in Google Earth Desktop, copy "kml.bat" (generation of kml file) and/or "kmz.bat" (generation of kmz file) and "viewer.htm" (and only these files at this stage) in "C:\Users\\...\AppData\LocalLow\Google\GoogleEarth" where "..." must be replaced by the name of the account - for use in Google Earth Android, copy "kml-andro.bat" (generation of kml file) and/or "kmz-andro.bat" (generation of kmz file) (and only these files at this stage) in "C:\Users\\...\AppData\LocalLow\Google\GoogleEarth" where "..." must be replaced by the name of the account -- option 1 = use Windows Presentation Foundation for thumbnail generation and metadata extraction (simplest, requires Windows Powershell 5 installed by default with Windows >=7, or, a bit faster, Powershell >=7 that needs to be installed through amongst several ways "winget install --id Microsoft.Powershell --source winget"): copy "kmlz.ps1" (for use in Google Earth Desktop) and/or "kmlz-andro.ps1" (for use in Google Earth Android) in "C:\Users\\...\AppData\LocalLow\Google\GoogleEarth" +- option 1 = use Windows Presentation Foundation for thumbnail generation and metadata extraction (simplest, requires Windows Powershell 5 installed by default with Windows >=7, or, a bit faster, Powershell >=7 that needs to be installed through amongst several ways "winget install --id Microsoft.Powershell --source winget"): + * copy "kmlz.ps1" (for use in Google Earth Desktop) and/or "kmlz-andro.ps1" (for use in Google Earth Android) in "C:\Users\\...\AppData\LocalLow\Google\GoogleEarth" - option 2 = use Windows Imaging Component directly for thumbnail generation and metadata extraction (a bit faster): * install Python * copy "kmlz.py" (for use in Google Earth Desktop) and/or "kmlz-andro.py" (for use in Google Earth Android) in "C:\Users\\...\AppData\LocalLow\Google\GoogleEarth"