Package org.zkoss.openlayers.layer

Examples of org.zkoss.openlayers.layer.WMS


        // before May 1st, 2011
        pair("metadataParams", toMap(pair("mapVersion", "v1"))),
        pair("sphericalMercator",
            true)));
   
    Layer merc = new WMS("World Map",
        "http://maps.opengeo.org/geowebcache/service/wms", toMap(pair(
            "layers", "bluemarble")), toMap(pair("opacity", 0.4),
            pair("isBaseLayer", false), pair("wrapDateLine", true)));

    // create a vector layer for drawing
View Full Code Here

TOP

Related Classes of org.zkoss.openlayers.layer.WMS

Copyright © 2018 www.massapicom. 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.