Package org.zkoss.openlayers.layer

Examples of org.zkoss.openlayers.layer.WMS.clone()


               
        // A clone of the above layer that we will use as overview for map2.
        // We need to clone jpl before the it gets added to a map, so the
        // clone can have its own maxExtent and maxResolution instead of
        // getting these settings initialized from map1.
    Layer jplOverview = (Layer)jpl.clone();
       
        // A more detailled layer of Manhattan for map2
        Layer ny = new WMS(
            "Manhattan",
            "http://demo.opengeo.org/geoserver/wms",
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.