| org.vfny.geoserver.action.GeoServerAction org.vfny.geoserver.action.MapPreviewAction
MapPreviewAction | public class MapPreviewAction extends GeoServerAction (Code) | | MapPreviewAction Sep 26, 2005
Purpose:
Gathers up all the FeatureTypes in use and returns the informaion to the
.jsp .
It will also generate requests to the WMS "openlayers" output format.
This will communicate to a .jsp and return it three arrays of strings that contain:
- The Featuretype's name
- The DataStore name of the FeatureType
- The bounding box of the FeatureType
To change what data is output to the .jsp, you must change struts-config.xml.
Look for the line:
<form-bean
name="mapPreviewForm"
author: Brent Owens (The Open Planning Project) |
LAYER_HAS_COVERAGE | final public static Integer LAYER_HAS_COVERAGE(Code) | | |
LAYER_IS_COVERAGE | final public static Integer LAYER_IS_COVERAGE(Code) | | |
|
|