Package org.openstreetmap.gui.jmapviewer.tilesources

Examples of org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource


            info.setAttribution(t);
            return t;
        } else if (info.getImageryType() == ImageryType.BING)
            return new CachedAttributionBingAerialTileSource();
        else if (info.getImageryType() == ImageryType.SCANEX) {
            return new ScanexTileSource(info.getName(), info.getUrl(), info.getMaxZoom());
        }
        return null;
    }
View Full Code Here

TOP

Related Classes of org.openstreetmap.gui.jmapviewer.tilesources.ScanexTileSource

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.