Package org.zkoss.openlayers.layer

Examples of org.zkoss.openlayers.layer.WMTS


    map.addLayer(new OSM());
    String[] matrixIds = new String[26];
    for (int i = 0; i < 26; ++i) {
      matrixIds[i] = "EPSG:900913:" + i;
    }
    map.addLayer(new WMTS(
        toMap(pair("name", "Medford Buildings"),
            pair("url",
                "http://v2.suite.opengeo.org/geoserver/gwc/service/wmts/"),
            pair("layer", "medford:buildings"),
            pair("matrixSet", "EPSG:900913"),
View Full Code Here

TOP

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

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.