... | @@ -54,7 +54,24 @@ https://docs.geotools.org/latest/userguide/extension/wms/wms.html |
... | @@ -54,7 +54,24 @@ https://docs.geotools.org/latest/userguide/extension/wms/wms.html |
|
|
|
|
|
|
|
|
|
# Creating a ground overlay to display the image in google earth
|
|
# Creating a ground overlay to display the image in google earth
|
|
|
|
```
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
|
|
|
|
|
|
|
|
<GroundOverlay>
|
|
|
|
<name>Boston Map</name>
|
|
|
|
<description>Overlay shows a maptile of the area of interest</description>
|
|
|
|
<Icon>
|
|
|
|
<href>*filepath*</href>
|
|
|
|
</Icon>
|
|
|
|
<gx:LatLonQuad>
|
|
|
|
<coordinates>-71.13,42.32 -71.03,42.32 -71.03,42.42 -71.13,42.42</coordinates> <!-- four lon,lat tuples -->
|
|
|
|
</gx:LatLonQuad>
|
|
|
|
</GroundOverlay>
|
|
|
|
|
|
|
|
</kml>
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
#References used:
|
|
#References used:
|
|
|
|
|
... | | ... | |