unify KML service endpoint
--------------------------
Key: GEOS-2339
URL: http://jira.codehaus.org/browse/GEOS-2339
Project: GeoServer
Issue Type: Improvement
Reporter: Justin Deoliveira
Assignee: David Winslow
Creating a unified end point for KML requests, which operates in different modes:
wms/kml?layers=... : returns a super overlay, be it vector or raster depending on the dataset
wms/kml?mode=superoverlay&layers=... : same as above
wms/kml?mode=networklink&layers=... : what we do today with the reflector
wms/kml?mode=simple&layers=... : what we do today when you got to wms/reflect?layers=...&format=kml
Each mode can have "submodes", for example in superoverlay mode:
wms/kml?mode=superoverlay&layers=...&overlaymode=[vector|overview|]
vector : always shows vectors using the regionated hierarchy
overview : shows raster at top level and vector when zoomed in
hybrid: vector overlayed onto vector background
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira