GO Publisher WFS serving Vertical Structures as KMZ
The web services below show the new KML/KMZ functionality in GO Publisher WFS v1.4.
Here we're using the same datasource that we served up AIXM5 GML demo but this time its transformed to KMZ which is then streamed on the fly via a Google Earth Network link.
If you just want to see some screenshots then have a look at this slideshow on our Flickr site:
http://www.flickr.com/photos/snowflakesoftware/sets/72157620288035227/show/
Otherwise feel free to hit our demo server and experiment with the webservices below:
Obstacle Data as Google Earth compressed KMZ
GO Publisher WFS serving obstacle data
dynamically streamed into a Google Earth as KMZ
| Landing page |
GetCapabilities | DescribeFeature |
| http://demo.snowflakesoftware.com:8080/FAA_Obstacle_KML_ZIP | GetCapabilities | DescribeFeatureType |
To display the obstacle data in Google Earth we encode the URL on the WFS into a Google Earth network link. Clicking on the KML files below will take you to a start location, after that zooming and panning will connect back to the server in Southampton and stream the appropriate obstacles in compressed KML from GO Publisher WFS depending on your location with Google Earth.
ChryslerBuilding_NY.kml - Google Earth network link that starts at the Chrysler Building in New York
WashingtonMonument_DC.kml - Google Earth network link that starts at the Washington Monument in Washington DC
Both Network tags call the compressed streamed WFS URL as above and have a maxFeatures set to 1000
Here's an example of the ChryslerBuilding_NY.kml Network link:
Here's what you'll see:
Post Request Spatial Query - KML FAA Obstacles within 100NM of a Flight Path
This request uses an OGC Filter encoding to create a buffer with 100 Nautical Miles of a defined flight path and then posts that query back to GO Publisher WFS. The result is a zip file containing the KML.
Over wireless with me in Boston, USA and the server in Southampton, UK it takes just over 5 secs to return 23,817 features. Here's the query, try it for yourself by pressing the Post button below.
HTTP Get Request
You can also get use a simple http get request and display the resulting in Google Earth by following this link for a sample BoundingBox query (bbox=-77.03000,38.88000,-77.01000,38.90000)
FAA Obstacle Data - Google Earth KML
If you want to look at the underlying service in uncompressed form (not recommend via browser)
| Landing page | GetCapabilities | DescribeFeature |
| http://demo.snowflakesoftware.com:8080/FAA_Obstacle_KML | GetCapabilities | DescribeFeatureType |

