... | @@ -2,7 +2,7 @@ |
... | @@ -2,7 +2,7 @@ |
|
In order to create the request for the WMS-Server we started by looking at the information at hand and also requested the capabilities, mainly to get an overview over the possible settings and files. We used the given specifications as well as the wms-documentation to write out the request, below each of the elements is broken down and their function explained:
|
|
In order to create the request for the WMS-Server we started by looking at the information at hand and also requested the capabilities, mainly to get an overview over the possible settings and files. We used the given specifications as well as the wms-documentation to write out the request, below each of the elements is broken down and their function explained:
|
|
|
|
|
|
```
|
|
```
|
|
https://maps.heigit.org/osm-wms/service/WMSServer?SERVICE=WMS&Version=1.3.0&REQUEST=GetMap&CRS=EPSG:4326&layers=osm_auto:all&BBOX=42.32,-71.13,42.42,-71.03&styles=&WIDTH=780&HEIGHT=780&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE
|
|
https://maps.heigit.org/osm-wms/service/WMSServer?SERVICE=WMS&Version=1.3.0&REQUEST=GetMap&CRS=EPSG:4326&layers=osm_auto:all&BBOX=42.32,-71.13,42.42,-71.03&styles=&WIDTH=4000&HEIGHT=4000&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE
|
|
|
|
|
|
```
|
|
```
|
|
The URL of the WMS Server itself:
|
|
The URL of the WMS Server itself:
|
... | | ... | |