Package de.fhpotsdam.unfolding.providers

Examples of de.fhpotsdam.unfolding.providers.CartoDBProvider


    // the masterProvider is used to fetch a base layer for the map
    masterProvider = new Microsoft.AerialProvider();

    // CartoDB provides transparent PNGs as data layers
    // cartodb = new CartoDBProvider("gfzba", "hymet_stations");
    cartodb = new CartoDBProvider("gfzba", "rivers_ferghana");
    // This setting will blend the CartoDB Tiles on the base map
    cartodb.masterProvider = masterProvider;

    // We can customize the elements to be displayed by changing the SQL request
    // cartodb.setSql("SELECT * FROM hymet_stations");
View Full Code Here

TOP

Related Classes of de.fhpotsdam.unfolding.providers.CartoDBProvider

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.