Update End of Term Assignment authored by Zorenböhmer Christina's avatar Zorenböhmer Christina
...@@ -216,7 +216,9 @@ public class userInput1 { ...@@ -216,7 +216,9 @@ public class userInput1 {
``` ```
</details> </details>
<details><summary> See the console output </summary> <details><summary> See the console output </summary>
```java ```java
Hello! Welcome to this Google Earth Tweet and WMS Mapper! Hello! Welcome to this Google Earth Tweet and WMS Mapper!
...@@ -234,6 +236,7 @@ Great! Lets get started! ...@@ -234,6 +236,7 @@ Great! Lets get started!
``` ```
</details> </details>
## Step 2: Web Map Service ## Step 2: Web Map Service
### 2.1: Connecting and Downloading WMS ### 2.1: Connecting and Downloading WMS
...@@ -246,7 +249,7 @@ First, we created a [non-executable class "wms_GetMap"](https://git.sbg.ac.at/s1 ...@@ -246,7 +249,7 @@ First, we created a [non-executable class "wms_GetMap"](https://git.sbg.ac.at/s1
> 5. asks the user if they would like to see information on the service (and either shows it or moves on) > 5. asks the user if they would like to see information on the service (and either shows it or moves on)
> 6. writes the image in .png to the local directory > 6. writes the image in .png to the local directory
<details><summary> See the Code for the "wms_GetMap.java" class here</summary> <details><summary> See the Code for the "wms_GetMap.java" class here </summary>
```java ```java
package eot_Sahinovic_Woehs_Zorenboehmer; package eot_Sahinovic_Woehs_Zorenboehmer;
... ...
......