All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gwtopenmaps.openlayers.client.layer.XYZOptions Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package org.gwtopenmaps.openlayers.client.layer;

/**
 * @author Edwin Commandeur - Atlis EJS
 * @author Curtis Jensen
 */
public class XYZOptions extends GridLayerOptions {

	/**
	 * 
	 * @param b
	 */
	public void setSphericalMercator(boolean b){
		getJSObject().setProperty("sphericalMercator", b);
	}
	
	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy