Update End of Term Assignment authored by Zorenböhmer Christina's avatar Zorenböhmer Christina
......@@ -98,7 +98,7 @@ Step 1 completed.
The result is this image "boston.png":
![boston](uploads/d60c3b7785cfae0ab5a3522631b5ce27/boston.png =200x200)
![boston](uploads/d60c3b7785cfae0ab5a3522631b5ce27/boston.png)
### 2.2: Converting WMS Image into .KML
......@@ -132,6 +132,30 @@ Step 3 completed.
```
### 3.2: Converting .csv into .kml
.....
## Step 4: Launch Google Earth
### 4.1: Ask User to Proceed and Launch
In this final step, we merely used one [non-executable class "googleEarth_launch"](https://git.sbg.ac.at/s1080384/EoT/-/blob/main/Previous%20Versions%20(working%20files)/Christina%2004_07_2021/googleEarth_launch.java) with a method **launchGoogleEarth()** that:
> - asks the user if they would like to proceed or else end the programme
> - launches google earth and opens the .kml files
Once again, we are keeping the user informed. The console will show the following:
```
Would you like to proceed to launch Google Earth now? Type Y for yes or anything else for no and hit enter.
y
Proceeding...
Continued.
Launching Google Earth...
Launch complete.
Step 5 completed.
```
### Further Information
......
......